nuttx
nuttx copied to clipboard
[BUG] esp32c3 mcuboot toolchain error
Description / Steps to reproduce the issue
bootloader toolchain is riscv32-esp-elf-gxx,but kernel toolchain is riscv-none-elf-gxx
On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
ubuntu20.04
NuttX Version
12.5.1
Issue Architecture
[Arch: risc-v]
Issue Area
[Area: Board support]
Host information
No response
Verification
- [x] I have verified before submitting the report.
Hi,
Seems you are not using newest version of NuttX. I have couple of suggestions and questions:
- Please give information about which config you are using
- Please share your system information with
make host_infocommand - Please check you are using correct compilers and toolchains from here
- I don't remember exact date but your version of NuttX might require idf toolchain. You can install idf toolchains from here and then apply same steps like previous toolchain installations. Alternatively you can install idf and please use release/v5.1. I can explain detailed if you want to use idf instead of just toolchain.
Closing due to inactivity.