Hi,
Can anyone please guide me to create a new ti-rtos based project using cc3200?
I have tried to create one using following steps:
1. Project->New CCS project
2. File->new->RTSC Configuration File
Building this project generates error:
Description Resource Path Location Type
can't locate file 'ti/targets/rts6000/link.xdt' along the path: C:\ti\tirtos_cc32xx_2_16_01_14\products\bios_6_45_02_31\packages\ti\platforms\simplelink;C:/ti/tirtos_cc32xx_2_16_01_14/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/tidrivers_cc32xx_2_16_01_13/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/ns_1_11_00_10/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/xdctools_3_32_00_06_core/packages;..; .xdchelp /TI_RTOS_Test line 94 C/C++ Problem
**** Build of configuration Debug for project TI_RTOS_Test ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../TI_RTOS_Test.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_32_00_06_core/xs" --xdcpath="C:/ti/tirtos_cc32xx_2_16_01_14/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/tidrivers_cc32xx_2_16_01_13/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/ns_1_11_00_10/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/uia_2_00_05_50/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4 -p ti.platforms.simplelink:CC3200 -r debug -c "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.7" "../TI_RTOS_Test.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring TI_RTOS_Test.xem4 from package/cfg/TI_RTOS_Test_pem4.cfg ...
js: "C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/targets/linkUtils.xs", line 94: xdc.services.global.XDCException: xdc.FILE_NOT_FOUND: can't locate file 'ti/targets/rts6000/link.xdt' along the path: C:\ti\tirtos_cc32xx_2_16_01_14\products\bios_6_45_02_31\packages\ti\platforms\simplelink;C:/ti/tirtos_cc32xx_2_16_01_14/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/tidrivers_cc32xx_2_16_01_13/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/ns_1_11_00_10/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/xdctools_3_32_00_06_core/packages;..;
"C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/platforms/simplelink/linkcmd.xdt#71(eval)", line 1
"C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/platforms/simplelink/linkcmd.xdt", line 71
"C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/platforms/simplelink/linkcmd.xdt", line 118
gmake.exe: *** [package/cfg/TI_RTOS_Test_pem4.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/TI_RTOS_Test_pem4.xdl'
gmake.exe: *** [package/cfg/TI_RTOS_Test_pem4.xdl] Deleting file `package/cfg/TI_RTOS_Test_pem4.h'
gmake.exe: *** [package/cfg/TI_RTOS_Test_pem4.xdl] Deleting file `package/cfg/TI_RTOS_Test_pem4.c'
js: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/linker.cmd] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Thanks
Tanvi