0
I recently installed the arm-uclinux toolchain from arm-uclinux-tools-base-gcc3.4.0-20040610.sh . I ran the script and tried to compile a test program:
/usr/local/arm-uclinux-tools/bin/arm-uclinux-gcc hello.c -o hello
/usr/local/arm-uclinux-tools/lib/gcc/arm-uclinux/3.4.0/../../../../arm-uclinux/bin/ld.real: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
I searched for hours about this issue and found nothing, except a hint about uclibc not being installed. Isn't it compiled along with the toolchain?
I'm using Ubuntu 11 64 bit.
What does libstdc++ have to do with the main C runtime object not being found? – Ignacio Vazquez-Abrams – 2011-05-14T13:34:43.507
Nope, same problem with -l stdc++ :( I'm just compiling C anyway, so this shouldn't be a problem... – Hamish Milne – 2011-05-14T13:36:56.463