Other Parts Discussed in Thread: CC1312R7, SYSBIOS, SYSCONFIG
Tool/software:
Hi experts,
If I disable Sysconfig on CC13xx, I can't build it.
I followed the instructions in A, but the following error occurred.
Could you tell me what to do?
[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
- Import "rfPacketRx_LP_CC1312R7_tirtos7_ticlang"
- Build using syscfg
- Copy syscfg in Debug to "rfPacketRx_LP_CC1312R7_tirtos7_ticlang"
- Set syscfg to "Exclude From Build"
- Add "${PROJECT_ROOT}/syscfg" to "Include Options"
- Add "${PROJECT_ROOT}/syscfg" to "Command Files"
- Change "${PROJECT_BUILD_DIR}/syscfg/" to "${PROJECT_ROOT}/syscfg" in "File Search Path"
Best regards,
O.H