You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/05/10 11:54:30 UTC

[GitHub] [incubator-nuttx] povauboin commented on issue #3691: make V=1 failed to run!

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:
users@infra.apache.org