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.

CCS/MSP430G2553: linking problem with include header

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