[quote user="AartiG"]
[quote user="Stephen Phillips1"]Hmm I see so this is more a code composer studio issue then? I'll check CCS path settings (if their are any ,,, hmmm)[/quote]
Are you building for MSP430? I see a libmath.a in \ccsv5\ccs_base\msp430\lib within the CCS installation directory. If that is the one you need, make sure that directory is in your linker search path (Project Properties->Linker->File Search Path).
[/quote]
This appears to have been the issue. For some reason it used the wrong path in the setup.
"${CCS_BASE_ROOT}/msp430/lib/5xx_6xx_FRxx"
instead of
"${CCS_BASE_ROOT}/msp430/lib/"
Thanks for your incite into this. It linked without trouble when I corrected that.
Now too see if I can program something. I've noticed with each update of CCS the tools wants to 'update' my debugger tools firmware. Hmmm
Stephen