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/CC2640: "gmake" Error

Part Number: CC2640
Other Parts Discussed in Thread: CC2650

Tool/software: Code Composer Studio

Hi,

I am trying to develop the new project  with BLE module CC2640 module(Custom board). After compiling & Building it I am getting "gmake" error.

I think I have imported required file & function to work. But somehow every time I try to compile I ran into these errors. Here I have attached screenshot.

For more clarification I am sharing the Environment of the system I am using:

OS:  windows 7 

Part/Module: CC2640f128,

IDE: Code Composer Studio Version:  8.1.0.00011,

SDK Used: ble_sdk_2_02_02_25_setup,  setup_simplelink_academy_01_11_00_0000.

TMS320-XDS100-V3+ emulater Olimax board for Debugging   

Please quick and easy response would be a great help.

Thank you in advance 

  • Sachin,

    Are you getting this build error when building the project_zero example project as-is or have you made modifications to the project?
    Please verify first if the example project builds ok. If you are having problems building the project_zero example from Simplelink Academy please make sure to use the exact versions of tools, SDK etc noted in the Simplelink Academy documentation and follow the steps documented there. I believe the SDK for that project needs to be 2.2.1 and not 2.2.2.
  • Sachin,

    Since I haven’t heard back from you, I’m assuming you were able to move past this issue. If not, please feel free to post a reply with an update and the details requested above. Thanks!
  • ,
    Thanks AartiG for support and quick feedbacks ….
    I have solved that error of gmake, it was just because of the compiler selection, early it was not selected properly … The issue is with the linker command files. The compiler uses the cc26x0128f.cmd file as the linker file whereas it should be left on automatic selection and the cc26x0128f.cmd file should be excluded from compiling.

    Thanks
  • ,
    One more thing that I have successfully run it but it was for the CC2650 and I need to change it for the CC2640 …. it will very help full if you can help me or suggestion for changes required to run the same project for the CC2650 to the CC2640 project.

    Thanks
  • Sachin,

    I'm glad to hear that you have resolved the gmake build error. I will consider that issue as closed.

    Sachin Rajput said:
    it will very help full if you can help me or suggestion for changes required to run the same project for the CC2650 to the CC2640 project.

    For this question I would suggest creating a new post in the Bluetooth low energy forum as the experts there can respond best.


  • Yes, You can close these issue … issue has been resolved.
    Okay, I will create the new post for these …
    Thanks