47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
|
|
Command: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=C:\Espressif\python_env\idf5.5_py3.11_env\Scripts\python.exe -DESP_PLATFORM=1 -DCCACHE_ENABLE=0 C:\Users\29096\Desktop\work\APP and SPI\BLE_SPI
|
||
|
|
CMake Error at C:/Espressif/frameworks/esp-idf-v5.5/tools/cmake/project.cmake:589 (__project):
|
||
|
|
The CMAKE_C_COMPILER:
|
||
|
|
|
||
|
|
xtensa-esp32s3-elf-gcc
|
||
|
|
|
||
|
|
is not a full path and was not found in the PATH. Perhaps the extension is
|
||
|
|
missing?
|
||
|
|
|
||
|
|
Tell CMake where to find the compiler by setting either the environment
|
||
|
|
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
|
||
|
|
the compiler, or to the compiler name if it is in the PATH.
|
||
|
|
Call Stack (most recent call first):
|
||
|
|
CMakeLists.txt:8 (project)
|
||
|
|
|
||
|
|
|
||
|
|
CMake Error at C:/Espressif/frameworks/esp-idf-v5.5/tools/cmake/project.cmake:589 (__project):
|
||
|
|
The CMAKE_CXX_COMPILER:
|
||
|
|
|
||
|
|
xtensa-esp32s3-elf-g++
|
||
|
|
|
||
|
|
is not a full path and was not found in the PATH. Perhaps the extension is
|
||
|
|
missing?
|
||
|
|
|
||
|
|
Tell CMake where to find the compiler by setting either the environment
|
||
|
|
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
|
||
|
|
to the compiler, or to the compiler name if it is in the PATH.
|
||
|
|
Call Stack (most recent call first):
|
||
|
|
CMakeLists.txt:8 (project)
|
||
|
|
|
||
|
|
|
||
|
|
CMake Error at C:/Espressif/frameworks/esp-idf-v5.5/tools/cmake/project.cmake:589 (__project):
|
||
|
|
The CMAKE_ASM_COMPILER:
|
||
|
|
|
||
|
|
xtensa-esp32s3-elf-gcc
|
||
|
|
|
||
|
|
is not a full path and was not found in the PATH. Perhaps the extension is
|
||
|
|
missing?
|
||
|
|
|
||
|
|
Tell CMake where to find the compiler by setting either the environment
|
||
|
|
variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
|
||
|
|
to the compiler, or to the compiler name if it is in the PATH.
|
||
|
|
Call Stack (most recent call first):
|
||
|
|
CMakeLists.txt:8 (project)
|
||
|
|
|
||
|
|
|