Hello,
I'm using MSP430G2432 microcontroller with MSP430 LaunchPad development tool. My CCS version is 4.2.3.00004 with evaluation license. Recently I wrote a code for "Digital Clock" project, and there were no problems with it. Soon after that I tried to recreate the code using "IBM Rational Rhapsody". Auto-generated code by this program seemed ok, so i opened it with CCS, but it turned out that I can't build it because of rts430.lib<boot.obj> error. I've tried different approaches. I even tried to use only fragments of the generated code, pasted in one file, but I'm still receiving this error when I try to build it. Actually code looks the same as my hand written version...
I'll appreciate any help and give any additional information about the problem if requested.