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

Re: ESP 32 Toolchain problem

Post by felixegger »

my new Command Prompt
Attachments
K.png
K.png (377.68 KiB) Viewed 8456 times

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

Re: ESP 32 Toolchain problem

Post by felixegger »

Unfortunately still this message appears:

I will also study these new messages which came in between
Attachments
L.png
L.png (67.97 KiB) Viewed 8454 times

Steve-Matrix
Matrix Staff
Posts: 1516
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 212 times
Been thanked: 351 times

Re: ESP 32 Toolchain problem

Post by Steve-Matrix »

You need to 'point' Flowcode at the ESP toolchain location. Open Flowcode and set it in the "Locations" tab of "Global Properties".

stefan.erni
Valued Contributor
Posts: 1032
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 196 times
Been thanked: 218 times

Re: ESP 32 Toolchain problem

Post by stefan.erni »

Hi Felix Hi Steven

like this

regards

Stefan
Settings_2021-03-11_18-38-11.png
Settings_2021-03-11_18-38-11.png (176.45 KiB) Viewed 8453 times

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
Now I'm one step further. The Toolchain was installed now.
Is that correct, that I can't send my program to my ESP 32 for licences reasons as the following message shows ?
Thanks
Felix
Attachments
T1.png
T1.png (171.68 KiB) Viewed 8447 times

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

Re: ESP 32 Toolchain problem

Post by felixegger »

After several trials I'm getting now the following message, although my ESP 32 was connected properly :
Thanks
Attachments
U.png
U.png (88.88 KiB) Viewed 8447 times

BenR
Matrix Staff
Posts: 1940
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 506 times
Been thanked: 689 times

Re: ESP 32 Toolchain problem

Post by BenR »

Hello,

Ok it sounds like the toolchain is now setup correctly and Flowcode is pointed at it correctly but your program is generating an error.

Please can you attach your .fcfx program file and we will have a look at what is causing the compilation error for you.

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

Re: ESP 32 Toolchain problem

Post by felixegger »

But I could debug my file without any problems

BenR
Matrix Staff
Posts: 1940
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 506 times
Been thanked: 689 times

Re: ESP 32 Toolchain problem

Post by BenR »

Hello,

The ESP toolchain is very picky about correct syntax and likes to treat a lot of warnings as errors. The Flowcode simulation is very good but will not pick up and trap all the errors that the compiler will.

Please upload your file and we will investigate the cause of the problem.

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

Re: ESP 32 Toolchain problem

Post by felixegger »

My file is very simple and it looks like this.
Otherwise I don't know how to upload my fcfx program to you.
I'm using a ESP32 WROOM 32
Thanks
Attachments
pcode.png
pcode.png (80.97 KiB) Viewed 8428 times

Post Reply