Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI C/C++ Compiler
Hi,
I have problems building my project using Code Composer Studio V8 on Mac OS Mojave. I did not have this problem when running Code Composer Studio V7 on the earlier version of Mac OS.
I am currently getting the following error message, when trying to compile:
utils.loadCapsule: can't find 'ti/sysbios/knl/Task.xs' along the path '/Users/khaledsaied/workspace_v8/nsense_cc1310;/Applications/ti/ccsv8/ccs_base;/Applications/ti/tirtos_cc13xx_cc26xx_2_20_00_06/packages;/Applications/ti/tirtos_cc13xx_cc26xx_2_20_00_06/products/tidrivers_cc13xx_cc26xx_2_20_00_08/packages;/Applications/ti/tirtos_cc13xx_cc26xx_2_20_00_06/products/bios_6_46_00_23/packages;/Applications/ti/tirtos_cc13xx_cc26xx_2_20_00_06/products/uia_2_00_06_52/packages;/Applications/ti/xdctools_3_32_01_22_core/packages;..;' /nsense_cc1310 .xdchelp line 36 C/C++ Problem
Line 36 in the rfPacketTx.cfg has following code:
/* ================ Boot configuration ================ */
var Boot = xdc.useModule('ti.sysbios.family.arm.cc26xx.Boot');