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/10/17 04:25:23 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #4674: RISC-V Toolchain hardcoded in CROSSDEV to riscv64-unknown-elf-

xiaoxiang781216 commented on issue #4674:
URL: https://github.com/apache/incubator-nuttx/issues/4674#issuecomment-945047349


   > My questions:
   > 
   > 1. Where this `CROSSDEV` is defined?
   
   Here is the default value:
   https://github.com/apache/incubator-nuttx/blob/master/arch/risc-v/src/rv32im/Toolchain.defs#L56-L70
   https://github.com/apache/incubator-nuttx/blob/master/arch/risc-v/src/rv64gc/Toolchain.defs#L58-L60
   
   But you can overwrite in your Make.defs as needed:
   https://github.com/apache/incubator-nuttx/blob/master/boards/risc-v/rv32m1/rv32m1-vega/scripts/Make.defs#L25-L27
   


-- 
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-unsubscribe@nuttx.apache.org

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