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.

SensorTag CC2650 Example Compilation Error on CCSv6.2

Other Parts Discussed in Thread: CC2650STK, SYSBIOS

Hi,

    I am getting a very strange error in CCSv6.2 when I am compiling the SensorTag_cc2650stk_app example. Strange thing is that the same code is running on my laptop with the same version of CCS and TI-RTOS but not on Desktop. I imported the project into workspace without copying the project into workspace. I am getting following error

Description	Resource	Path	Location	Type
cannot open source file "driverlib/sys_ctrl.h"	.ccsproject	/sensortag_cc2650stk_app	line 36, external location: C:\ti\tirtos_cc13xx_cc26xx_2_18_00_03\products\bios_6_45_02_31\packages\ti\sysbios\family\arm\cc26xx\Boot.c	C/C++ Problem
gmake: *** [build-2106586031] Error 2	sensortag_cc2650stk_app		 	C/C++ Problem
gmake: *** [C:/ti/simplelink/ble_sdk_2_02_01_18/examples/cc2650stk/sensortag/ccs/config/src/sysbios/sysbios.aem3] Error 2	sensortag_cc2650stk_app		 	C/C++ Problem
gmake: Target 'all' not remade because of errors.	sensortag_cc2650stk_app		 	C/C++ Problem
gmake.exe: *** [package/cfg/app_ble_pem3.xdl] Deleting file `package/cfg/app_ble_pem3.c'	sensortag_cc2650stk_app		 	C/C++ Problem
gmake.exe: *** [package/cfg/app_ble_pem3.xdl] Deleting file `package/cfg/app_ble_pem3.h'	sensortag_cc2650stk_app		 	C/C++ Problem
gmake.exe: *** [package/cfg/app_ble_pem3.xdl] Error 1	sensortag_cc2650stk_app		 	C/C++ Problem
gmake.exe: *** Deleting file `package/cfg/app_ble_pem3.xdl'	sensortag_cc2650stk_app		 	C/C++ Problem
gmake[1]: *** [BIOS.obj] Error 1	sensortag_cc2650stk_app		 	C/C++ Problem
gmake[1]: *** [build-2106586031-inproc] Error 1	sensortag_cc2650stk_app		 	C/C++ Problem
xdc.cfg.SourceDir: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2: xdc.cfg.SourceDir: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:	app_ble.cfg	/sensortag_cc2650stk_app/TOOLS	 	C/C++ Problem

The first error is related to include file so I provided the path to the header file and then that error was resolved but others not. Any help would be appreciable.