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.

RE: CCS platinum 3.3 getting fatal error: could not open source file "PeripheralHeaderIncludes.h"

Other Parts Discussed in Thread: CONTROLSUITE

Hi,

     I'm working on TMS320F280XX family with CCS 3.3. when the working program transfer from one pc to another most of the times i'm getting fatal error: could not open source file "PeripheralHeaderIncludes.h" even after its inclusion it is still there. please tell how to sort out this issue. is there any problem with another CCS or pc?? but i'd tried on no. of pc wid same CCS version.

-Ashok

  • Ashok,

    For these types of errors you need to carefully inspect the project options and the console build output to see if all the include directories are being correctly passed to the cl2000 compiler. It is also possible that your project may be dependent on a Windows environment variable that is not set, thus the path to the include file becomes broken. 

    If you are using controlsuite, the path to these header files is typically <ControlSUITE_install_dir>\development_kits\~SupportFiles\F2802x_headers (or F2803x_headers)

    In any case, there is not much more I can add with the information provided - these errors are usual and the most common causes are mentioned above. If you still have problems, please copy the output of the console window to a text file and attach to your reply. Ultimately your project will be needed.

    Hope this helps,

    Rafael