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: ccstudio 7

Other Parts Discussed in Thread: CCSTUDIO, CC2640R2F

Tool/software: Code Composer Studio

Im having trouble while executing my following program while using ccstudio7 .All my paths and directories are correct and my firewall is disabled as well but still there are 'gmake' errors that i have no idea about .Here is a screenshot.

  • Ashjan,

    Which device are you working with, is it CC13xx or CC26xx families? If so, please take a look at this thread. It appears that you are starting with a "Hello world" type of template program, which will not build successfully for these devices because of the reasons mentioned in the referenced thread. For these devices, it is recommended to start with the examples provided in the SDK instead. 

    If you are working with a different device, please let us know which one. And in that case, please copy the full output seen in the CCS build console to a text file and attach it here.

  • Thanks so much.Examples helped
  • I am getting the same "gmake" errors again.When I run the examples they are building well but when i build my own custom BLE programs it gives the same error as in the screenshot.Im trying to develop a C/C++ program to send data from an app to my CC2640R2F and send from CC2640R2F to an app.I tried compiling a scan bluetooth program but these gmake errors are making it diificult.Please guide as to what kind of errors these are and how they can eliminated.I am using using ccstudio version 7.1 for c programming my cc2460r2f mcu.

  • Ashjan Khan said:
    I am getting the same "gmake" errors again.

    Is the error the same "unresolved symbol ResetISR" error, or something else?

    If it is the unresolved symbol error, then the reason for the error is explained in the forum thread I referenced in my previous post. To get around it, I would suggest starting with one of the examples provided in the SDK, then make a copy of it (or directly modify it). Leave the board configuration related files in the project (Board.*, CC2640R2_*.*) but replace the main source files with your source files.