make not working
Posted: Mon Aug 05, 2019 6:26 pm
I installed ESP-ADF in the ESP directory, as mentioned in the guideline.
where 'make' works in /c/msys32/home/user/esp/ESP-IDF/examples/get-started/blink,
it does not work in /c/msys32/home/user/esp/esp-adf/examples/get-started/play_mp3
I also created a file : export_adf_path.sh with "export ADF_PATH=/c/msys32/home/user/esp/esp-adf"
I get following error :
Makefile:2: /project.mk: No such file or directory
make: *** No rule to make target '/project.mk'. Stop.
Any suggestion why the path seems not to be taken ?
Note : when using mingw32, make is also not working, none of the internet solutions work.
best regards
Ludo
where 'make' works in /c/msys32/home/user/esp/ESP-IDF/examples/get-started/blink,
it does not work in /c/msys32/home/user/esp/esp-adf/examples/get-started/play_mp3
I also created a file : export_adf_path.sh with "export ADF_PATH=/c/msys32/home/user/esp/esp-adf"
I get following error :
Makefile:2: /project.mk: No such file or directory
make: *** No rule to make target '/project.mk'. Stop.
Any suggestion why the path seems not to be taken ?
Note : when using mingw32, make is also not working, none of the internet solutions work.
best regards
Ludo