[已解决] Mac系统安装配置问题
Posted: Thu May 13, 2021 10:06 am
小白一枚。。。。。。
恳请各位大佬协助解决一下,不胜感激。
安装过程参考的官方的ESP-IDF编程指南,IDE使用的是Visual Studio Code。
在helloworld工程这里就出现了问题,出现不了工程配置的主窗口。
具体报错信息如下:
(base) MacBook-Pro:hello_world hyb$ cd ~/esp/hello_world
bash: cd: /Users/hyb/esp/hello_world: No such file or directory
(base) MacBook-Pro:hello_world hyb$ idf.py set-target esp32
bash: idf.py: command not found
(base) MacBook-Pro:hello_world hyb$ idf.py menuconfig
bash: idf.py: command not found
在打开hello_world_main.c文件时报错信息如下:
检测到 #include 错误。请考虑更新 compile_commands.json 或 includePath。已为此翻译单元(/Users/XXX/esp/esp-idf/examples/get-started/hello_world/main/hello_world_main.c)禁用波形曲线。
无法打开 源 文件 "sys/reent.h" (dependency of "freertos/FreeRTOS.h")
在打开example_test.py文件时报错信息如下:
Import "ttfw_idf" could not be resolved
恳请各位大佬协助解决一下,不胜感激。
安装过程参考的官方的ESP-IDF编程指南,IDE使用的是Visual Studio Code。
在helloworld工程这里就出现了问题,出现不了工程配置的主窗口。
具体报错信息如下:
(base) MacBook-Pro:hello_world hyb$ cd ~/esp/hello_world
bash: cd: /Users/hyb/esp/hello_world: No such file or directory
(base) MacBook-Pro:hello_world hyb$ idf.py set-target esp32
bash: idf.py: command not found
(base) MacBook-Pro:hello_world hyb$ idf.py menuconfig
bash: idf.py: command not found
在打开hello_world_main.c文件时报错信息如下:
检测到 #include 错误。请考虑更新 compile_commands.json 或 includePath。已为此翻译单元(/Users/XXX/esp/esp-idf/examples/get-started/hello_world/main/hello_world_main.c)禁用波形曲线。
无法打开 源 文件 "sys/reent.h" (dependency of "freertos/FreeRTOS.h")
在打开example_test.py文件时报错信息如下:
Import "ttfw_idf" could not be resolved