We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf53ee1 commit 48e89b2Copy full SHA for 48e89b2
3 files changed
arch/arm/src/cmake/elf.cmake
@@ -46,4 +46,4 @@ if(CONFIG_DEBUG_OPT_UNUSED_SECTIONS)
46
endif()
47
48
49
-nuttx_elf_link_options(-e __start)
+nuttx_elf_link_options(-e _start)
arch/arm64/src/cmake/elf.cmake
@@ -32,4 +32,4 @@ nuttx_elf_link_options_ifdef(CONFIG_BUILD_KERNEL -Bstatic)
32
33
nuttx_elf_link_options_ifdef(CONFIG_DEBUG_OPT_UNUSED_SECTIONS --gc-sections)
34
35
arch/x86_64/src/cmake/elf.cmake
@@ -30,4 +30,4 @@ nuttx_mod_link_options(-r)
30
31
0 commit comments