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/TMS320C54X: CCS v3 : Cannot able to include Header files.

Part Number: TMS320C54X

Tool/software: Code Composer Studio

Hi Everyone,

      I am doing project on noise cancellation and implement it in TMS320C5416 processor. So I am using Code composer Studio v3.3. I dont know how to include the header files needed for my project. I have followed the steps given in the user manual .But still I did not get the solution . I request to give me the steps to include the header files .

  • Hello,

    Your description is a little unclear on what the issue is. If you are looking to have header files as part of your project, you can include them in your source file:

    #include "header.h"

    And then have the full path to the containing folder in the build options:

    And that should be it.

    Thanks

    ki

  • Hello,

       I thank you for the help u have done.But still need some help from you. I have to describe what my issue is. So that you will help me with detailed steps.I created the project with header file "dsk5416_pcm30002.h".

    I have included this header file to the project folder. 

    I am able to open that header file and see the functions which is in the header file.

    But after compiling I got the error  "Could not find the source file  "dsk5416_pcm3002.h".

    Thanks 

    Anu

  • Where is "dsk5416_pcm30002.h" and is the path to it in the -i option? Also use quotes instead of brackets when including your header file.