povauboin commented on issue #3691: URL: https://github.com/apache/incubator-nuttx/issues/3691#issuecomment-836604098
Hello, I had a similar issue some time ago. It looks like you are linking with the wrong libgcc.a. You might want to change: https://github.com/apache/incubator-nuttx/blob/master/boards/risc-v/litex/arty_a7/scripts/Make.defs#L44 -ARCHCPUFLAGS = -march=rv32ima -mabi=ilp32 +ARCHCPUFLAGS = -march=rv32im -mabi=ilp32 make distclean ./tools/configure.sh arty_a7:nsh make -j V=1 -- 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]
