Hi! I'm trying to build nuttX with the ElfLoader sample, I already tried master from the git repo and the 9.1.0. And both fail the same way.
LD: errno.o arm-none-eabi-ld: warning: cannot find entry symbol _start; defaulting to 0000000000008000 arm-none-eabi-ld: errno.o: in function `main': errno.c:(.text+0x2c): undefined reference to `fwrite' arm-none-eabi-ld: errno.c:(.text+0x48): undefined reference to `fwrite' arm-none-eabi-ld: errno.c:(.text+0x54): undefined reference to `fopen' arm-none-eabi-ld: errno.c:(.text+0x80): undefined reference to `fprintf' arm-none-eabi-ld: errno.c:(.text+0x88): undefined reference to `exit' arm-none-eabi-ld: errno.c:(.text+0x98): undefined reference to `__errno' arm-none-eabi-ld: errno.c:(.text+0xb0): undefined reference to `fprintf' arm-none-eabi-ld: errno.c:(.text+0xc8): undefined reference to `_impure_ptr' I'm using the toolchain indicated in the howtos from https://nuttx.apache.org/docs/latest/quickstart/install.html I haven't found any howto or FAQ explaining howto build nuttX with the sample ElfLoader, so I assumed that it only needs to be selected in the menuconfig. Did I miss something? Thanks in advance Nuno