[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem in binutils for aix6.1?
From: |
John M Collins |
Subject: |
Problem in binutils for aix6.1? |
Date: |
Fri, 01 Jun 2012 16:47:41 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 |
Please CC to me on jmc AT xisl DOT com as I'm not subscribed - thanks.
I might have hit some bug in binutils 2.22.
I am trying to cross-compile for AIX 6.1 using that and gcc 4.7.0
I seem to have a cross compiler but the objects don't run, they're
missing something called shr.o
When I tried to do a static build I got:
$ ../bin/powerpc-ibm-aix6.1-gcc -o hi -static hi.c
/home/crossenv/lib/gcc/powerpc-ibm-aix6.1/4.7.0/../../../../powerpc-ibm-aix6.1/bin/ld:
internal error ../../binutils-2.22/ld/ldlang.c 6147
collect2: error: ld returned 1 exit status
(hi.c is everyone's first program, nothing esoteric)
The line in ldlang.c seems to be
ASSERT (entry->the_bfd->link_next == NULL);
Thanks for any help anyone can give.
--
John Collins
address@hidden
- Problem in binutils for aix6.1?,
John M Collins <=