器件型号: CC1352P7
您好、
我想使用 ot-ti 存储库 (https://github.com/TexasInstruments/ot-ti) 为 LP-CC1352P7-4 板构建 RCP 固件。 我的开发 PC 运行 Linux Mint。
我运行了 bootstrap 脚本。 然后我运行构建脚本、并收到以下错误消息:
source/cmake/scripts/cmake-common/Configure.cmake:98(工程)处出错: CMAKE_C_Compiler: /opt/gcc-arm-none-eabi-9-2020-q2-update/bin/arm-none-eabi-gcc 不是现有编译器工具的完整路径。 通过将环境 变量“CC"或“或 CMake 缓存条目 CMAKE_C_COMPILER 设置为 编译器的完整路径、或将编译器名称设置为路径、告诉 CMake 在哪里可以找到编译器。 调用栈(最近一次调用优先): CMakeLists.txt:13(包括) source/cmake/scripts/cmake-common/Configure.cmake:98 (project): CMAKE_ASM_Compiler: /opt/gcc-arm-none-eabi-9-2020-q2-update/bin/arm-none-eabi-gcc 不是现有编译器工具的完整路径。 通过将环境 变量“asm"或“或 CMake 缓存条目 CMAKE_ASM_COMPILER 设置为 编译器的完整路径、或将编译器名称设置为路径、告诉 CMake 在哪里可以找到编译器。 调用栈(最近一次调用优先): CMakeLists.txt:13(包含)
我安装了 Arm GNU 工具链、并重新运行脚本。 我现在收到以下错误消息:
source/ti/drivers/CMakeLists.txt 中的 CMake 错误:
目标“tfm_dependences_cc26x4" interface_include_directories“ interface_include_directories 属性
包含路径:
“/home/developer/Dev/ot-ti/third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx/tfm_s/cc26x4/build_dependencies “
它是源目录中的前缀。
source/ti/drivers/CMakeLists.txt 中的 CMake 错误:
目标“tfm_dependences_cc26x4" interface_include_directories“ interface_include_directories 属性
包含路径:
“/home/developer/Dev/ot-ti/third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx/source
它是源目录中的前缀。
source/ti/drivers/CMakeLists.txt 中的 CMake 错误:
目标“tfm_dependences_cc26x4" interface_include_directories“ interface_include_directories 属性
包含路径:
“/home/developer/Dev/ot-ti/third_party/ti_simplelink_sdk/repo_cc13xx_cc26xx/source/third_party/tfm/interface/include “
它是源目录中的前缀。
...
我可以做什么?
此致、
Pascal