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/TMS320VC5510: missing header file

Part Number: TMS320VC5510
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

HI

I Can not find the header file for 5510.h while i am using CCS v 3.1  

>when i execute the code  its notify me fatal error on 5510.hand another cod mcdcp.h 

also when i open the include under my project  i can find the file 5510.h created  but when i double click on it  program said no directory for this file 

  • Hello,
    It sounds like you are getting a build failure. Screenshots and a copy&paste of your build output would be very helpful for me to see.

    Thanks
    ki
  • hello
    this my error
    ----------------------------- fielIO.pjt - Debug -----------------------------
    [fileIIO.c] "C:\CCStudio_v3.1\C5500\cgtools\bin\cl55" -@"../../../CCStudio_v3.1/MyProjects/fielIO/Debug.lkf" "fileIIO.c"
    "fileIIO.c", line 2: fatal error: could not open source file "fielIO.h"
    1 fatal error detected in the compilation of "fileIIO.c".
    Compilation terminated.

    >> Compilation failure

    Build Complete,
    1 Errors, 0 Warnings, 0 Remarks.
  • Make sure you include the path to the header file in the include search path option field of the build properties.

    Example: