The following error is displayed each time I try to build my code :
fatal error: could not open source file "psp_i2c.h"?
Please help!!
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.
The following error is displayed each time I try to build my code :
fatal error: could not open source file "psp_i2c.h"?
Please help!!
Hi,
Kindly add the include path file to the CCS project properties and validate the availability of the mentioned header file above in the corresponding path mentioned in the project properties.
With Project properties->build->C6000 Compiler->Include Options, Kindly check the availability of #include search path for the above header file "psp_i2c.h"
After adding the include file path, try rebuilding the project to check for any error.
Please refer to the following TI wiki and set the correct include path for the CCS project to get successful build.
http://processors.wiki.ti.com/index.php/Include_paths_and_options
Thanks & regards,
Sivaraj K
-------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question
-------------------------------------------------------------------------------------------------------