Closed alibukharai closed 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 I not have found any problems as your commands, did you saw right path with
echo %ADF_PATH%
andecho %IDF_PATH%
beforeidf.py set-target esp32
?
after restarting the system this problem is solved
@alibukharai Thanks for your reply.
----------------------------- 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.
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