I downloaded the core version of CCS4 that is available online. I tried out the sample examples of MSP430F2132 and they worked fine on CCS4. However when I ran my custom code I got tons of "symbols redefined errors". I then modified the MSP430 linker option for command line pattern to ${command}${inputs} ${flags} ${output_flag} ${output}
by doing this I was able to get rid of all the "symbols redefined errors" but I got the following errors:
WARNING: invalid compiler option --llibc.a (ignored) "../lnk_msp430f2132.cmd", line 21: error: this declaration has no storage class or type specifier "../lnk_msp430f2132.cmd", line 22: error: expected a ";" I don't know how to rectify this error so please provide some hints on the error. Moreover I tried compiling and building my code in IAR and it just worked fine. I am therefore confused on what exactly is happening. Please help! Thanks, Rahul