hi,
thanks for your help.
I got it to work with export IDF_PATH=/c/msys32/home/user/esp-idf-v3.2.2
tried your version : export IDF_PATH="c:/msys32/home/user/esp-idf-v3.2.2"..also works
it is very confusing ...sometimes they refer to /c/, sometimes it is c:/ with ""......I took away the ""....
at last, I got this to work.
now my CMD.exe does not work anymore, but can use the mingw32. tried already blink....
now I will try esp-adf with the audio kit..hope this also works.
regards
Ludo
ESP-IDF problems with mingw/mingw32/make
Re: ESP-IDF problems with mingw/mingw32/make
Hi,
I installed esp-adf in /esp directory.
copied play_mp3 directory in /esp, tried also in /esp/esp-adf ,went into play_mp3 and initiated make menuconfig
again :
$ make menuconfig
Makefile:2: /project.mk: No such file or directory
make: *** No rule to make target '/project.mk'. Stop.
$ printenv ADF_PATH
c:/msys32/home/user/esp/esp-adf
tried also
c:/msys32/home/user/esp/esp-adf/play_mp3
Still the same error
Any idea here ?
I installed esp-adf in /esp directory.
copied play_mp3 directory in /esp, tried also in /esp/esp-adf ,went into play_mp3 and initiated make menuconfig
again :
$ make menuconfig
Makefile:2: /project.mk: No such file or directory
make: *** No rule to make target '/project.mk'. Stop.
$ printenv ADF_PATH
c:/msys32/home/user/esp/esp-adf
tried also
c:/msys32/home/user/esp/esp-adf/play_mp3
Still the same error
Any idea here ?
Re: ESP-IDF problems with mingw/mingw32/make
after installing esp-adf, and having the error as mentioned, I go back to esp-idf and are facing the same problem.
It looks as if the adf install is messing up with the idf install....
back to zero.....
It looks as if the adf install is messing up with the idf install....
back to zero.....
Re: ESP-IDF problems with mingw/mingw32/make
You should check both
ADF shouldn't change IDF_PATH
Code: Select all
printenv ADF_PATH
printenv IDF_PATH
Re: ESP-IDF problems with mingw/mingw32/make
path's are OK, but do not start up anymore from the profile.d directory, have to start them manually.
and before, make menuconfig in blink worked,
now, after installing the esp-adf I get the error
$ make menuconfig
Makefile:8: /make/project.mk: No such file or directory
make: *** No rule to make target '/make/project.mk'. Stop.
and before, make menuconfig in blink worked,
now, after installing the esp-adf I get the error
$ make menuconfig
Makefile:8: /make/project.mk: No such file or directory
make: *** No rule to make target '/make/project.mk'. Stop.
Re: ESP-IDF problems with mingw/mingw32/make
esp-adf is doing something weard.
when I installed this, the whole /esp/home directory cannot be deleted anymore, and it comes to 1 filed in the blink/build/include/config/smp/slave/con
This file is not accessible and cannot be deleted. I had this now 2 times.
this con file cannot be deleted in the asp directory too....
I assume, but cannot be sure, that this also causes the problem with the make menuconfig.
when I installed this, the whole /esp/home directory cannot be deleted anymore, and it comes to 1 filed in the blink/build/include/config/smp/slave/con
This file is not accessible and cannot be deleted. I had this now 2 times.
this con file cannot be deleted in the asp directory too....
I assume, but cannot be sure, that this also causes the problem with the make menuconfig.
Re: ESP-IDF problems with mingw/mingw32/make
The problem is that going way back to DOS, "con" was a reserved word in the "OS" as the directory of the console. One could write to it like one can write to ttyn in Unix. The OS wouldn't let that directory be deleted by mere mortals, and that is carried as legacy all the way up to Windows 10. Weird, but what are you going to do, right?
It turns out there is a way to delete this directory, but it too hearkens back to DOS and the cmd prompt and its rd (or its synonym rmdir) command.
From the command line, issue the command:
rd /Q /S \\.\\c:<path to the con parent>\con
The Q and S are for "silent" and "sub directories" (just in case there's something hanging off con. I haven't tried all the variations of this, but I believe this must be done by specifying the full path to the con directory all the way from c: exactly as above with the additional back-slashes before "c:"
There are a few more reserved names, such as "lpt1" and a few others that this should work for also if you run into the problem.
It turns out there is a way to delete this directory, but it too hearkens back to DOS and the cmd prompt and its rd (or its synonym rmdir) command.
From the command line, issue the command:
rd /Q /S \\.\\c:<path to the con parent>\con
The Q and S are for "silent" and "sub directories" (just in case there's something hanging off con. I haven't tried all the variations of this, but I believe this must be done by specifying the full path to the con directory all the way from c: exactly as above with the additional back-slashes before "c:"
There are a few more reserved names, such as "lpt1" and a few others that this should work for also if you run into the problem.
Re: ESP-IDF problems with mingw/mingw32/make
If you're running Windows-10....in my opinion dont bother with msys/mingw32, etc..
Just use WSL...its native!
Just use WSL...its native!
Who is online
Users browsing this forum: Baidu [Spider], MicroController and 97 guests