Compile problem with ESP WIFI KIT 32

For general Flowcode discussion that does not belong in the other sections.
wayne_millard
Posts: 94
http://meble-kuchenne.info.pl
Joined: Fri Dec 04, 2020 6:12 pm
Has thanked: 1 time
Been thanked: 9 times

Compile problem with ESP WIFI KIT 32

Post by wayne_millard »

Hi Everyone

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

Thanks,
Wayne M
Attachments
RTC_ESP32.fcfx
(20.4 KiB) Downloaded 58 times

RGV250
Posts: 264
Joined: Sat Mar 19, 2022 4:53 pm
Has thanked: 23 times
Been thanked: 30 times

Re: Compile problem with ESP WIFI KIT 32

Post 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

chipfryer27
Valued Contributor
Posts: 1149
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 285 times
Been thanked: 412 times

Re: Compile problem with ESP WIFI KIT 32

Post 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

wayne_millard
Posts: 94
Joined: Fri Dec 04, 2020 6:12 pm
Has thanked: 1 time
Been thanked: 9 times

Re: Compile problem with ESP WIFI KIT 32

Post 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

RGV250
Posts: 264
Joined: Sat Mar 19, 2022 4:53 pm
Has thanked: 23 times
Been thanked: 30 times

Re: Compile problem with ESP WIFI KIT 32

Post by RGV250 »

Hi,
I did a quick google and found this https://www.esp32.com/viewtopic.php?f=2&t=30853

Bob

mnfisher
Valued Contributor
Posts: 956
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 104 times
Been thanked: 509 times

Re: Compile problem with ESP WIFI KIT 32

Post 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

stefan.erni
Valued Contributor
Posts: 758
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: Compile problem with ESP WIFI KIT 32

Post 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

chipfryer27
Valued Contributor
Posts: 1149
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 285 times
Been thanked: 412 times

Re: Compile problem with ESP WIFI KIT 32

Post 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

wayne_millard
Posts: 94
Joined: Fri Dec 04, 2020 6:12 pm
Has thanked: 1 time
Been thanked: 9 times

Re: Compile problem with ESP WIFI KIT 32

Post by wayne_millard »

Yes fully upto date on line libraries and software I'm running flowcode 10 on a Windows 11 pc.

chipfryer27
Valued Contributor
Posts: 1149
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 285 times
Been thanked: 412 times

Re: Compile problem with ESP WIFI KIT 32

Post by chipfryer27 »

Hi

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

Regards

Post Reply