Help for a clean compilation.

For general Flowcode discussion that does not belong in the other sections.
Post Reply
djebirmalik
Posts: 22
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 5:21 am
Has thanked: 1 time
Been thanked: 1 time

Help for a clean compilation.

Post by djebirmalik »

Hello everyone.
When I compile a FC10 project for an ESP32 WROOM, a folder containing the files "build, main, CMakeLists, Makefile, menuconfig, and sdkconfig" is installed on my desktop, instead of installing in the main folder containing the other files; "Flowcode1, Flowcode1.c, Flowcode1.fcfx.001, Flowcode1.h, Flowcode1.msg..."
Can someone help me?

medelec35
Matrix Staff
Posts: 1779
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 600 times
Been thanked: 588 times

Re: Help for a clean compilation.

Post by medelec35 »

Hello.
The files should be stored withed the default path of

Code: Select all

C:\FC_ESP\target name
Did you install the toolchain from here?
Also, the path for the default folder should be within File > Global settings... > Location Tab > ESP:
it should also show the default path e.g.

Code: Select all

C:\esp-idf
Does your setup look correct when compared to above?
Martin

djebirmalik
Posts: 22
Joined: Thu Dec 03, 2020 5:21 am
Has thanked: 1 time
Been thanked: 1 time

Re: Help for a clean compilation.

Post by djebirmalik »

Hello; I didn't quite understand how to do it.
I find C:\esp-idf , C:\esp-idf-tools...etc.
Can you tell me the method step by step?
Thanks in advance.

Post Reply