It does, but printf in the LTS-20110716 does not have support for
converting them to text.  You'll need to use a union and print the two
32-bit halves separately.

printf optionally supports %lld in the development version when this
is enabled in a configure step, at a rather significant increase in
code size.

Peter

On Tue, Nov 8, 2011 at 2:37 PM, Sergio Campamá <sergiocamp...@gmail.com> wrote:
> Hello,
>
> Does mspgcc support uint64_t variables? I'm getting  some weird values in
> some cases, and I believe that it's because it discards the top 32 bits...
>
> Best regards,
>
> --
> --------------------------------------
> Sergio Campamá
> sergiocamp...@gmail.com
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>
>

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to