Hi all
I have been spending a few days trying to get the 2.95.3 g++ ARM cross
compiler functioning. gcc works fine, but g++ has been giving me strife
during compilation. Today i decided "fudge it, i'm using a precompiled
binary".
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.
When i run /mnt/kilauea/a.out (the location of the file) i get
"/mnt/kilauea/a.out: No such file or directory". Running directly from
/mnt/kilauea (as in cd /mnt/kilauea, ./a.out) I get the same thing (except
with "./a.out: No such file or directory".
I then tried the same with the arm-linux-gcc compiler from the precompiled
binary. The same thing happens. The file *is* there. There is no doubt
about that.
When i use *another* gcc compiler i created previously (using uClibc, btw),
the a.out file runs fine from that directory.
What am i doing incorrectly? It must be something with the interaction of
the precompiled cross compiler and my system.
This problem is really cutting into the project schedule of myself and
others. Any advice is appreciated!
thanks,
cam
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.