ESP Compilation error.help me please!

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
17712885438
Posts: 21
http://meble-kuchenne.info.pl
Joined: Thu Nov 02, 2023 8:11 am

ESP Compilation error.help me please!

Post by 17712885438 »

ESP Compilation error.help me please!
ESP32 Compilation error.txt
(5.97 KiB) Downloaded 163 times

medelec35
Matrix Staff
Posts: 2033
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 634 times
Been thanked: 684 times

Re: ESP Compilation error.help me please!

Post by medelec35 »

Hello.
Anyone that has compile error would save time by proving the .fcfx, .msg.txt & .c files as it saves us asking for them.
My suggestion is test your toolchain set up by compiling using a Lolin32_lite target.
just create a basic test project, e.g. add a loop then within the loop, Output gpio 0 high, Delay 1 second, Output gpio 0 , Delay 1 second.
It does not matter if you don't have a lolin32 target device as you are only using compile to hex and not compile to target.
If compiles OK then we are looking at a esp32 C3 issue, so we will require all requested files.
If the Lolin32 does not compile to hex then we need to deal with that first.
Can you let me know the results, please.
Martin

17712885438
Posts: 21
Joined: Thu Nov 02, 2023 8:11 am

Re: ESP Compilation error.help me please!

Post by 17712885438 »

Lolin32_lite targe Compilation error.WHY?
ESP32 Compilation error.txt
(184.91 KiB) Downloaded 160 times
ESP32 Compilation error.txt
(184.91 KiB) Downloaded 160 times
ESP32 Compilation error.txt
(184.91 KiB) Downloaded 160 times
Attachments
2.jpg
2.jpg (50.77 KiB) Viewed 6376 times
1.bmp.jpg
1.bmp.jpg (55.93 KiB) Viewed 6376 times

17712885438
Posts: 21
Joined: Thu Nov 02, 2023 8:11 am

Re: ESP Compilation error.help me please!

Post by 17712885438 »

Lolin32_lite target Compilation error.
3.jpg
3.jpg (59.96 KiB) Viewed 6376 times
4.jpg
4.jpg (45.08 KiB) Viewed 6376 times
Lolin32_lite target Compilation error.txt
(184.91 KiB) Downloaded 157 times

medelec35
Matrix Staff
Posts: 2033
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 634 times
Been thanked: 684 times

Re: ESP Compilation error.help me please!

Post by medelec35 »

Hello.
I can see a couple of issues with the ESP_CAL_String.c
Browse to this location using file explorer , it's hidden by default so just paste the link into your address bar.

Code: Select all

%ProgramData%\MatrixTSL\FlowcodeV10\CAL\ESP
Place the attached C file.
If you run any library updates, then the ESP_CAL_String.c you added will be overwritten, so it will stop working again (unless the ESP_CAL_String.c update has been pushed).
The reason I asked to check with Lolin is because C3 is a new device, so wanted to make sure everything on a well established device.
Attachments
ESP_CAL_String.c
(47.65 KiB) Downloaded 141 times
Martin

17712885438
Posts: 21
Joined: Thu Nov 02, 2023 8:11 am

Re: ESP Compilation error.help me please!

Post by 17712885438 »

I did it your way, and it still didn't work.Please help me。
ERROR.txt
(5.85 KiB) Downloaded 168 times

17712885438
Posts: 21
Joined: Thu Nov 02, 2023 8:11 am

Re: ESP Compilation error.help me please!

Post by 17712885438 »

Lolin32_lite target is ok! but ESP32-C3,ESP-C6 still Compilation error.why?

medelec35
Matrix Staff
Posts: 2033
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 634 times
Been thanked: 684 times

Re: ESP Compilation error.help me please!

Post by medelec35 »

For us to help you can you provide your .fcfx project file and updated .msg.txt file.
Without both files we won't be able to help.
Martin

17712885438
Posts: 21
Joined: Thu Nov 02, 2023 8:11 am

Re: ESP Compilation error.help me please!

Post by 17712885438 »

Thank you very much. I have attached the documents and reports. Please help me.
C3.fcfx
(7.1 KiB) Downloaded 181 times
C3.txt
(5.93 KiB) Downloaded 193 times

medelec35
Matrix Staff
Posts: 2033
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 634 times
Been thanked: 684 times

Re: ESP Compilation error.help me please!

Post by medelec35 »

Thank you for the report, we will add it to our list.
I have moved the topic to the bugs section.
Martin

Post Reply