patacongo commented on pull request #1341: URL: https://github.com/apache/incubator-nuttx/pull/1341#issuecomment-652431823
> To follow the Linux approach, the major change is the build system: > 1.Statically link crt0.o into each ELF binary > 2.__start call constructors, and main, destructors and exit in order > 3.Remove all stuff related to elf_loadctors/elf_loaddtors The KERNEL build already works this way. crt0.c currently exists only at ./arm/src/armv7-a/crt0.c ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
