hi,
I´ve been trying to load my program into EK-TM4C123GXL board but continuously get the following error. Other sample codes get loaded into it while only my code shows the following error. Tried to solve by changing path but in vain. The program doesn't get complied fully but i don´t get any errors in the program. I use windows 10 OS and CCS.
error as displayed while trying to debug:
Load program Error
Encountered a problem loading file: C:\users\Akshaya Ramachandran\workspace_v6_1\uart_echo\Debug\uart_echo.out
Could not open file
The compilation problem is the following:
"C:/ti/TivaWare_C_Series-2.1.2.111/grlib/ccs/Debug/grlib.lib", line 1: error #171: expected a declaration
"C:/ti/TivaWare_C_Series-2.1.2.111/grlib/ccs/Debug/grlib.lib", line 2: error #7: unrecognized token
"C:/ti/TivaWare_C_Series-2.1.2.111/grlib/ccs/Debug/grlib.lib", line 3: warning #1268-D: null (zero) character in input line ignored
Error limit reached.
100 errors detected in the compilation of "../drivers/buttons.c".
Compilation terminated.
>> Compilation failure
gmake: *** [drivers/buttons.obj] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
