Hi, I am trying to generate a gcc binary for the 4.1.2. Serching through the net gave me the following options:
[ Ref :http://nihilisme.ca:8080/arm/ ] Configuration: gdb: ./configure --target=arm-linux --build=i686-pc-linux-gnu --prefix=$PREFIX binutils: ./configure --target=arm-linux --prefix=$PREFIX --with-cpu=xscale --nfp glibc: ./configure arm-linux --build=i686-pc-linux-gnu --with-headers=$KERNEL/include --enable-add-ons --enable-shared --prefix=$PREFIX --with-cpu=xscale --without-fp gcc: ./configure --target=arm-linux --prefix=$PREFIX $HOST --with-headers=$KERNEL/include --with-cpu=xscale --with-softfloat-support=internal --enable-languages=c,c++ --nfp ==================================== However I am not able to understand some of the option above like; The valueof $PREFIX , $KERNEL, xscale ,$HOST , --with-softfloat-support=internal I have tried with different options and it ends up in Error while configuring as "configure failed" Can some one help me in generating the gcc for my configuration. If some one can give a cell number, I am pleased to call them.. Thanks and Regards, Daya
