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.

CC2652R: StackWrapper won't build successfully in CCS

Part Number: CC2652R

SDK: simplelink_cc13x2_26x2_sdk_4_30_00_54

Target: CC2652 LaunchPad

I'm trying to rebuild the StackWrapper project in CCS, but the result is unsuccessful with errors as below. It seems CCS can't find the build_config.opt while the file is actually under the StackWrapper folder.

I have tried copy the opt file into the TOOL foolder but with no luck. Please help give some tips for the proper project setup, thanks.

BTW, the project can build properly in IAR.

Description	Resource	Path	Location	Type
#35 #error directive: "Build Configuration Error: At least one Controller build component required!"	.ccsproject	/Stack_Wrapper	line 99, external location: C:\ti\simplelink_cc13x2_26x2_sdk_4_20_00_35\source\ti\ble5stack\inc\bcomdef.h	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	ble_dispatch_JT.c	/Stack_Wrapper/ICallBLE	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	ble_dispatch_lite.c	/Stack_Wrapper/ICallBLE	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	common_rom_init.c	/Stack_Wrapper/ROM	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	gap.c	/Stack_Wrapper/Host	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	gapbondmgr.c	/Stack_Wrapper/Host	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	gatt_uuid.c	/Stack_Wrapper/Host	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	gattservapp_util.c	/Stack_Wrapper/Host	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	hal_assert.c	/Stack_Wrapper/HAL/Common	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	hal_flash_wrapper.c	/Stack_Wrapper/HAL/Target/CC2650/Drivers	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	icall_lite_translation.c	/Stack_Wrapper/ICallBLE	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	icall_startup.c	/Stack_Wrapper/Startup	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	npi.c	/Stack_Wrapper/NPI	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	onboard.c	/Stack_Wrapper/TOOLS	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	osal.c	/Stack_Wrapper/OSAL	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	osal_bufmgr.c	/Stack_Wrapper/OSAL	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	osal_cbtimer.c	/Stack_Wrapper/OSAL	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	osal_clock.c	/Stack_Wrapper/OSAL	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	osal_list.c	/Stack_Wrapper/OSAL	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	osal_memory_icall.c	/Stack_Wrapper/OSAL	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	osal_pwrmgr.c	/Stack_Wrapper/OSAL	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	osal_snv_wrapper.c	/Stack_Wrapper/OSAL	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	osal_timers.c	/Stack_Wrapper/OSAL	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	rtls_srv.c	/Stack_Wrapper/Host	 	C/C++ Problem
Cannot open command file '/build_config.opt': No such file or directory	sm_ecc.c	/Stack_Wrapper/Host	 	C/C++ Problem
gmake: *** [Host/gap.obj] Error 1	Stack_Wrapper		 	C/C++ Problem
gmake: *** [Host/gatt_uuid.obj] Error 1	Stack_Wrapper		 	C/C++ Problem
gmake: *** [Host/gattservapp_util.obj] Error 1	Stack_Wrapper		 	C/C++ Problem
gmake: *** [Host/rtls_srv.obj] Error 1	Stack_Wrapper		 	C/C++ Problem
gmake: *** [Host/sm_ecc.obj] Error 1	Stack_Wrapper		 	C/C++ Problem
gmake: *** [ICallBLE/ble_dispatch_JT.obj] Error 1	Stack_Wrapper		 	C/C++ Problem
gmake: *** [ICallBLE/ble_dispatch_lite.obj] Error 1	Stack_Wrapper		 	C/C++ Problem
gmake: *** [NPI/npi.obj] Error 1	Stack_Wrapper		 	C/C++ Problem
gmake: *** [OSAL/osal_cbtimer.obj] Error 1	Stack_Wrapper		 	C/C++ Problem
gmake: *** [TOOLS/onboard.obj] Error 1	Stack_Wrapper		 	C/C++ Problem
gmake: Target 'all' not remade because of errors.	Stack_Wrapper		 	C/C++ Problem

BR,

Shuyang