Page 1 of 1
ESP toolchain do not accepted in FC V9
Posted: Tue Jan 31, 2023 8:17 pm
by Sergejs
Hello,
I downlload and install ESP toolchain for ESP32 but when I try to compile the project I always see: visit site and download toolchain. What can I do?
Re: ESP toolchain do not accepted in FC V9
Posted: Tue Jan 31, 2023 11:20 pm
by medelec35
Hello.
You need to follow page 8 (Flowcode Configuration) In the
ESP Installation Instructions
Re: ESP toolchain do not accepted in FC V9
Posted: Wed Feb 01, 2023 5:20 am
by Sergejs
Many thanks!
Re: ESP toolchain do not accepted in FC V9
Posted: Thu Feb 02, 2023 1:31 am
by Sergejs
Sorry, but it does not work. You can see attachement.

- 2023-02-02_032850.jpg (141.71 KiB) Viewed 5020 times
Re: ESP toolchain do not accepted in FC V9
Posted: Thu Feb 02, 2023 7:24 am
by stefan.erni
Hi Sergejs
Can you post your program?
regards
Stefan
Re: ESP toolchain do not accepted in FC V9
Posted: Thu Feb 02, 2023 8:03 am
by medelec35
Hi Sergejs.
Can you also post your
Project name.msg.txt file
Unfortunately, screenshots like the one you posted does not help us to help you at all.
Most issues are caused by using a later-than-suggested version of ESP-IDF.
Take a look at
this post.
Re: ESP toolchain do not accepted in FC V9
Posted: Thu Feb 09, 2023 3:25 pm
by Sergejs
Hi, this is file you ask.
Re: ESP toolchain do not accepted in FC V9
Posted: Thu Feb 09, 2023 3:27 pm
by Sergejs
medelec35 wrote: ↑Thu Feb 02, 2023 8:03 am
Can you also post your
Project name.msg.txt file
How I understand there is not compatible with V9 or compiler wrong.
Re: ESP toolchain do not accepted in FC V9
Posted: Thu Feb 09, 2023 3:53 pm
by BenR
Hello,
It looks like you are using the latest ESP-IDF (5.0) which is not supported, we recommend using version 4.1 in the installation guide.
There is a way to roll back the IDF which we document here.
viewtopic.php?p=9222#p9222
We are investigating adding support for the latest version but a lot of things has changed and so needs to be done in a careful way to avoid breaking functionality.