esp 32 compile error

For general Flowcode discussion that does not belong in the other sections.
Post Reply
pivbmw
Posts: 3
http://meble-kuchenne.info.pl
Joined: Mon Nov 27, 2023 11:06 am
Has thanked: 1 time

esp 32 compile error

Post by pivbmw »

hi to all
need help to setup flowcode 10 for compile esp 32
log

Target folder: C:\copy\esp32 test
Source name: C:\copy\esp32 test\Flowcode1.fcfx
Title:
Description:
Device: ESP.ESP32.ESP32_WROOM_32
Generated by: Flowcode v10.1.2.40
Date: Saturday, December 21, 2024 23:53:21
Users: 1
Registered to: pivbmw (FREE_VERSION)
Licence key: DF7JCQ
NOT FOR COMMERCIAL USE
https://www.flowcode.co.uk
Using <> user settings for compiler
Launching the compiler...
C:\FC_ESP\esp-tools\idf_cmd_init.bat ESP32_WROOM_32
Setting PYTHONNOUSERSITE, was not set[/b][/b]
Using Python in C:\copy\esp32 test\
'null' is not recognized as an internal or external command,
operable program or batch file.
Using Git in C:\FC_ESP\esp-tools\Espressif\tools\idf-git\2.44.0\cmd\
git version 2.44.0.windows.1

Using <> user settings for linker
Launching the linker/assembler...
C:\Program Files (x86)\Flowcode v10\tools\DoNothing\DoNothing.exe


FINISHED

what i do wrong ?
please help
instaled all according guide

pivbmw
Posts: 3
Joined: Mon Nov 27, 2023 11:06 am
Has thanked: 1 time

Re: esp 32 compile error

Post by pivbmw »

reinstaled all
and now have this error

Target folder: C:\copy\esp32 test
Source name: C:\copy\esp32 test\Flowcode1.fcfx
Title:
Description:
Device: ESP.ESP32.ESP32_WROOM_32
Generated by: Flowcode v10.1.2.40
Date: Sunday, December 22, 2024 20:15:41
Users: 1
Registered to: pivbmw (FREE_VERSION)
Licence key: DF7JCQ
NOT FOR COMMERCIAL USE
https://www.flowcode.co.uk
Using <> user settings for compiler
Launching the compiler...
C:\FC_ESP\esp-tools\idf_cmd_init.bat ESP32_WROOM_32
Using Python in C:\copy\esp32 test\
'null' is not recognized as an internal or external command,
operable program or batch file.
Using Git in C:\FC_ESP\esp-tools\Espressif\tools\idf-git\2.44.0\cmd\
git version 2.44.0.windows.1

Using <> user settings for linker
Launching the linker/assembler...
C:\Program Files (x86)\Flowcode v10\tools\DoNothing\DoNothing.exe


FINISHED


help to set up for compile to esp
thanks

medelec35
Matrix Staff
Posts: 1913
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 619 times
Been thanked: 644 times

Re: esp 32 compile error

Post by medelec35 »

Hello.
Did you download the toolchain from here?
Have you updated your component database?
Help > Library Updates..
Change Files in-use to Full database
Click Yes for the warning for this might take a long time
Then click on Download.
You need to refresh your project (File > Reload)
Then try to compile again.
If still not working can you attach the .msg.txt file.

If you look at File > Global Settings... > Locations tab
Check the ESP: path matches the path the ESP toolchain was installed, e.g. C:\FC_ESP
Martin

medelec35
Matrix Staff
Posts: 1913
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 619 times
Been thanked: 644 times

Re: esp 32 compile error

Post by medelec35 »

Hi pivbmw.
Are you all sorted now and if so what was the issue?
Martin

Post Reply