我正在尝试让ESP-IDF在Ubuntu 18.04上运行。当我尝试使用"idf.py build“编译测试项目blink时,我从cmake得到一个错误。失败的原始代码在/home/bjorn/esp/esp-idf/tools/cmake/scripts/component_get_requirements.cmake中 失败的命令如下: include删除可选关键字会将错误更改为"include called with invalid argument:
我使用的所有代码都是直接从这个代码库克隆的:https://github.com/espressif/esp-idf 我从我在~/esp/hello_world/中复制的hello_world示例中执行/esp_rom/include/esp32/rom/uart.h:18:0,
from /Users/me/esp/esp-idf/components/bootloader_