[uClibc]Problem compiling uclibc

Manuel Novoa III mjn3 at codepoet.org
Thu Aug 1 14:31:34 UTC 2002


Hello,

On Thu, Aug 01, 2002 at 09:58:14AM -0400, John Stasko wrote:
> When building the m68k-pic-coff- code, I get the following output:
> 
> make -C  assert
> make[3]: Entering directory `/usr/local/gnu/uClibc-0.9.12/libc/misc/assert'
> m68k-pic-coff-gcc -Wall  -fno-builtin -nostdinc  -I../../../include -iwithprefix include -I. -D_LIBC -Wa,--bitwise-or -msoft-float -I/home/fastdev/d360/linux/include -DNDEBUG  -c __assert.c -o __assert.o
> In file included from ../../../include/stdio.h:67,
>                  from __assert.c:21:
> ../../../include/bits/uClibc_stdio.h:401: two `l's in integer constant
> ../../../include/bits/uClibc_stdio.h:403: two `l's in integer constant
> ../../../include/bits/uClibc_stdio.h:406: #error unknown number of digits for intmax_t!

Line numbers are different, but it looks like your preprocessor is
choking on the defininition of UINTMAX_MAX from stdint.h.

Does your compiler support long long ints?  And if so, does your
preprocessor support long long int constants in tests and expressions?

Manuel



More information about the uClibc mailing list