|
From: Peter B. <bi...@ac...> - 2012-03-06 19:22:23
|
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 the moment it looks like there'll be a 4.6.3-based LTS release in a
couple weeks, since I need some upstream patches that didn't come in
until 4.7.x to complete the 20-bit support. We'll see how things play
out, though.
Peter
On Tue, Mar 6, 2012 at 10:40 AM, Sergio Campamá <ser...@gm...> wrote:
>
> 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 <bi...@ac...> wrote:
>>
>> 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
>
>
>
>
> --
> --------------------------------------
> Sergio Campamá
> ser...@gm...
>
>
|