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/TMS320F28379D: Creating New Project with driver library(API)

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

Hi,

 I am creating a new project file , done configuration  for creating new projects  while build a project getting an error as " gmake: *** [device/driverlib/adc.obj] Error 1    blink   ".

help me solve this problem .Searched in Forum but didn't get any solution regarding the error.

Thanks in advance

Thanks & Regards,

Rani

  • Rani,

    The best way to start new project is start with Empty_project. Import empty_project, and then rename the project and main c file. This will pull all the Include header path, library path and tool-chain.

    In your project, it looks like compiler path is not correct. 

  • Santhos,

                 Thanks for the support . As per your  reply when i am Correct the compiler path  ,error is cleared  and then project  is working .But i am getting warning like " #10373-D library "../device/driverlib/ccs/Debug/driverlib_eabi.lib " . how to solve this warning ??.


    Thanks & Regards,

    Rani