You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I just asked for help because when I am at the step of the make menuconfig command, 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.
The text was updated successfully, but these errors were encountered:
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)
Hello, I just asked for help because when I am at the step of the
make menuconfig
command, 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):
The text was updated successfully, but these errors were encountered: