Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Dynamic linker and .interp section
@ 2001-04-12 13:39 Michael Shmulevich
  2001-04-12 14:09 ` Maciej W. Rozycki
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Shmulevich @ 2001-04-12 13:39 UTC (permalink / raw)
  To: Linux/MIPS, FR Linux/MIPS

Hello,

My question may be a bit off-topic for this list, but still I consider 
the list as a place that may answer me.

I am trying to create a cross-compile environement for linux system that 
will use some specific dynamic linker. To do so I specify 
-Wl,--dynamic-linker flag to gcc. However doing this I face several 
problems:

- the place for the linker during the compilation must match the place 
at the target system (if I pass -Wl,--dynamic-linker /xxx/yyy/ld.so then 
for the executable kernel looks for /xxx/yyy/ld.so in order to execute 
it. Instead I would like to use simply /lib/ld.so

- If I pass -Wl,--dynamic-linker /lib/ld.so, then the /lib/ld.so must 
exist during the compilation and match the chosen system's architecture. 
I don't want to create this file (/lib/ld.so) on my compilation machine, 
as there are many architectures that get compiled there and I cannot use 
the same ld.so for all of them.

- I saw that in gcc's spec file there is a mention of dynamic linker, 
for example, this one is for PPC %:{!dynamic-linker:-dynamic-linker 
/lib/ld.so.1}
This one is interesting because there is no /lib/ld.so.1 on my machine, 
and it resides under /usr/local/powerpc-linux/lib. Still compiler seems 
to ignore the fact that it is missing from /lib and creates the 
corresponding .interp section and PT_INTERP header.

So my question sounds like: can I specify a non-existing linker and tell 
ld to ignore missing file?

Thanks in advance for any response, no matter how insulting it may be :-)

-- 
Sincerely yours,
Michael Shmulevich
______________________________________
Software Developer
Jungo - R&D
email: michaels@jungo.com
web: http://www.jungo.com
Phone: 1-877-514-0537(USA)  +972-9-8859365(Worldwide) ext. 233
Fax:   1-877-514-0538(USA)  +972-9-8859366(Worldwide)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-04-12 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-12 13:39 Dynamic linker and .interp section Michael Shmulevich
2001-04-12 14:09 ` Maciej W. Rozycki
2001-04-12 14:29   ` Michael Shmulevich
2001-04-12 14:46     ` Maciej W. Rozycki
2001-04-12 14:44   ` Michael Shmulevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox