yf13 commented on PR #12427: URL: https://github.com/apache/nuttx/pull/12427#issuecomment-2140987245
@xiaoxiang781216 and @acassis Looks like [CI system breaks](https://github.com/apache/nuttx/actions/runs/9301821482/job/25600866370)? ``` Configuration/Tool: smartl-c906/sotest ------------------------------------------------------------------------------------ Cleaning... Configuring... Building NuttX... riscv-none-elf-ld: dynload.o: ABI is incompatible with that of the selected emulation: target emulation `elf64-littleriscv' does not match `elf32-littleriscv' riscv-none-elf-ld: failed to merge target specific data of file dynload.o riscv-none-elf-ld: warning: cannot find entry symbol _start; defaulting to 00010074 make[4]: *** [Makefile:45: dynload] Error 1 ``` With stock toolchain `gcc-riscv64-unknown-elf` on Ubuntu 22.04, this config can be built with makefile system. -- 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]
