Page 3 of 6

Re: ESP 32 Toolchain problem

Posted: Thu Mar 11, 2021 4:53 pm
by felixegger
my new Command Prompt

Re: ESP 32 Toolchain problem

Posted: Thu Mar 11, 2021 5:05 pm
by felixegger
Unfortunately still this message appears:

I will also study these new messages which came in between

Re: ESP 32 Toolchain problem

Posted: Thu Mar 11, 2021 5:33 pm
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".

Re: ESP 32 Toolchain problem

Posted: Thu Mar 11, 2021 5:43 pm
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 8457 times

Re: ESP 32 Toolchain problem

Posted: Fri Mar 12, 2021 8:25 pm
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

Re: ESP 32 Toolchain problem

Posted: Fri Mar 12, 2021 9:21 pm
by felixegger
After several trials I'm getting now the following message, although my ESP 32 was connected properly :
Thanks

Re: ESP 32 Toolchain problem

Posted: Fri Mar 12, 2021 9:47 pm
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.

Re: ESP 32 Toolchain problem

Posted: Fri Mar 12, 2021 10:29 pm
by felixegger
But I could debug my file without any problems

Re: ESP 32 Toolchain problem

Posted: Fri Mar 12, 2021 10:45 pm
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.

Re: ESP 32 Toolchain problem

Posted: Mon Mar 15, 2021 10:08 am
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