Re: [Mspgcc-users] PRIu32 macro

2012-03-06 Thread Peter Bigot
Yes.  The feature is only available in the development series; "stable" includes interface and feature stability. That it's a development series doesn't mean it doesn't work, just that some interfaces and capabilities might change between releases, and that I don't issue standalone patches. At th

Re: [Mspgcc-users] PRIu32 macro

2012-03-06 Thread Sergio Campamá
Thanks for your reply Peter, but LTS-20110716 is the latest stable one, isn't it? The new development releases are kind of in beta, I assumed (because of the "development" qualifier). On Tue, Mar 6, 2012 at 1:28 PM, Peter Bigot wrote: > On Tue, Mar 6, 2012 at 10:13 AM, Sergio Campamá > wrote:

Re: [Mspgcc-users] PRIu32 macro

2012-03-06 Thread Peter Bigot
On Tue, Mar 6, 2012 at 10:13 AM, Sergio Campamá 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 did

[Mspgcc-users] PRIu32 macro

2012-03-06 Thread Sergio Campamá
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? Best regards, -- -- Sergio Campamá sergioca