Part Number: MSP430G2553
Tool/software: Code Composer Studio
Hi Everybody,
I created a prgram that includes some headers (not libraries)
the headers and the c files are at the same folder, i added this path like that: "${workspace_loc:/${ProjName}/Includes}"
when i'm trying to build the progrm i'm getting a linker error: "__TI_int06" redefined: first defined in "./main.obj"; redefined in "./Includes/LCD.obj"
in the linker i don't have any library except libc.a
how can i fix thi problem?
thank you