espressif / esp-adf

Espressif Audio Development Framework
Other
1.55k stars 685 forks source link

ESP-ADF getting started project build error (AUD-3981) #859

Closed alibukharai closed 2 years ago

alibukharai commented 2 years ago

----------------------------- Delete above -----------------------------

Environment

Problem Description

I am new to LyraT board. I am trying to run the getting started commands from documents, it gives me a strange error related to cmake. I have attached a screenshot.
image

Code to Reproduce This Issue

in Cmd

cd C:\esp git clone --recursive https://github.com/espressif/esp-adf.git or git clone --recursive https://gitee.com/EspressifSystems/esp-adf.git set ADF_PATH=C:\esp\esp-adf echo %ADF_PATH%

in idfcmd

C:\esp\esp-idf\export.bat cd C:\esp xcopy /e /i C:\esp\esp-adf\examples\get-started\play_mp3_control

cd C:\esp\play_mp3_control idf.py set-target esp32 idf.py menuconfig

jason-mao commented 2 years ago

@alibukharai I not have found any problems as your commands, did you saw right path with echo %ADF_PATH%and echo %IDF_PATH% before idf.py set-target esp32?

alibukharai commented 2 years ago

@alibukharai I not have found any problems as your commands, did you saw right path with echo %ADF_PATH%and echo %IDF_PATH% before idf.py set-target esp32?

after restarting the system this problem is solved

jason-mao commented 2 years ago

@alibukharai Thanks for your reply.