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/CC2652R: Creating a RTSC Project from scratch

Part Number: CC2652R


Tool/software: Code Composer Studio

Hi guys 

I'm new to CCS . I use CC2652R and run some  SDK examples on it .

now I've been trying to make a project from scratch aside from using SDK examples. 

I wanted to make a RTSC project so started with a new CCS project and chose an "empty RTSC project"  then added a RTSC configuration file and tried to build the project But faced some Errors like below!

 

Description Resource Path Location Type
can't find the library 'lib/boot.aem4' specified by package ti.targets.arm.rtsarm. It wasn't found along the path 'C:/ti/simplelink_cc26x2_sdk_2_20_00_36/source;C:/ti/simplelink_cc26x2_sdk_2_20_00_36/kernel/tirtos/packages;C:/ti/xdctools_3_50_07_20_core/packages;..;'. .xdchelp /LedToggle line 48 C/C++ Problem
gmake: *** [build-748610879] Error 2 LedToggle C/C++ Problem
gmake: Target 'all' not remade because of errors. LedToggle C/C++ Problem
gmake[1]: *** [build-748610879-inproc] Error 1 LedToggle C/C++ Problem
xdctools_3_50_07_20_core\gmake.exe: *** [package/cfg/hello_pem4.xdl] Deleting file `package/cfg/hello_pem4.c' LedToggle C/C++ Problem
xdctools_3_50_07_20_core\gmake.exe: *** [package/cfg/hello_pem4.xdl] Deleting file `package/cfg/hello_pem4.h' LedToggle C/C++ Problem
xdctools_3_50_07_20_core\gmake.exe: *** Deleting file `package/cfg/hello_pem4.xdl' LedToggle C/C++ Problem

I checked the setting with the given examples and there wasn't any difference So I confused !

Should I do anything before adding packages? by the way I tried to use a RTSC config file from one of the examples .

Thanks