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.

Compiler/MSP430FR5959: error #10010: errors encountered during linking

Part Number: MSP430FR5959

Tool/software: TI C/C++ Compiler

hey,

we are new to CCS.. we have facing following problem while building project.. if we add only 1 .c file then it works fine but when it comes to multiple file it gives an following error  

>> Compilation failure
makefile:157: recipe for target 'MSP430F55xx_flashwrite_01.c.out' failed
symbol in file
--------- ----------------
__nop ./portserial.obj

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "MSP430F55xx_flashwrite_01.c.out" not built
gmake: *** [MSP430F55xx_flashwrite_01.c.out] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

please guide us to rectify this..