Page 1 of 2

Compile problem with ESP WIFI KIT 32

Posted: Wed May 10, 2023 6:19 pm
by wayne_millard
Hi Everyone

Can someone tell me why this will not compile? :x

Thanks,
Wayne M

Re: Compile problem with ESP WIFI KIT 32

Posted: Wed May 10, 2023 6:39 pm
by RGV250
Hi,
Can you post the errors it shows, unfortunately I cannot compile it as I only have V9 so no gLCD component.

Bob

Re: Compile problem with ESP WIFI KIT 32

Posted: Wed May 10, 2023 6:42 pm
by chipfryer27
Hi

It compiles to Hex OK for me, but as I don't have that module I can't check any further. If you could post the errors as Bob suggested then maybe we can help further.

Also it may help to inform if it is just this chart you are having issues with and any other relevant info.

Regards

Re: Compile problem with ESP WIFI KIT 32

Posted: Wed May 10, 2023 6:56 pm
by wayne_millard
To all,

This is what is see.

ninja: build stopped: subcommand failed.
Checking Python dependencies...
Executing action: all (aliases: build)
Running ninja in directory c:\work\rtc_esp32\build
Executing "ninja all"...
ninja failed with exit code 1

Build Failed
.


Autoclose turned off


FINISHED


Wayne M

Re: Compile problem with ESP WIFI KIT 32

Posted: Wed May 10, 2023 7:18 pm
by RGV250
Hi,
I did a quick google and found this https://www.esp32.com/viewtopic.php?f=2&t=30853

Bob

Re: Compile problem with ESP WIFI KIT 32

Posted: Wed May 10, 2023 9:59 pm
by mnfisher
What version FC and espressif tools are you using?

It compiles under v10 (using espressif v5.0) - but only after a doing an update (help->library updates) which updated several of the esp files

Martin

Re: Compile problem with ESP WIFI KIT 32

Posted: Thu May 11, 2023 7:37 am
by stefan.erni
Hi Wayne, Hi Martin, Hi Bob

I downloaded your program and somehow I already had an rtc_esp32. So my computer renamed it to RTC_ESP32 (1).fcfx
This gives problems when compiling to hex.
Running cmake in directory c:\users\kfs-forschung\downloads\rtc_esp32_(1)\build
Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DIDF_TARGET=esp32 -DCCACHE_ENABLE=1 c:\users\kfs-forschung\downloads\rtc_esp32_(1)"...
Build Failed
Then I changed the file to RTC_ESP32n.fcfx.
and it compiles to hex without problems.


I changed the file to RTC_ESP32 1.fcfx
and it compiles to hex without problems.

I changed the file to RTC_ESP32(1).fcfx
and error! again


regards

Stefan

Re: Compile problem with ESP WIFI KIT 32

Posted: Thu May 11, 2023 8:44 am
by chipfryer27
Hi

In my earlier post in which it compiled to Hex for me, I was running FCv10 using IDF4.2 and Python 3.8. When opening in FCv9 I'm informed the project was built using a newer version etc (so I guess v10) but still compiled to Hex OK. So between replies it has compiled on known working versions / installs.

As Martin suggests, it would be helpful to know Wayne's FC version and if the database has been fully updated, and which "toolchain" he's using. In addition it would be helpful to know if he's ever successfully compiled.

I'll make sure never to use parenthesis as per Stefan's post :)

Regards

Re: Compile problem with ESP WIFI KIT 32

Posted: Thu May 11, 2023 7:08 pm
by wayne_millard
Yes fully upto date on line libraries and software I'm running flowcode 10 on a Windows 11 pc.

Re: Compile problem with ESP WIFI KIT 32

Posted: Thu May 11, 2023 7:29 pm
by chipfryer27
Hi

What ESP toolchain are you using, and has it ever worked for you?

Regards