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.

Compiler/CC2640: ARM Linker File Search Path

Part Number: CC2640

Tool/software: TI C/C++ Compiler

ble stack version : ble_sdk_2_02_02_25

ti-rtos version :      tirtos_cc13xx_cc26xx_2_21_01_08

when I  import ccs  projects  C:\ti\simplelink\ble_sdk_2_02_02_25\examples\cc2650lp\simple_peripheral\ccs\app and  C:\ti\simplelink\ble_sdk_2_02_02_25\examples\cc2650lp\simple_peripheral\ccs\stack, build it success, but when want to add my c header  and sources files into the project, ARM linker cann't  find symbols.

From  the arm linker File Search Path, I found file path really strange.  common_rom.symbols is exist  in the dir C:\ti\simplelink\ble_sdk_2_02_02_25\src\rom\common_rom_releases\03282014\common_rom.symbols

but  ARM linker file path is ${ROM}/common_rom_releases/03282014/common_rom.symbols .  It's different, I'm confused.

What happened for arm linker to ble  example  simple_peripheral project?

I had include the search path for my object file,  What should I do  to configure my project for  arm compiler and arm linker ?  ARM linker cann't  find symbols.