Tool/software: Code Composer Studio
#1965 can not open source file peripheral.h error. how to rectify
thanks
rakesh
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.
Tool/software: Code Composer Studio
#1965 can not open source file peripheral.h error. how to rectify
thanks
rakesh
Explanation by George Mock:
This usually happens because you are missing a --include_path option, or one of them is wrong. The option --include_path=directory_path tells the compiler to add that directory to the list of places to search for (among other things) include files. So search your system for those files, then make sure an --include_path option has the corresponding directory.
Hi,
Check section 6.1.3 of the CCS User's Guide to learn about the include paths and other options.
http://downloads.ti.com/ccs/esd/documents/users_guide/index.html
Hope this helps,
Rafael