Other Parts Discussed in Thread: C2000WARE, CONTROLSUITE
Tool/software: Code Composer Studio
Hi TI community,
i am using the ti Launchpad c2000 piccolo F280049C board and i am trying to make a simple program as follow:
#include "driverlib.h"
#include "device.h"
/**
* main.c
*/
int main(void)
{
int i = 0;
return 0;
}
and it give me the follow ERROR
>> Compilation failure
subdir_rules.mk:9: recipe for target 'main.obj' failed
"../main.c", line 1: fatal error #1965: cannot open source file "driverlib.h"
1 catastrophic error detected in the compilation of "../main.c".
Compilation terminated.
gmake: *** [main.obj] Error 1
gmake: Target 'all' not remade because of errors.
Note in my build settings -> CCS build -> C2000 compiler -> include options,
i have the following:
${PROJECT_ROOT}
${CG_TOOL_ROOT}/include