ESP32H2编译工程失败
Posted: Wed Apr 26, 2023 7:32 am
按照espidf的指南搭建环境,我的环境是wsl,ubuntu16的环境,esp32-H2的linux搭建指南 链接如下:
https://docs.espressif.com/projects/esp ... setup.html
按照步骤执行完毕后,直接进入get-started/hello_world,调用idf.py build编译时,cmake提示错误如下:
应该是交叉工具链没有找到,而我在esp的路径下也没找到相关文件。
idf版本是master,请问是可能是哪里的问题?
https://docs.espressif.com/projects/esp ... setup.html
按照步骤执行完毕后,直接进入get-started/hello_world,调用idf.py build编译时,cmake提示错误如下:
Code: Select all
CMake Error at /home/fwmao/esp/esp-idf/tools/cmake/project.cmake:365 (__project):
The CMAKE_C_COMPILER:
xtensa-esp32-elf-gcc
is not a full path and was not found in the PATH.
应该是交叉工具链没有找到,而我在esp的路径下也没找到相关文件。
idf版本是master,请问是可能是哪里的问题?