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.

gmake *** [configpkg/linker.cmd] Error 1

Other Parts Discussed in Thread: CC2650

I've been trying to implement the PWM drivers from the TI RTOS 2.21 in my Project Zero implementation. Finally after having followed the instructions and worked out some of the kinks from here: http://processors.wiki.ti.com/index.php/CC2640_Porting_Projects#Porting_Drivers_From_TI-RTOS_2.20_or_higher_To_TI-RTOS_2.18 

I now get the error: gmake *** [configpkg/linker.cmd] Error 1

I have no idea what this means or how to deal with it. Help!

I've tried the usual: clean project, rebuild, import into new workspace, etc. Nothing has worked so far!

  • What kinds of error msg showed up along the way? What did you do to make the msg disappear?
  • Seems that rolling back to the original drivers removes the issue I'm seeing. I had copied over all the new drivers (as was instructed) so now I'll try with just the PWM and Timer drivers and see how that goes...

    That seems to have made a difference in terms of the gmake issue, but now I'm getting a:

    "unresolved symbol PWM_Config, first referenced in..."

    I believe this should be located in the CC2650_LAUNCHXL.c, but I don't find instructions anywhere telling me to actually change this file in the app. Replacing this file with the new file causes all sorts of other not so fun issues...