This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

[binutils] Error: peigen.c:676:34: error: invalid suffix "ch0000" on integer constant


Hi,

I was compiling latest binutils-2.20.51 (08-Nov-2009) on a Debian/sid
32-bit host and my build is broken.

>From the build-log:
...
mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo
rm -f peigen.c
sed -e s/XX/pe/g < ../../bfd/peXXigen.c > peigen.new
mv -f peigen.new peigen.c
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../../bfd -DTRAD_CORE                          -I. -I../../bfd
-I../../bfd/../include   -DBINDIR='"/usr/bin"'  -W -Wall
-Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT peigen.lo
-MD -MP -MF .deps/peigen.Tpo -c -o peigen.lo peigen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../bfd -DTRAD_CORE -I.
-I../../bfd -I../../bfd/../include -DBINDIR=\"/usr/bin\" -W -Wall
-Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT peigen.lo
-MD -MP -MF .deps/peigen.Tpo -c peigen.c  -fPIC -DPIC -o
.libs/peigen.o
peigen.c:676:34: error: invalid suffix "ch0000" on integer constant
peigen.c:676:34: error: invalid suffix "ch0000" on integer constant
make[5]: *** [peigen.lo] Error 1
make[5]: Leaving directory
`/home/sd/src/binutils/binutils-2.20.51.20091108/builddir-multi/bfd'

Below, I have some additional informations to my build-environment.
Hope this helps.

Kind Regards,
- Sedat -

P.S.: Additional informations:

[1] $ gcc --version
gcc (Debian 4.3.4-6) 4.3.4
[2] $ ld --version
GNU ld (GNU Binutils for Debian) 2.20
[3] eglibc (2.10.1-5)
[4} Linux-kernel: 2.6.32-rc6-git3


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