Hello, it's my first message in this community, so hi everybody.
My goal is to compile Rockbox for my iPod-color, so, I have to install/build the arm crosscompiler.
I followed the wiki page, but I can't compile gcc for arm.
Before continuing, I must say that I have installed build-essential/automake/autoconf on my machine.
First, I had configure complaining about the host variable that was unknown.
I set it to following value, inside ./rockboxdev.sh
gccconfigure="--host=arm-i386-linux"
binutilsconf="--host=arm-i386-linux"
I suppose this is correct.
Further, I got this message inside /tmp/rbdev-build/build-gcc-a/config.log file:
/tmp/rbdev-build/build-gcc-a# cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:595: checking host system type
configure:616: checking target system type
configure:634: checking build system type
configure:689: checking for a BSD compatible install
configure:742: checking whether ln works
configure:766: checking whether ln -s works
configure:1808: checking for gcc
configure:1921: checking whether the C compiler (gcc -U_FORTIFY_SOURCE ) works
configure:1937: gcc -o conftest -U_FORTIFY_SOURCE conftest.c 1>&5
gcc: installation problem, cannot exec `cpp0': No such file or directory
configure: failed program was:
#line 1932 "configure"
#include "confdefs.h"
main(){return(0);}
I don't have any clue about the reason of this error.
Any help is welcome.
Thanks
Pirlouwi