This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to redirect the loader to another directory ?


Hi, everyone.
Now I use qemu-arm to execute the target command on host.
But it should be executed as follows:
$ qemu-arm -E LD_LIBRARY_PATH=/target/usr/lib:/target/lib
/target/lib/ld-linux.so.3 /target/usr/bin/ls
Here /target/lib/ld-linux.so.3 should be specified, or else the host
one will be searched.

$ readelf -l /target/usr/bin/ls
(snip)
[Requesting program interpreter: /lib/ld-linux.so.3]
(snip)

Is there any method to redirect the loader to the directory I
specified (for exmaple, the root dir should be /target) without the
method above ?

Best Regards,
  robert


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]