ESP Compilation error.help me please!
-
- Posts: 14
- http://meble-kuchenne.info.pl
- Joined: Thu Nov 02, 2023 8:11 am
-
- Matrix Staff
- Posts: 1913
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 619 times
- Been thanked: 644 times
Re: ESP Compilation error.help me please!
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.
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
-
- Posts: 14
- Joined: Thu Nov 02, 2023 8:11 am
Re: ESP Compilation error.help me please!
Lolin32_lite targe Compilation error.WHY?
- Attachments
-
- 2.jpg (50.77 KiB) Viewed 2659 times
-
- 1.bmp.jpg (55.93 KiB) Viewed 2659 times
-
- Posts: 14
- Joined: Thu Nov 02, 2023 8:11 am
-
- Matrix Staff
- Posts: 1913
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 619 times
- Been thanked: 644 times
Re: ESP Compilation error.help me please!
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.
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.
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
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 12 times
Martin
-
- Posts: 14
- Joined: Thu Nov 02, 2023 8:11 am
Re: ESP Compilation error.help me please!
I did it your way, and it still didn't work.Please help me。
-
- Posts: 14
- Joined: Thu Nov 02, 2023 8:11 am
Re: ESP Compilation error.help me please!
Lolin32_lite target is ok! but ESP32-C3,ESP-C6 still Compilation error.why?
-
- Posts: 14
- Joined: Thu Nov 02, 2023 8:11 am
Re: ESP Compilation error.help me please!
Thank you very much. I have attached the documents and reports. Please help me.