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.

Starterware sample programs

Hi, I got CCS5.1.1 installed on Ubuntu 10.04 and trying to compile some of starterware provided sample codes.
When i try to go with new CCS starterware project, it keeps me telling about missing header files everytime. But same on CCS-windows is working fine.

Could anyone help me with this ? Thanks ...

  • Mandar Patil1 said:
    When i try to go with new CCS starterware project, it keeps me telling about missing header files everytime



    Messages about not being able to find/open header files appear when the paths to header files are not specified in the compiler's --include_path option, in other words, the compiler does not know where to look/find the header files. This option is available from Project Properties->Build->Compiler->Include options, and is where you need to specify the paths to all the include files.

    If there is a version of the project that works, you could also compare the settings under this option for that project and ensure that yours matches up.