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.

problem in linking file

Other Parts Discussed in Thread: MSP430F2616

Im using msp430f2616 . ccs compiler version 3.2.1  . i just copy the source code from another pc and make a new project on my pc and copy it but i got a compilation .  fatal error: file "C:/Program Files/Texas
   Instruments/ccsv4/tools/compiler/msp430/lib/rts430x.lib<boot.obj>" specifies
   small data memory model, which is not compatible with large data memory
   model specified in a previous file or on the command line plz help me

  • Hi Sura,

    Your library and source must use the same memory model.
    You can either select a different Runtime library (Project properties-> General-> Runtime Support library); or, you you need to change the memory model of your project (Project properties-> Build->MSP430 compiler->Processor Options)

    Regards,
    Luis R

**Attention** This is a public forum