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.

Unresolved symbol «symbol name» in file"; is mapped to symbol

Other Parts Discussed in Thread: SYSBIOS, MSP430F2618

Dear Linker experts:

   I am getting 35 pairs of error messages:
- - - - - - - -

Description -------------------------------------------------------------------- Resource Path Location Type
Unresolved symbol ti_sysbios_gates_GateHwi_query__E in file " is mapped to symbol .xdchelp /RF_Generator 0 C/C++ Problem
Unresolved symbol ti_sysbios_gates_GateHwi_query__F in file "; mapped symbol cannot have definition .xdchelp /RF_Generator 0 C/C++ Problem
<8 similiar lines removed>
Unresolved symbol xdc_runtime_Error_init__E in file " is mapped to symbol .xdchelp /RF_Generator 0 C/C++ Problem
Unresolved symbol xdc_runtime_Error_init__F in file "; mapped symbol cannot have definition and .xdchelp /RF_Generator 0 C/C++ Problem
<58 similiar lines removed>

- - - - - - - -

The console reports the same set of symbols as remarks:

- - - - - - - - 

remark #10268-D: symbol "xdc_runtime_Text_putLab__E" is mapped to symbol
"xdc_runtime_Text_putLab__F"; mapped symbol cannot have definition and
reference in the same file
("C:\Projects\MS-MS\RF_Generator\Debug\configPkg\package\cfg\MS_Common_p430X
S.o430XS")
remark #10268-D: symbol "xdc_runtime_Text_putSite__E" is mapped to symbol
"xdc_runtime_Text_putSite__F"; mapped symbol cannot have definition and
reference in the same file
("C:\Projects\MS-MS\RF_Generator\Debug\configPkg\package\cfg\MS_Common_p430X
S.o430XS")
'Finished building target: RF_Generator.out'
' '

**** Build Finished ****

- - - - - - - - 

The linker creates a valid .out file and the application runs.  Still, I would like to get rid of these messages.  Any ideas?
I am using:
CCS Version           5.2.0.00069
MSP430 BIOS 6         6.33.4.39
MSP430 Compiler Tools 4.1.0
MSP430 IPC            1.24.2.27 
MSP430 XDCTools       3.23.3.53 

My target is an MSP430F2618.

Regards,

Fred