On Mon, Sep 15, 2014 at 1:57 AM, DJ Delorie <d...@redhat.com> wrote:
>
>> -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.

DJ is entirely correct here.  To make it more clear, the file in which
these bare asm occur is the iomacros.h from TI's header distribution.
mspgcc's version of that file used the __asm__ syntax.

TI would need to fix this or it'll break again on the next update.

Peter

------------------------------------------------------------------------------
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