I am working on porting code from an NEC chip to the MSP430F249. I am using CCE 3.2.2.1.8. During the "Linking" of the project, I receive several of the following errors for numerous functions that are declared. I imagine it has something to do with the fact that las.obj has the "comm_xmt_str" function already linked into it through a header file, but why is it choking when system.obj is linked. I know "xxx.h" files are included throughout the various files, but why is this causing an error? Is there any way to ignore this through the Linker setup.
error: symbol "comm_xmit_str" redefined: first defined in "./LAS.obj"; redefined in "./SYSTEM.obj"