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: Getting error while building project on CCS

Tool/software: Code Composer Studio

Hello Team,

I am getting error while building project on CCSv7.3.0 for vision SDK.

I imported vision SDK makefile (File -> import -> Existing project as Makefile project ) also set path in Environment (Project-name -> Properties -> Environment ) as (/home/username/ti_CCS_Version7/ccsv7/utils/bin).

path from CCSv7.

After setting path in Environment variable when i try to build project i am getting errors as gmake:s: command not found and recipe for target app_alg_plugins_clean failed,also

CCS_Build_log.txt

For reference i am attaching log file,please go through it

I tried by setting path in .bashrc but got same result's.....!

Regards,

Pritam

  • Hello,
    I will move your thread to the device forum. The experts there will be best familiar with the SDK and how to build the example project with it.

    Please note that today is a holiday for many people so responses will likely be delayed.

    Thanks
    ki
  • Hi Pritam,

    Vision SDK can't be built using CCS as it involves many software dependencies which need to be built.
    Can you build from a shell or command prompt.
    You need to first call "make depend" and then "make".
    For more details on build please go through VSDK user guide.

    Regards,
    Rishabh