On Tue, Mar 6, 2012 at 10:13 AM, Sergio Campamá <sergiocamp...@gmail.com> wrote:
> Hello, I have a printf in this format:
>
> printf("Writing DATA into address %"PRIu32, flash_address);
>
> In unix, this compiles withour problem, but in mspgcc it fails. Is there
> support for this kind of macros in mspgcc?

Yes, but it didn't make it into LTS-20110716.  See
https://sourceforge.net/tracker/index.php?func=detail&aid=3388066&group_id=42303&atid=432701
and include inttypes.h in any of the recent development releases.

Peter

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to