ESP 32 Toolchain problem

For general Flowcode discussion that does not belong in the other sections.
felixegger
Posts: 48
http://meble-kuchenne.info.pl
Joined: Wed Feb 24, 2021 1:20 pm
Been thanked: 2 times

ESP 32 Toolchain problem

Post by felixegger »

When I try to compile my file to my target always appears the following message:
ESP 32 Toolchain is not installed
although the installation lastet for several minutes and was properly finished.
In the new file " Install.sh " in the " esp-idf " folder appeared the message :
/usr/bin/env: ‘python’: Permission denied
and on a red field :
/usr/bin/bash: Exit 126.
My colleague has exactly the same problem.
Thanks for help.

stefan.erni
Valued Contributor
Posts: 779
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 152 times
Been thanked: 176 times

Re: ESP 32 Toolchain problem

Post by stefan.erni »

Hi Felix

Did you see this pdf?
ESP_Installation_Instructions (1).pdf
(315.2 KiB) Downloaded 218 times
regards

Stefan

felixegger
Posts: 48
Joined: Wed Feb 24, 2021 1:20 pm
Been thanked: 2 times

Re: ESP 32 Toolchain problem

Post by felixegger »

Thank you Stefan for the Instructions. There are some differences between this instruction sheet and the reality I find during the installation. For instance, there is shown a choice between Python 8 and 7, but I only can choose between Python 6 and 7. There are also other differences. So I tried to install in various combinations, but still without success.
Pleas help. Thanks Felix

stefan.erni
Valued Contributor
Posts: 779
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 152 times
Been thanked: 176 times

Re: ESP 32 Toolchain problem

Post by stefan.erni »

Hoi Felix

On you desktop, do you have a Icon with ESP-IDF? Can you start it?

regards

Stefan
ESP-IDF_2021-03-08_13-46-52.png
ESP-IDF_2021-03-08_13-46-52.png (3.59 KiB) Viewed 4917 times

felixegger
Posts: 48
Joined: Wed Feb 24, 2021 1:20 pm
Been thanked: 2 times

Re: ESP 32 Toolchain problem

Post by felixegger »

Yes, I can open it and then appeared several files, but no exe file.
Thanks

stefan.erni
Valued Contributor
Posts: 779
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 152 times
Been thanked: 176 times

Re: ESP 32 Toolchain problem

Post by stefan.erni »

Hi Felix

It's look like this:
ESP_2021-03-08_13-51-38.png
ESP_2021-03-08_13-51-38.png (69.82 KiB) Viewed 4908 times

felixegger
Posts: 48
Joined: Wed Feb 24, 2021 1:20 pm
Been thanked: 2 times

Re: ESP 32 Toolchain problem

Post by felixegger »

Yes, I found it, but did not manage to run anything.
Please help again, Thanks

felixegger
Posts: 48
Joined: Wed Feb 24, 2021 1:20 pm
Been thanked: 2 times

Re: ESP 32 Toolchain problem

Post by felixegger »

I found a file called idf.py , but it can't be activated

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: ESP 32 Toolchain problem

Post by p.erasmus »

Hi
In the new file " Install.sh " in the " esp-idf " folder appeared the message :
You have an installation issue in my opinion ,where did it install the Tools (python WIN GIT etc)
you should have two folders after installation ,in the Tools folder is the Python tools and your installation are looking for them ,

In your position I would uninstall everything and do a new install and make sure that before you select the final install button print the sceen with all the location it will install the tools and post it here if you have problems ,your comments help not much as we can not see in your pc
In my installation which I had to do 2 time it was necessary to enter these folders and the paths myself (without any spaces ) if there are any spaces in the path it does not work
P1.jpg
P1.jpg (5.37 KiB) Viewed 4892 times
Hope it help you in anyway
Regards Peter - QME Electronics

stefan.erni
Valued Contributor
Posts: 779
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 152 times
Been thanked: 176 times

Re: ESP 32 Toolchain problem

Post by stefan.erni »

Hi Peter Hi Felix

Yes Peter space in a path is not good.

Sometimes space gives problem with batch file(.bat) and the path, better don't use space and ä ö ü é à . : , ; in the path
Umlaute_2021-03-09_10-19-41.png
Umlaute_2021-03-09_10-19-41.png (5.54 KiB) Viewed 4873 times
regards

Stefan

Post Reply