This is a discussion on linking issue - Powerpc ; Hi all, We are getting following warnings in linking our binary. Warnings: /usr/lib/gcc-lib/powerpc-suse-linux/3.3.3/../../../../powerpc-suse-linux/bin/ld: BFD 2.15.90.0.1.1 20040303 (SuSE Linux) assertion fail ../../bfd/elf64-ppc.c:6272 Even though the binary links, on executing it we get a core dump with Illegal instruction (core dumped). On ...
Hi all,
We are getting following warnings in linking our binary.
Warnings:
/usr/lib/gcc-lib/powerpc-suse-linux/3.3.3/../../../../powerpc-suse-linux/bin/ld: BFD 2.15.90.0.1.1 20040303
(SuSE Linux) assertion fail ../../bfd/elf64-ppc.c:6272
Even though the binary links, on executing it we get a core dump with Illegal instruction (core dumped).
On attaching GDB I can see the dump comming even before brining up the binary.
We have:
1)Linux 2.6.5-7.244-pseries64 #1 SMP Mon Dec 12 18:32:25 UTC 2005 ppc64 ppc64 ppc64 GNU/Linux
2)IBM(R) XL C/C++ Advanced Edition V7.0 for Linux
Any pointers as to what might be going wrong here?
Regards
-H