This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Printf and "unsigned long long"


Hi,
I tried to use printf in a cross 68k machine. The print "unsigned long long" seems not to work.


unsigned long long a = 0x0123456789ABCDEFLL;

printf("%ll", a) gives as a result 0

Any advises?

My configuration:

TARGET=m68k-elf
BINUTILS_VER=2.17.50
GCC_VER=4.2.0
NEWLIB_VER=1.15.0

Regards
  Edo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]