> -mmcu=msp430f449 -O2 -Wall -Wno-old-style-declaration  -std=c99

By specifying "-std=c99" you have disabled all the GNU extensions, including 
"asm".

Try --std=gnuc99 instead, or replace "asm" with "__asm__" in those headers.

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to