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/TMS570LC4357: CCS can't find header files generated by HALCOGEN

Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

I generated project with HALCOGEN and merged with CCS project as instructed in app note.   However when I try to build the project with CCS,  it always complain that it can't find the header files generated by HALCOGEN.   I already included the include directory but CCS still complains that it can't open the header files.  What did I do wrong?

  • Hello Xiangguang,

    1. make sure the header file's name used in source file (*.c) is correct.

    2. double click the header file to check if this head file is generated correctly