esp32 compiler problem

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
charafi_hassan
Posts: 4
http://meble-kuchenne.info.pl
Joined: Mon Sep 25, 2023 2:16 am
Has thanked: 1 time

esp32 compiler problem

Post by charafi_hassan »

who can help me compile to esp 32, everything is installed:
- python 3.12.5
- git version 2.46.0
- ESP toolchain found at "C:\esp-idf\frameworks\esp-idf-v5.3\"
compile message attached
Attachments
esp exe.msg.txt
(4.11 KiB) Downloaded 24 times

mnfisher
Valued Contributor
Posts: 1133
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 114 times
Been thanked: 596 times

Re: esp32 compiler problem

Post by mnfisher »

Hi,

You have spaces in the filename and path. Try saving as a new file without and see if that works.

Martin

charafi_hassan
Posts: 4
Joined: Mon Sep 25, 2023 2:16 am
Has thanked: 1 time

Re: esp32 compiler problem

Post by charafi_hassan »

mnfisher wrote:
Sun Sep 08, 2024 7:53 am
Hi,

You have spaces in the filename and path. Try saving as a new file without and see if that works.

Martin
thank you it works

charafi_hassan
Posts: 4
Joined: Mon Sep 25, 2023 2:16 am
Has thanked: 1 time

Re: esp32 compiler problem

Post by charafi_hassan »

Now I have this problem, please help me :

Done! You can now compile ESP-IDF projects.
Go to the project directory and run:

idf.py build

. . .

Usage: idf.py [OPTIONS] COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]...
Try 'idf.py --help' for help.

Error: No such option: --no-hints Did you mean --no-warnings?
Programming Failed

C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\ESP\Batch\esp32_prog.bat reported error code 0x1

Post Reply