[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Build binutils-2.17 with --enable-targets=all fails (Solaris)
From: |
anirkko |
Subject: |
Build binutils-2.17 with --enable-targets=all fails (Solaris) |
Date: |
Thu, 19 Apr 2007 04:32:39 +0200 (MET DST) |
Hi
Building binutils-2.17 with --enable-targets=all fails, apparently
because of a missing stdint.h file (see output below), which I can't find
anywhere on my system (Solaris 2.6). Should the configure script not check
for the presence of this, and possibly substitute if missing? Or are you
supposed to supply a whole cross compilation environment with all foreign
includes when building for all targets?
Greets,
Arto
-----------------------------------------------------------------------------
...
...
gcc -DHAVE_CONFIG_H -I. -I/_mnt/hd32/package/build/binutils-2.17/opcodes -I.
-D_GNU_SOURCE -I. -I/_mnt/hd32/package/build/binutils-2.17/opcodes -I../bfd
-I/_mnt/hd32/package/build/binutils-2.17/opcodes/../include
-I/_mnt/hd32/package/build/binutils-2.17/opcodes/../bfd
-I/_mnt/hd32/package/build/binutils-2.17/opcodes/../intl -I../intl -W -Wall
-Wstrict-prototypes -Wmissing-prototypes -O3 -mcpu=supersparc -mno-app-regs -c
/_mnt/hd32/package/build/binutils-2.17/opcodes/m32c-asm.c -o m32c-asm.o
In file included from
/_mnt/hd32/package/build/binutils-2.17/opcodes/m32c-opc.h:31,
from
/_mnt/hd32/package/build/binutils-2.17/opcodes/m32c-asm.c:35:
/_mnt/hd32/package/build/binutils-2.17/opcodes/cgen-types.h:26:20: error:
stdint.h: No such file or directory
In file included from
/_mnt/hd32/package/build/binutils-2.17/opcodes/m32c-opc.h:31,
from
/_mnt/hd32/package/build/binutils-2.17/opcodes/m32c-asm.c:35:
/_mnt/hd32/package/build/binutils-2.17/opcodes/cgen-types.h:28: error: expected
'=', ',', ';', 'asm' or '__attribute__' before 'QI'
/_mnt/hd32/package/build/binutils-2.17/opcodes/cgen-types.h:29: error: expected
'=', ',', ';', 'asm' or '__attribute__' before 'UQI'
/_mnt/hd32/package/build/binutils-2.17/opcodes/cgen-types.h:30: error: expected
'=', ',', ';', 'asm' or '__attribute__' before 'HI'
...
... (tons of similar output)
...
gmake[4]: *** [m32c-asm.lo] Error 1
gmake[4]: Leaving directory
`/build/binutils-2.17_obj0-static_g412-b214-O3-mcpu=supersparc/opcodes'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
...
...
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Build binutils-2.17 with --enable-targets=all fails (Solaris),
anirkko <=