bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GDB make error: make[4]: *** [elflink.lo] Error 1


From: ArAge
Subject: GDB make error: make[4]: *** [elflink.lo] Error 1
Date: Mon, 22 Jan 2007 11:34:11 -0000

Hi!
 
For the first time I'm trying to compile software on my old distro and I'm running into a make error.
 
 
This is what I did:
 
uname -a:    Linux Compiler 2.0.39
gcc -v     :    gcc version 2.7.2.3
 
 
./configure
make 2>&1 | tee make.log  (to produce a log file)
 
In short this is the error:
 

elflink.c: In function `_bfd_elf_merge_symbol':

elflink.c:961: warning: comparison between signed and unsigned

elflink.c:972: warning: comparison between signed and unsigned

elflink.c: In function `elf_link_add_object_symbols':

elflink.c:4078: warning: comparison between signed and unsigned

make[4]: *** [elflink.lo] Error 1

make[4]: Leaving directory `/usr/src/gdb-6.6/bfd'

make[3]: *** [all-recursive] Error 1

make[3]: Leaving directory `/usr/src/gdb-6.6/bfd'

make[2]: *** [all] Error 2

make[2]: Leaving directory `/usr/src/gdb-6.6/bfd'

make[1]: *** [all-bfd] Error 2

make[1]: Leaving directory `/usr/src/gdb-6.6'

make: *** [all] Error 2

I've attached the make.log file to this email for further investigation. Did I do something wrong or what's the problem?

Thanks for helping me!

Best regards

ArAge 

Attachment: make.log
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]