-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got CMake issues with set-target ESP32C6 command (IDFGH-9456) #10823
Comments
Hi @Quynh-Nguyen. The reported issues are not even happening for ESP32-C6. All of them are for ESP32:
BTW, why would you want to run If you want to try ESP32-C6 support then please got to an ESP-IDF project, e.g. https://github.com/espressif/esp-idf/tree/master/examples/get-started/hello_world and run there Please be aware that full ESP32-C6 support is not ready yet (see #10423). This chip will be supported in ESP-IDF v5.1 which will be released in a couple of Months. |
I'm getting the same issue with the
|
@dobairoland |
Have you run
That would be the master branch you already using. |
Yes, I did with no error, Roland. |
What is the output of Maybe the following will solve the issue:
|
Yes, This is the result
|
@dobairoland |
This is the issue I got
|
You can try the same: python -m pip freeze | grep kconfig and python -m pip install -U esp-idf-kconfig |
Note: The component manager issue was resolved by setting |
@dobairoland |
Oh, great! |
Any other work-around if I insist on using |
Re-running the install script will install the latest version of the component manager. Ok, lets discuss this in your issue report: #13102 |
Answers checklist.
IDF version.
v5.1-master-045163a2ec99eb3cb7cc69e2763afd145156c4cf
Operating System used.
macOS
How did you build your project?
Command line with CMake
If you are using Windows, please specify command line type.
None
What is the expected behavior?
Able to set-target to the chip. It's working well with version 4.3
But version 4.3 not supported ESP32C6 yet.
What is the actual behavior?
Steps to reproduce.
./install.sh
./export.sh
./tools/test_idf_size/test.sh
Build or installation Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: