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/CC2650MODA: Error compiling the simple-broadcaster_cc2650lp_stack - missing linker command file.

Part Number: CC2650MODA
Other Parts Discussed in Thread: CC2650

Tool/software: Code Composer Studio

This is the error I get...

"/var/tmp/07061CyTOg5", line 53: error #10008-D: cannot find file "/Users/ianaber/Documents/Projects/TI/CCS2650/ble_sdk_2_02_01_18/examples/cc2650lp/simple_broadcaster/ccs/config/lib_linker.cmd"

error #10008-D: cannot find file "/Users/ianaber/Documents/Projects/TI/CCS2650/ble_sdk_2_02_01_18/examples/cc2650lp/simple_broadcaster/ccs/config/lib_linker.cmd"

Looking at an example file it is a system generated file but I have no idea where it is generated and why it is missing from my compiled system.

I am using CCS Version: 7.1.0.00016 for Mac OS X. I installed the TI-RTOS package 2.21.0.06 and the application compiles correctly after making a few minor changes to some paths etc.. When I try to compile the BLE Stack it gives this error. I have not been able to find a satisfactory explanation or resolution.

I purchased the MSP432 launchpad and the CC2650-MODA booster pack but I am trying to learn how to write a complete simple application for the CC2650 as a stand alone device. The information on how to do this seems extremely difficult to dig up, especially for a Mac host. Any help will be greatly appreciated.

  • It should be path problem. If you don't change anything on BLE installation, can you build BLE Stack examples successfully?
  • I am trying to build the unmodified (apart from a couple of paths) simple_broadcaster_cc2650lp project.
    I did a search on my machine for the file that the linker is looking for and I failed to find it anywhere. I had to change the patch in the example code projects because they are specific to Windows and include a C:\ root which is clearly invalid on OS X or Linux. Having made the changes the compiler seems to be happy until it comes to linking the stack. The application links fine.
  • Hi Ian,

    Did you add a path to the files in question to the linker file paths? (Found under Properties -> Build -> ARM Linker -> File Search paths.)