[NEED HELP] - not enough GOT space for local GOT entries

2012-12-25 Thread manish Jamwal
Hi I am facing the "not enough GOT space for local GOT entries", while compiling the component with gcc-4.3.3 for mips64 octeon processor. The binutils version is 2.18.90 and linux kernel version is 2.6.32.27. The gcc command which is throwing error is mentioned below. The same component was compi

[NEED HELP] - not enough GOT space for local GOT entries

2012-12-25 Thread manish Jamwal
Hi I am facing the "not enough GOT space for local GOT entries", while compiling the component with gcc-4.3.3 for mips62 octeon processor. The binutils version is 2.18.90 and linux kernel version is 2.6.32.27. The gcc command which is throwing error is mentioned below. The same component was compi

Re: Need help on reducing linker issue

2010-11-23 Thread Alan Modra
On Tue, Nov 23, 2010 at 08:28:11AM +0100, Roger Jeurninck wrote: > this linker version is part of a 3rd party development suite, so for myself > it's not easy to only update the linker. In that case we can't help you much more.. > Can you remember if there was some kind of reproduction scenario a

Re: Need help on reducing linker issue

2010-11-23 Thread Roger Jeurninck
Hi Alan, this linker version is part of a 3rd party development suite, so for myself it's not easy to only update the linker. Can you remember if there was some kind of reproduction scenario at that time? greetings, Roger 2010/11/22 Alan Modra > On Mon, Nov 22, 2010 at 02:34:29PM +0100, Roger

Re: Need help on reducing linker issue

2010-11-22 Thread Alan Modra
On Mon, Nov 22, 2010 at 02:34:29PM +0100, Roger Jeurninck wrote: > the version which we use is 2.17. That's over 4 years old! We are about to release 2.21. I recall fixing one uninitialised memory bug in that time. There were likely others too. -- Alan Modra Australia Development Lab, IBM __

Re: Need help on reducing linker issue

2010-11-22 Thread Roger Jeurninck
Hi Alan, the version which we use is 2.17. greetings, Roger 2010/11/22 Alan Modra > On Mon, Nov 22, 2010 at 01:54:58PM +0100, Roger Jeurninck wrote: > > I'm running into build behaviour which might be caused by a > > non-deterministic GNU linker?! > > This could be caused by ld reading uninit

Re: Need help on reducing linker issue

2010-11-22 Thread Alan Modra
On Mon, Nov 22, 2010 at 01:54:58PM +0100, Roger Jeurninck wrote: > I'm running into build behaviour which might be caused by a > non-deterministic GNU linker?! This could be caused by ld reading uninitialised memory. A tool like valgrind is useful in tracking down such things. What version of GN

Need help on reducing linker issue

2010-11-22 Thread Roger Jeurninck
Hi, I'm running into build behaviour which might be caused by a non-deterministic GNU linker?! As this is quiet unlikely I hope you can support me in reducing this issue so I can find the real root cause. Thanks, Roger -- What is the issue? at the c

Re: need help

2005-04-05 Thread Nick Clifton
Hi Kiran, i wanted to run a small program on MPC8560 processor i wrote a small application and i cross compile with PPC_82xx-gcc i got a obj file as a.out I hope that you mean that you obtained an executable called "a.out". An object file is just the output of the assembler. It has not

need help

2005-04-04 Thread Kirankumar T
HI,         i wanted to run a small program on MPC8560 processor   i wrote a small application and i cross compile with PPC_82xx-gcc i got a obj file as a.out         even if i changed the code in my application the final "a.out"is showing the same size * will the out put file(a.out) work only i