主题中讨论的其他器件:CC1312R7、SYSBIOS、 SysConfig
工具/软件:
尊敬的专家:
如果我 在 CC13xx 上禁用 SysConfig、则无法构建它。
我按照中的说明操作、但出现了以下错误。
您能告诉我该怎么做吗?
[13]**** Build of configuration Debug for project rfPacketRx_LP_CC1312R7_tirtos7_ticlang **** [14]"C:\\ti\\ccs2011\\ccs\\utils\\bin\\gmake" -k -j 8 all -O [15]Building file: "../RFQueue.c" [16]Invoking: Arm Compiler [17]"C:/ti/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang.exe" -c @"C:/Users/<User>/workspace_ccstheia/rfPacketRx_LP_CC1312R7_tirtos7_ticlang/syscfg/" -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mlittle-endian -mthumb -I"C:/Users/<User>/workspace_ccstheia/rfPacketRx_LP_CC1312R7_tirtos7_ticlang/syscfg" -I"C:/Users/<User>/workspace_ccstheia/rfPacketRx_LP_CC1312R7_tirtos7_ticlang" -I"C:/Users/<User>/workspace_ccstheia/rfPacketRx_LP_CC1312R7_tirtos7_ticlang/Debug" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_8_30_01_01/source" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_8_30_01_01/kernel/tirtos7/packages" -I"C:/ti/simplelink_cc13xx_cc26xx_sdk_8_30_01_01/source/ti/posix/ticlang" -gdwarf-3 -march=armv7e-m -MMD -MP -MF"RFQueue.d_raw" -MT"RFQueue.o" -I"C:/Users/<User>/workspace_ccstheia/rfPacketRx_LP_CC1312R7_tirtos7_ticlang/Debug/syscfg" -o"RFQueue.o" "../RFQueue.c" [18]subdir_rules.mk:9: recipe for target 'RFQueue.o' failed [19]tiarmclang: error: no such file or directory: '@C:/Users/<User>/workspace_ccstheia/rfPacketRx_LP_CC1312R7_tirtos7_ticlang/syscfg/' [20]gmake: *** [RFQueue.o] Error 1 * The following is the same error * [26]gmake: *** [main_tirtos.o] Error 1 [32]gmake: *** [rfPacketRx.o] Error 1 [38]gmake: *** [syscfg/ti_devices_config.o] Error 1 [44]gmake: *** [syscfg/ti_drivers_config.o] Error 1 [50]gmake: *** [syscfg/ti_radio_config.o] Error 1 [56]gmake: *** [syscfg/ti_sysbios_config.o] Error 1 [57]gmake: Target 'all' not remade because of errors. [58]**** Build Finished
- 导入"rfPacketrx_LP_CC1312R7_tirtos7_ticlang"
- 使用 syscfg 进行构建
- 将 调试中的 syscfg 复制到"rfPacketrx_LP_CC1312R7_tirtos7_ticlang"
- 将 syscfg 设置为"Exclude from Build"
- 将"${PROJECT_ROOT}/syscfg"添加到"Include Options"
- 将"${PROJECT_ROOT}/syscfg"添加到"Command Files"中
- 将"File Search Path"中的"${PROJECT_BUILD_DIR}/syscfg/"更改为"${PROJECT_ROOT}/syscfg"
此致、
正常