|
From: Peter B. <bi...@ac...> - 2012-03-06 16:32:06
|
On Tue, Mar 6, 2012 at 10:13 AM, Sergio Campamá <ser...@gm...> 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
|