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.

Upgrade to TI SDK 6.10, multiple undefined symbols

Other Parts Discussed in Thread: SIMPLELINK-CC13XX-CC26XX-SDK, TIMAC

Hi!

Following the suggestions in this thread I'm in the process of upgrading from TI SDK 3.40 to 6.10.

I'm facing multiple undefined symbols, a total of 334 symbols, see build output below. Can anyone please help me out?

Edit: Suspecting there could be a missing library somewhere in the setup. While upgrading I changed COM_TI_SIMPLELINK_CC13X2_26X2_SDK_LIBRARIES to COM_TI_SIMPLELINK_CC13XX_CC26XX_SDK_LIBRARIES, yet I don't find it defined somewhere? What is the target for COM_TI_SIMPLELINK_CC13XX_CC26XX_SDK_LIBRARIES and COM_TI_SIMPLELINK_CC13XX_CC26XX_SDK_LIBRARY_PATH?

Building target: ""
Invoking: ARM Linker
Flags: --cmd_file="C:/Work/radio/defines/defines.opts" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -O2 --opt_for_speed=1 --preinclude="C:/Work/radio/components/system/radioconfig/inc/features.h" --define=Board_EXCLUDE_NVS_EXTERNAL_FLASH --define=DeviceFamily_CC26X2 --define=CCFG_FORCE_VDDR_HH=0 --define=SET_CCFG_BL_CONFIG_BL_LEVEL=0x00 --define=SET_CCFG_BL_CONFIG_BL_ENABLE=0xC5 --define=SET_CCFG_BL_CONFIG_BL_PIN_NUMBER=0x13 --define=SET_CCFG_BL_CONFIG_BOOTLOADER_ENABLE=0xC5 --c99 --plain_char=unsigned --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --embedded_constants=on --unaligned_access=on --enum_type=packed --wchar_t=16 --abi=eabi --common=on --fp_reassoc=off --sat_reassoc=off --asm_directory="C:/Users/c-marmei/workspace_v9/radio/radio_cc2652" --list_directory="C:/Users/c-marmei/workspace_v9/radio/radio_cc2652/obj" --temp_directory="C:/Users/c-marmei/workspace_v9/radio/radio_cc2652" -z -m"radio.map" -i"C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/lib" --reread_libs --define=TWO_PAGE_NV --diag_wrap=off --display_error_number --warn_sections --mapfile_contents=sym_defs --xml_link_info="radio_linkInfo.xml" --rom_model --unused_section_elimination=on
"C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/bin/armcl" -@"C:/Users/c-marmei/workspace_v9/radio/radio_cc2652/ccsLinker.opt" -o "radio.out"
<Linking>
 
 undefined                         first referenced                                                                                              
  symbol                               in file                                                                                                   
 ---------                         ----------------                                                                                              
 FHAPI_SFDRxCb                                                                                                                                   
 FHAPI_completeRxCb                                                                                                                              
 FHAPI_completeTxCb                                                                                                                              
 FHAPI_getBitCount                                                                                                                               
 FHAPI_getRemDT                                                                                                                                  
 FHAPI_getTxChHoppingFunc                                                                                                                        
 FHAPI_getTxParams                                                                                                                               
 FHAPI_getTxParams_old                                                                                                                           
 FHAPI_reset                                                                                                                                     
 FHAPI_sendData                                                                                                                                  
 FHAPI_setStateCb
...