ESP32 not compling to chip

Any bugs you encounter with Flowcode should be discussed here.
DAVIDJOINER
Posts: 140
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 7:35 pm
Been thanked: 18 times

Re: ESP32 not compling to chip

Post by DAVIDJOINER »

The idf.py build seemed to run okay

So tried to compile to chip again but still does not compile to chip


Have enclosed compiler message file

David
Attachments
ESP32_TEST5.msg.txt
(1.96 KiB) Downloaded 174 times

LeighM
Valued Contributor
Posts: 401
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 73 times
Been thanked: 218 times

Re: ESP32 not compling to chip

Post by LeighM »

Could you please post your project file ESP32_TEST5.fcfx
Thanks

DAVIDJOINER
Posts: 140
Joined: Wed Dec 02, 2020 7:35 pm
Been thanked: 18 times

Re: ESP32 not compling to chip

Post by DAVIDJOINER »

Hi

Enclosed as requested note it is the most basic ie just begin & end just to test compiling to chip


David
Attachments
ESP32_TEST5.fcfx
(5.82 KiB) Downloaded 164 times

LeighM
Valued Contributor
Posts: 401
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 73 times
Been thanked: 218 times

Re: ESP32 not compling to chip

Post by LeighM »

Hi David,
Could you now try this in the cmd prompt

Code: Select all

cd C:\FLOWCODE9\ESP32_TEST5
idf.py build > LOG.TXT
Then post the LOG.TXT file
Thanks

DAVIDJOINER
Posts: 140
Joined: Wed Dec 02, 2020 7:35 pm
Been thanked: 18 times

Re: ESP32 not compling to chip

Post by DAVIDJOINER »

Hi

Enclosed LG.TXT file as requested

David
Attachments
LOG.TXT
(8.99 KiB) Downloaded 172 times

LeighM
Valued Contributor
Posts: 401
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 73 times
Been thanked: 218 times

Re: ESP32 not compling to chip

Post by LeighM »

Thanks.
Next ... could you run a clean cmd prompt, not the ESP-IDF one, and type this ...

Code: Select all

cd C:\esp-idf
export.bat > XLOG.TXT
and post XLOG.TXT

Thanks
Leigh

DAVIDJOINER
Posts: 140
Joined: Wed Dec 02, 2020 7:35 pm
Been thanked: 18 times

Re: ESP32 not compling to chip

Post by DAVIDJOINER »

Hi

XLOG.TXT as requested

David
Attachments
XLOG.TXT
(1.91 KiB) Downloaded 151 times

DAVIDJOINER
Posts: 140
Joined: Wed Dec 02, 2020 7:35 pm
Been thanked: 18 times

Re: ESP32 not compling to chip

Post by DAVIDJOINER »

hI

Sorry ignore last reply as still had set using idf prompt

Have re run again with a clean prompt and ZIP file of the command response
Attachments
Capture_prompt.GIF
Capture_prompt.GIF (29.69 KiB) Viewed 4791 times

LeighM
Valued Contributor
Posts: 401
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 73 times
Been thanked: 218 times

Re: ESP32 not compling to chip

Post by LeighM »

Thanks.
Based on that I think the issues are related to the user "david main" and the space.
Is it possible for you to create a new user on the PC without a space in the name,
then try a re-install of the Espressif installer

DAVIDJOINER
Posts: 140
Joined: Wed Dec 02, 2020 7:35 pm
Been thanked: 18 times

Re: ESP32 not compling to chip

Post by DAVIDJOINER »

Hi

Thats a pest

Note I am using Windows 10

Is it possible to easily rename the user in Windows rather than create a new user (ie deleting any spaces)

Also If i must create a new user do i have re install all of flowcode again as well into it

David

Post Reply