* MIPS prelink question
@ 2008-03-18 6:47 Hiroki Kaminaga
2008-03-18 11:19 ` Thiemo Seufer
2008-03-18 12:33 ` Daniel Jacobowitz
0 siblings, 2 replies; 5+ messages in thread
From: Hiroki Kaminaga @ 2008-03-18 6:47 UTC (permalink / raw)
To: linux-mips
Hi!
I'm not sure if this is the right ML to ask, but since I've found
discussion about MIPS prelink here, I'm posting here...
In the below thread, patch for MIPS prelink was posted.
http://www.linux-mips.org/archives/linux-mips/2006-11/msg00034.html
I've tried this patch, but I got below error when I tried to do prelink.
No space in ELF segment table to add new ELF segment
On the montavista pro 5.0 note, I found that they have fixed above
prelink error, but I could not find the patch. Could someone give
me pointer to address this issue?
Thanks in Advance,
(Hiroki Kaminaga)
t
--
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: MIPS prelink question
2008-03-18 6:47 MIPS prelink question Hiroki Kaminaga
@ 2008-03-18 11:19 ` Thiemo Seufer
2008-03-18 12:33 ` Daniel Jacobowitz
1 sibling, 0 replies; 5+ messages in thread
From: Thiemo Seufer @ 2008-03-18 11:19 UTC (permalink / raw)
To: Hiroki Kaminaga; +Cc: linux-mips
Hiroki Kaminaga wrote:
>
> Hi!
>
> I'm not sure if this is the right ML to ask, but since I've found
> discussion about MIPS prelink here, I'm posting here...
The binutils list would be a better place.
> In the below thread, patch for MIPS prelink was posted.
> http://www.linux-mips.org/archives/linux-mips/2006-11/msg00034.html
>
> I've tried this patch, but I got below error when I tried to do prelink.
>
> No space in ELF segment table to add new ELF segment
A bit more of the output would help with isolating the problem.
Anyway, IIRC there are two effects which cause this error:
- Linking in binary objects which were built by a toolchain without
prelink support, probably one of the compiler-internal startup files.
- Use of an older version on binutils (from the time when the prelink
patches went in), which still had a few issues with handling the
additional segment.
> On the montavista pro 5.0 note, I found that they have fixed above
> prelink error, but I could not find the patch. Could someone give
> me pointer to address this issue?
I believe binutils 2.18 works fine WRT prelinking. I don't remember
the particular patches to watch out for, though.
Thiemo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: MIPS prelink question
2008-03-18 6:47 MIPS prelink question Hiroki Kaminaga
2008-03-18 11:19 ` Thiemo Seufer
@ 2008-03-18 12:33 ` Daniel Jacobowitz
2008-03-19 5:21 ` Hiroki Kaminaga
1 sibling, 1 reply; 5+ messages in thread
From: Daniel Jacobowitz @ 2008-03-18 12:33 UTC (permalink / raw)
To: Hiroki Kaminaga; +Cc: linux-mips
On Tue, Mar 18, 2008 at 03:47:01PM +0900, Hiroki Kaminaga wrote:
>
> Hi!
>
> I'm not sure if this is the right ML to ask, but since I've found
> discussion about MIPS prelink here, I'm posting here...
>
> In the below thread, patch for MIPS prelink was posted.
> http://www.linux-mips.org/archives/linux-mips/2006-11/msg00034.html
>
> I've tried this patch, but I got below error when I tried to do prelink.
>
> No space in ELF segment table to add new ELF segment
>
> On the montavista pro 5.0 note, I found that they have fixed above
> prelink error, but I could not find the patch. Could someone give
> me pointer to address this issue?
It should be in their prelink source package. Or here:
http://sourceware.org/ml/prelink/2007-q4/msg00001.html
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-03-19 8:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 6:47 MIPS prelink question Hiroki Kaminaga
2008-03-18 11:19 ` Thiemo Seufer
2008-03-18 12:33 ` Daniel Jacobowitz
2008-03-19 5:21 ` Hiroki Kaminaga
2008-03-19 8:53 ` Hiroki Kaminaga
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.