10 lines
955 B
Plaintext
10 lines
955 B
Plaintext
/usr/local/clion-2023.2.2/bin/cmake/linux/x64/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/usr/local/clion-2023.2.2/bin/ninja/linux/x64/ninja -DCMAKE_C_COMPILER=/home/zaske/CLionProjects/avr_Toolchain/local/bin/avr-gcc -DCMAKE_CXX_COMPILER=/home/zaske/CLionProjects/avr_Toolchain/local/bin/avr-g++ -G Ninja -S /home/zaske/esp/esp-idf/examples/get-started/blink -B /home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug
|
|
CMake Error at /home/zaske/esp/esp-idf/tools/cmake/targets.cmake:108 (message):
|
|
Target 'esp32s3' in sdkconfig '/home/zaske/esp/esp-idf/examples/get-started/blink/sdkconfig' does not match currently selected IDF_TARGET 'esp32'. To change the target, clear the build directory and sdkconfig file, and build the project again.
|
|
Call Stack (most recent call first):
|
|
/home/zaske/esp/esp-idf/tools/cmake/project.cmake:24 (__target_init)
|
|
CMakeLists.txt:5 (include)
|
|
|
|
|
|
-- Configuring incomplete, errors occurred!
|