MrBuddyCasino / ESP32_MP3_Decoder

A internet radio and bluetooth speaker project for the Espressif ESP32
774 stars 182 forks source link

makefile:8 No rules to make the target #81

Open Pupariaa opened 4 years ago

Pupariaa commented 4 years ago

Hello, I just asked for help because when I am at the step of the make menuconfigcommand, I have an error which tells me that it does not find the file in the directory (while it is present) and that it does not have any rules for the "project.mk" target. Thank you in advance!

Error (in french):

# make menuconfig
Makefile:8: C:/mysys32/home/Utilisateur/esp/esp-idf/make/project.mk: No such file or directory
make: *** Aucune règle pour fabriquer la cible « C:/mysys32/home/Utilisateur/esp/esp-idf/make/project.mk ». Arrêt.
MrMugame commented 2 years ago

Have you solved this, because I have the same problem. It appears to be because of changes to esp idf, which now works with cmake. I tried to use an old version of esp idf but its a headache with python 2 and i couldn't get it to run. (I know its over a year ago)