Page 2 of 4

Re: ESP32 not compling to chip

Posted: Thu Dec 10, 2020 9:21 pm
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

Re: ESP32 not compling to chip

Posted: Fri Dec 11, 2020 9:13 am
by LeighM
Could you please post your project file ESP32_TEST5.fcfx
Thanks

Re: ESP32 not compling to chip

Posted: Fri Dec 11, 2020 9:25 am
by DAVIDJOINER
Hi

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


David

Re: ESP32 not compling to chip

Posted: Fri Dec 11, 2020 11:10 am
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

Re: ESP32 not compling to chip

Posted: Fri Dec 11, 2020 12:53 pm
by DAVIDJOINER
Hi

Enclosed LG.TXT file as requested

David

Re: ESP32 not compling to chip

Posted: Fri Dec 11, 2020 1:55 pm
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

Re: ESP32 not compling to chip

Posted: Fri Dec 11, 2020 2:10 pm
by DAVIDJOINER
Hi

XLOG.TXT as requested

David

Re: ESP32 not compling to chip

Posted: Fri Dec 11, 2020 2:23 pm
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

Re: ESP32 not compling to chip

Posted: Fri Dec 11, 2020 2:27 pm
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

Re: ESP32 not compling to chip

Posted: Fri Dec 11, 2020 4:13 pm
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