This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC3200: Errors in CCS ver 7.2.0.00013

Part Number: CC3200

Tool/software: Code Composer Studio

Hello, 

I'm facing some issues setting up CCS (Ver 7.2) for CC3200 + TI - RTOS Simplelink Wireless MCUs (Ver 2.12.1.33).  I have TI-RTOS config file included in the actual project itself. 

Configuration settings

Compiler Version : TI v17.6.0.STS

XDC tools Version : 3.31.0.24_core

TI-RTOS for SimpleLink Wireless MCUs : 2.12.1.33

I keep getting the following errors

1. can't locate the package 'ti.mw' along the path: 'C:/ti/tirtos_simplelink_2_12_01_33/packages;C:/ti/tirtos_simplelink_2_12_01_33/products/bios_6_41_04_54/packages;C:/ti/tirtos_simplelink_2_12_01_33/products/uia_2_00_02_39/packages;C:/ti/ccsv7/ccs_base;C:/ti/xdctools_3_31_00_24_core/packages;..;'. Ensure that the package path is set correctly. .xdchelp /CC3200_BlueNRG_Module_v00008 line 521 C/C++ Problem

 

2. gmake: *** No rule to make target 'build-80261569', needed by 'configPkg/compiler.opt'. Stop. CC3200_BlueNRG_Module_v00008 Unknown C/C++ Problem

 

3. gmake[1]: *** [build-80261569-inproc] Error 1 CC3200_BlueNRG_Module_v00008 C/C++ Problem

 

Please provide some information to resolve the errors mentioned above. Thank you!

 

 

  • Hi Tejeshwar,

    That version of TI-RTOS did not have a ti.mw directory. That was added in a later version. Are you trying to run a project that was intended for a later release than 2.13.01.33?

    Todd
  • Hello Todd, 

    Yes, you were right. I had included TI-RTOS version 2.16.01.14 in my include options section and hence it was complaining about the missing directory. I resolved by including the right files under Compiler -> Include Options settings. Also, change TI - RTOS version from ti-RTOS for simplelink MCU's to ti-RTOS cc32xx under general->Products settings in CCS.  Now, there are no errors. 

    Regards,

    Tejeshwar