I've just installed Flowcode and am trying to build my first test program. When I click compile to target I get errors about not being able to find the toolchain - see below.
The ESP toolchain is actually installed in directory K:\FC_ESP, the project (ESP32-test) is in K:\Flowcode and the Flowcode executable is in C:\Program Files (x86)\Flowcode v10.
Constructive suggestions welcom.
New user: ESP32 toolchain not found
-
- Posts: 4
- http://meble-kuchenne.info.pl
- Joined: Mon Oct 21, 2024 11:19 am
-
- Matrix Staff
- Posts: 2086
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 644 times
- Been thanked: 701 times
Re: New user: ESP32 toolchain not found
Hello.
When you run the installer the path should have automatically been added to the registry.
In this case it does not appear to be added correctly.
What you can do is check the path set within Flowcode.
Within Flowcode, open, select File > Global Settings.. Locations tab
Look at the ESP 32 window and correct the path.
This is mine: Make sure your ESP32 path is entered.
If all looks correct, then your antivirus could have prevented the installer from adding all the files.
You should see: Folder sizes:
When you run the installer the path should have automatically been added to the registry.
In this case it does not appear to be added correctly.
What you can do is check the path set within Flowcode.
Within Flowcode, open, select File > Global Settings.. Locations tab
Look at the ESP 32 window and correct the path.
This is mine: Make sure your ESP32 path is entered.
If all looks correct, then your antivirus could have prevented the installer from adding all the files.
You should see: Folder sizes:
Martin
Re: New user: ESP32 toolchain not found
The options have the correct path
There are more folders under K:\FC_ESP than in your example but the esp-tools and framewoks folders are the same size as yours.
Any further suggestions?
There are more folders under K:\FC_ESP than in your example but the esp-tools and framewoks folders are the same size as yours.
Any further suggestions?
-
- Matrix Staff
- Posts: 2086
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 644 times
- Been thanked: 701 times
Re: New user: ESP32 toolchain not found
The extra folders are normal and you get an extra folder for every different target tried.
I edited mine out to avoid confusion.
Have you run a full library update?
Help > Library Updates..
Change dropdown Files in-use to Full database
Download updates then reload your project.
File > Reload
I edited mine out to avoid confusion.
Have you run a full library update?
Help > Library Updates..
Change dropdown Files in-use to Full database
Download updates then reload your project.
File > Reload
Martin
Re: New user: ESP32 toolchain not found
I'd done a library update but only Files in-use. Doing a Full database update fixed the problem. The code now compiles and downloads ok.
Thanks for your help.
Thanks for your help.