Hello ,
I am currently working with ESPRESSIF IDE version-5.0.2. While I am building project for ESP32_C3 board the IDE is working fine. But when I am building project for ESP32_C6 board it is showing error like below attached file.
Please find me the solution.
No toolchain file found error
No toolchain file found error
- Attachments
-
- Screenshot 2023-08-23 153842.png (153.75 KiB) Viewed 2366 times
Re: No toolchain file found error
Hello,
I think esp-idf v5.0 does not support esp32c6. The supported SoC for different esp-idf releases can be found here https://github.com/espressif/esp-idf#es ... patibility. I guess you can try to update to v5.1.
HTH
I think esp-idf v5.0 does not support esp32c6. The supported SoC for different esp-idf releases can be found here https://github.com/espressif/esp-idf#es ... patibility. I guess you can try to update to v5.1.
HTH
Re: No toolchain file found error
I have downloaded the ESP-IDF version 5.1.1 tool .But I couldn't find the ESP32-C6 module name in ESP-Target .
I mentioned the related file below.
I mentioned the related file below.
- Attachments
-
- Screenshot 2023-08-24 154203.png (163.86 KiB) Viewed 2252 times
Re: No toolchain file found error
Hello,
it seems that the support was added in eclipse plugin v2.10.0. From the screenshot it looks like you are using eclipse plugin v2.9.1. Maybe you can try to follow the "How to get the latest version?" at https://github.com/espressif/idf-eclips ... ag/v2.10.0
HTH
it seems that the support was added in eclipse plugin v2.10.0. From the screenshot it looks like you are using eclipse plugin v2.9.1. Maybe you can try to follow the "How to get the latest version?" at https://github.com/espressif/idf-eclips ... ag/v2.10.0
HTH
Re: No toolchain file found error
I have added the eclipse plugin v2.10.0. But while building the project, I am getting the cmake errors . I have attached the related file below.
Please find me the solution.
Thank you.
Please find me the solution.
Thank you.
- Attachments
-
- ESP-IDF product information.png (211.26 KiB) Viewed 2122 times
-
- Cmake.png (214.32 KiB) Viewed 2122 times
Re: No toolchain file found error
Hello,
the selected toolchain and target do not match as reported in the error message. I guess maybe the plugin takes the target from the stale sdkconfig, but it's hard say. Anyway the cmake command is obviously wrong. -DCMAKE_TOOLCHAIN_FILE refers to eps32c6, but -DIDF_TARGET is set to esp32. You can try to delete the C:\Users\SigmaUser\Desktop\esp\hello_world\build directory and also C:\Users\SigmaUser\Desktop\esp\hello_world\sdkconfig. My best guess is that some old configuration(sdkconfig, CMakeCache.txt) from the previous target(esp32) is still present in your project. Deleting the build directory and sdkconfig should hopefully solve this.
HTH
the selected toolchain and target do not match as reported in the error message. I guess maybe the plugin takes the target from the stale sdkconfig, but it's hard say. Anyway the cmake command is obviously wrong. -DCMAKE_TOOLCHAIN_FILE refers to eps32c6, but -DIDF_TARGET is set to esp32. You can try to delete the C:\Users\SigmaUser\Desktop\esp\hello_world\build directory and also C:\Users\SigmaUser\Desktop\esp\hello_world\sdkconfig. My best guess is that some old configuration(sdkconfig, CMakeCache.txt) from the previous target(esp32) is still present in your project. Deleting the build directory and sdkconfig should hopefully solve this.
HTH
Who is online
Users browsing this forum: patrik-g and 87 guests