Ai-Thinker-Open / ESP32-A1S-AudioKit

Ai-Thinker AudioKit Board SDK - 安信可 esp32-a1s 音频模组开发板
Other
132 stars 63 forks source link

Error in compiling /ESP32-A1S-AudioKit/examples/get-started/play_mp3 #16

Closed saeedsamie closed 3 years ago

saeedsamie commented 3 years ago

I am new in using ESP32 Audio kit (esp32 audio kit v 2.2). I tried following the commands in the Quick Start section, but i got this error: make menuconfig Makefile:2: /project.mk: No such file or directory make: *** No rule to make target '/project.mk'. Stop.

Also, I read about my problem and apparently it is about the IDF_PATH so i tried using this IDF PATH: D:msys32/home/saeed/esp/esp-idf also this one: /D/msys32/home/saeed/esp/esp-idf but still got the same error.