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]

GNU ld fails to link solaris values-Xa.o


Hello,

while using a cross compiler I run into this problem:

(Simplified ld command line)
/usr/local/i386-pc-solaris2.5.1/bin/ld -v
/usr/local/i386-pc-solaris2.5.1/lib/values-Xa.o
GNU ld version 2.13
/usr/local/i386-pc-solaris2.5.1/bin/ld: section .stab.exclstr [00000000 ->
0000000d] overlaps section .stab.excl [00000000 -> 00000017]
/usr/local/i386-pc-solaris2.5.1/bin/ld: section .stab.index [00000000 ->
00000047] overlaps section .stab.excl [00000000 -> 00000017]
/usr/local/i386-pc-solaris2.5.1/bin/ld: section .stab.indexstr [00000000 ->
00000053] overlaps section .stab.excl [00000000 -> 00000017]
/usr/local/i386-pc-solaris2.5.1/bin/ld: warning: cannot find entry symbol
_start; defaulting to 08048074
/usr/local/i386-pc-solaris2.5.1/bin/ld: a.out: Not enough room for program
headers (allocated 2, need 3)
/usr/local/i386-pc-solaris2.5.1/bin/ld: final link failed: Bad value

valuesXa.o is copied from the solaris x86 machine.

Ruediger


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