This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
ARM Cross-compiler problem
- To: gcc at gcc dot gnu dot org
- Subject: ARM Cross-compiler problem
- From: root <root at localhost dot localdomain>
- Date: Tue, 29 May 2001 10:01:53 +1000
Hi everyone,
I don't know if anyone else out there has felt the pain of building an
ARM-Thumb cross compiler.
I have spent much time but can't seem to succeed, so please help.
I have mandrake 8 with the 2.4 kernel.
I have downloaded gcc-2.95.3, 2.8.1, snapshot 20010521;
binutils-2.9.1, 2.11. newlib-1.8.1, glibc-2.2.3
I try configure binutils -target=arm-elf, arm-thumb-elf;
copy stdio.h etc. over to directory
gcc -target=as above.
I type arm-thumb-elf-gcc file.c and get
can not open crt0.o. no such file or directory.
are there any additional command line options?
Any suggestions.