microhobby opened a new pull request #4665:
URL: https://github.com/apache/incubator-nuttx/pull/4665


   ## Summary
   
   -march=rv64gc -mabi=lp64 does not resolve lib paths for SiFive toolchain
   riscv64-unknown-elf-gcc resulting in lib not found errors.
   Changing it to -march=rv64imafc -mabi=lp64f that is the default
   used in Sipeed repositories.
   
   Signed-off-by: Matheus Castello <math...@castello.eng.br>
   
   ## Impact
   
   To be honest I have no idea
   
   ## Testing
   
   Tested on Sipeed Maix Dock k210 using nsh and compiling C++ application 
(that needs -lsupc++)
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to