Hi to All
I have a small problem with ESP32 C6 mini.
Compile to target does not work.
Program and txt:
ESP32 C6 mini compile does not work
-
- Valued Contributor
- Posts: 1037
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 198 times
- Been thanked: 218 times
-
- Valued Contributor
- Posts: 1557
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 138 times
- Been thanked: 742 times
Re: ESP32 C6 mini compile does not work
That compiled AOK for me after I set the pin for the LED to a different value (it seemed to be set as unconnected - although it also looked like maybe GPIO23. Setting it to GPIO23 was okay)
I am also using 5.3.2 which might make a difference?
Martin
I am also using 5.3.2 which might make a difference?
Martin
-
- Valued Contributor
- Posts: 1037
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 198 times
- Been thanked: 218 times
Re: ESP32 C6 mini compile does not work
Hi Martin
I have turned on the LED but still no compiling possible.
I will try on another computer with 5.3.2
=============================================================================
Python 3.7.3
git version 2.21.0.windows.1
ESP toolchain found at "C:\Users\Desktop\esp-idf-2\"
Building: ESP32_C6_post ...
IDF Version: v5.0.6 ...
I have turned on the LED but still no compiling possible.
I will try on another computer with 5.3.2
=============================================================================
Python 3.7.3
git version 2.21.0.windows.1
ESP toolchain found at "C:\Users\Desktop\esp-idf-2\"
Building: ESP32_C6_post ...
IDF Version: v5.0.6 ...
-
- Valued Contributor
- Posts: 1037
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 198 times
- Been thanked: 218 times
Re: ESP32 C6 mini compile does not work
Hi Martin
On the second computer it's not working even 5.2 and no Led
What about GIT?
On the second computer it's not working even 5.2 and no Led
What about GIT?
-
- Valued Contributor
- Posts: 1557
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 138 times
- Been thanked: 742 times
Re: ESP32 C6 mini compile does not work
It's odd - then the only thing I am doing different is using a separate directory for each project.
One option is to try a full clean of the directory - as the Flowcode build leaves the majority of files pre-compiled (and if you previously used a different chip?)
So in a command prompt 'cd' to the project directory - then use:
C:\Espressif\frameworks\esp-idf-v5.3.2\export // Adjust the path according to your install
idf.py fullclean
idf.py build
Then try building from within FC again.
Martin
One option is to try a full clean of the directory - as the Flowcode build leaves the majority of files pre-compiled (and if you previously used a different chip?)
So in a command prompt 'cd' to the project directory - then use:
C:\Espressif\frameworks\esp-idf-v5.3.2\export // Adjust the path according to your install
idf.py fullclean
idf.py build
Then try building from within FC again.
Martin
-
- Valued Contributor
- Posts: 1037
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 198 times
- Been thanked: 218 times
Re: ESP32 C6 mini compile does not work
Hi Martin
I have tested with a simple program if I can compile to hex.
On both computers the C6 does not work
Not compiling to hex on both computer
Not compiling to hex on one computer, but compiling on the other it's ok
Compiling nice to hex on both computer
I have tested with a simple program if I can compile to hex.
On both computers the C6 does not work
Not compiling to hex on both computer
Not compiling to hex on one computer, but compiling on the other it's ok
Compiling nice to hex on both computer
