ESP toolchain do not accepted in FC V9

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Sergejs
Posts: 143
http://meble-kuchenne.info.pl
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

ESP toolchain do not accepted in FC V9

Post 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?

medelec35
Matrix Staff
Posts: 1464
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 514 times
Been thanked: 474 times

Re: ESP toolchain do not accepted in FC V9

Post by medelec35 »

Hello.
You need to follow page 8 (Flowcode Configuration) In the ESP Installation Instructions
Martin

Sergejs
Posts: 143
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

Re: ESP toolchain do not accepted in FC V9

Post by Sergejs »

Many thanks!

Sergejs
Posts: 143
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

Re: ESP toolchain do not accepted in FC V9

Post by Sergejs »

Sorry, but it does not work. You can see attachement.
2023-02-02_032850.jpg
2023-02-02_032850.jpg (141.71 KiB) Viewed 1390 times

stefan.erni
Valued Contributor
Posts: 761
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 150 times
Been thanked: 171 times

Re: ESP toolchain do not accepted in FC V9

Post by stefan.erni »

Hi Sergejs

Can you post your program?

regards

Stefan

medelec35
Matrix Staff
Posts: 1464
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 514 times
Been thanked: 474 times

Re: ESP toolchain do not accepted in FC V9

Post 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.
Martin

Sergejs
Posts: 143
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

Re: ESP toolchain do not accepted in FC V9

Post by Sergejs »

Hi, this is file you ask.
Attachments
ESP32.msg.txt
(19.67 KiB) Downloaded 51 times

Sergejs
Posts: 143
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

Re: ESP toolchain do not accepted in FC V9

Post 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.

BenR
Matrix Staff
Posts: 1759
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 447 times
Been thanked: 606 times

Re: ESP toolchain do not accepted in FC V9

Post 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.

Post Reply