First of all :TI team thank you for supporting linux for the msp430 its a great improvement ...please don't see it as linux users are hackers as that is also a wrong image from the past ....
I know ccs5.2 linux is only a beta release, that's why its important to report any difficulties . The installation wend great no problems at all(i use kde4) as long as ia32 package is installed for 64 bit cpu's.
By my first testrun with msp430g2553 example code msp430g2x33_adc10_temp.asm i got 14..17 linker errors
the first 14 are because of errors in the msp430g2553.cmd linker command file line 77... PORT1 .....int.. is not defined, this simply solved by copy the msp430g2553.cmd file from the windows version to the linux version
the remaining errors are more nasty as i have no idea how or where to solve it
**** Build of configuration Debug for project adc10 internal temperature measurement ****
/opt/ti/ccsv5/utils/bin/gmake -k all
Building target: adc10 internal temperature measurement.out
Invoking: MSP430 Linker
"/opt/ti/ccsv5/tools/compiler/msp430/bin/cl430" -vmsp --abi=eabi -g --define=__MSP430G2553__ --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=minimal --advice:power=all -z --stack_size=0 -m"adc10 internal temperature measurement.map" --heap_size=0 -i"/opt/ti/ccsv5/ccs_base/msp430/include" -i"/opt/ti/ccsv5/tools/compiler/msp430/lib" -i"/opt/ti/ccsv5/tools/compiler/msp430/include" --reread_libs --warn_sections -o "adc10 internal temperature measurement.out" "./msp430g2x53_adc10_temp.obj" "../lnk_msp430g2553.cmd"
<Linking>
error #10198-D: no input section is linked in
>> Compilation failure
warning #10202-D: no suitable entry-point found; setting to 0
error #10010: errors encountered during linking; "adc10 internal temperature measurement.out" not built
gmake: *** [adc10 internal temperature measurement.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
