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.

eZ430-chronos CCS developing questions

When I started writing some simple program with CCS to eZ430-chronos, I included a "project.h" file that I copied from another project.

However, when I build this project, it seems not to work with informing "could not open source file"display.h"

But the original project is good and can be loaded to the processer.

IS there anything possibly wrong with my setting?

Thank you guys

Adam

  • When you tell CCS to include a file such as display.h you must also tell CCS where in your file system (i.e., where on the hard drive) that file(s) exists. In CCSv4, open the project Build Properties, find the Include Options and make sure that you have a search path to the folder where any needed header files are located.