zephyr/cmake/compiler
Sebastian Bøe c05a931bce cmake: Explicitly set the entry point when testing toolchain flags
We are observing warnings when test-compiling toolchain flags that
look like:

cannot find entry symbol _start; defaulting to 00000000000010d4

To fix this warning we explicitly set an entry point to an arbitrary
address. The files are only compiled, not run, so the entry point does
not need to be correct.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2019-09-19 09:29:57 -05:00
..
clang compiler: clang: Add setting of ARM related flags 2019-09-19 08:55:01 -05:00
gcc cmake: Explicitly set the entry point when testing toolchain flags 2019-09-19 09:29:57 -05:00
host-gcc cmake: toolchain abstraction for coverage 2019-09-17 11:25:29 +02:00
xcc cmake: compiler: gcc: Explicitly spell out stddef.h and limits.h 2019-08-02 14:58:02 +02:00