ESP32 Tool Chain Installation Issue

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
User avatar
p.erasmus
Posts: 434
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 12:01 pm
Location: Russia / Россия
Has thanked: 104 times
Been thanked: 88 times

ESP32 Tool Chain Installation Issue

Post by p.erasmus »

Hi Team.

This is not a bug report ;
I have 2 win 10 PC's the one I have installed all FC tools and ESP32 running with no issues .
I wanted to do the same on my Programming PC in my LAB FC V9 is running well with AVR and PIC tool chains but the ESP tool chain installed
in C\esp-idf as in the working PC the CMD window actually shows that it is setting the path to this location and adding the tools .when
compiling a FC chart FC reports the path C:\esp_idf is not found I just don't understand what could the issue be, Any idea will help :D

P1.jpg
P1.jpg (89.9 KiB) Viewed 4525 times
P2.jpg
P2.jpg (58.28 KiB) Viewed 4525 times


The path is set correctly in FC

P4.jpg
P4.jpg (29.72 KiB) Viewed 4525 times
lED.msg.txt
(2.85 KiB) Downloaded 290 times
Regards Peter - QME Electronics

medelec35
Matrix Staff
Posts: 1913
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 619 times
Been thanked: 644 times

Re: ESP32 Tool Chain Installation Issue

Post by medelec35 »

Hi, Peter
If I remember correctly, I had a similar issue.
I did two things to resolved it.
Rebooted PC as it as directly after ESP32 was first installed.
I also deleted the folder with underscores that ESP32 had generated which uses the project name.
You may not have the same issue, but worth a try?
I also did not believe the tools can be is the same as the main idf-esp directory?
Martin

User avatar
p.erasmus
Posts: 434
Joined: Thu Dec 03, 2020 12:01 pm
Location: Russia / Россия
Has thanked: 104 times
Been thanked: 88 times

Re: ESP32 Tool Chain Installation Issue

Post by p.erasmus »

Hi Martin.

Thanks for the help,I will give it ago later today when in the lab :D fingers crossed :D
Regards Peter - QME Electronics

LeighM
Valued Contributor
Posts: 447
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 81 times
Been thanked: 243 times

Re: ESP32 Tool Chain Installation Issue

Post by LeighM »

Hi Peter,
Just to add to Martin's comments ...

CMakeLists.txt not found in project directory c:\users\peter erasmus\downloads\test

This is the problem, spaces are not allowed, unfortunately :(

User avatar
p.erasmus
Posts: 434
Joined: Thu Dec 03, 2020 12:01 pm
Location: Russia / Россия
Has thanked: 104 times
Been thanked: 88 times

Re: ESP32 Tool Chain Installation Issue

Post by p.erasmus »

Hi Leigh.

Yes you are right I know that but I missed the space between peter / / erasmus , :D how do I change that is the question for a man born before computers :D because the user \peter erasmus \is a windows setup done the first time the PC was configured :oops:
Regards Peter - QME Electronics

LeighM
Valued Contributor
Posts: 447
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 81 times
Been thanked: 243 times

Re: ESP32 Tool Chain Installation Issue

Post by LeighM »

You could try moving your projects directory from the "user" downloads, to a common directory, such as C:/projects

User avatar
p.erasmus
Posts: 434
Joined: Thu Dec 03, 2020 12:01 pm
Location: Russia / Россия
Has thanked: 104 times
Been thanked: 88 times

Re: ESP32 Tool Chain Installation Issue

Post by p.erasmus »

Thanks Leigh
Will try appreciate the help :D
Regards Peter - QME Electronics

Post Reply