yf13 commented on code in PR #17450: URL: https://github.com/apache/nuttx/pull/17450#discussion_r2601249489
########## tools/toolchain.cmake.export: ########## @@ -22,8 +22,9 @@ set(CMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES add_compile_options(-nostdlib) add_compile_options(-ffunction-sections -fdata-sections) -# same entry used for all build modes in crt0.c and arch/.../xxx_start.c -set(ENTRY_NAME "__start") +# same entry used for all build modes in crt0.c + +set(ENTRY_NAME "_start") Review Comment: added -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
