This is the mail archive of the binutils@sources.redhat.com 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]

upgrading binutils-2.10


Hello!

To be able compile and build a newer kernel version, it was 
necessary to upgrade binutils. I've choosed the version 2.10.  After 
unpacking the tarball and configuring it under objdir directory:

(was recommended when using GNU make)
mkdir objdir
cd objdir
../binutils-2.10/configure

i've run into problems invoking make. The building process will be 
interuptet:


-Wall -Wtraditional  ../../binutils-2.10/libiberty/fnmatch.c -o 
pic/fnmatch.o

gcc -c -DHAVE_CONFIG_H -g -O2 -W -Wall -I. -I../../binutils-
2.10/libiberty/../include  -W -Wall -Wtraditional ../../binutils-
2.10/libiberty/fnmatch.c

In file included from /usr/include/bits/errno.h:25,
                 
   from /usr/include/errno.h:36,

                 from ../../binutils-2.10/libiberty/fnmatch.c:46:
/usr/include/linux/errno.h:4: asm/errno.h: No such file or directory

make[1]: *** [fnmatch.o] Error 1

make[1]: Leaving directory `/root/objdir/libiberty'

make: *** [all-libiberty] Error 2                                               
 
What can cause this! Please help

Best regards,
Priit Voolaid
priit.voolaid@mail.ee


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