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
Hi,
I have the following code
/* * main.c */ #include "inc/tm4c1230gh6p3p.h" int main(void) { return 0; }
I have TIVAWARE defined with "d:\ti\TivaWare_C_Series-2.1.3.156" in Resource/Linked resources/Path variables.
"${TIVAWARE}" added to GNU compiler/Directories.
When I try to compile i've got the following errors:
../main.c:4:32: fatal error: inc/tm4c1230gh6p3p.h: No such file or directory
What is wrong?