On Tue, Sep 25, 2001 at 01:02:10PM -0500, Cam Mayor wrote:
> I grabbed cross-2.95.3.tar.bz2 from
> ftp://ftp.arm.linux.org.uk/pub/armlinux/toolchain and installed it in
> /usr/local/arm/2.95.3.  It compiled a simple helloworld.cpp file with
> arm-linux-g++, and i put it in a local tmp directory that is NFS mounted on
> my CDB89712 machine.

It depends where the C library was told its final resting place will be.

Basically, if ld-linux.so.2 isn't in the place the binary expects, you get
a "No such file or directory" error.  You can find out where it expects to
be by doing:

        objdump --full-contents --section=.interp a.out

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to