Hi All I'm having trouble getting gcc to compile for my ARM box (arm-none-linux-gnueabi) and at a bit of a loss to know how to continue. I've tried all of the 4.4.x versions, but for each one I get the following error: ../../../../gcc-4.4.1/libgcc/../gcc/config/arm/lib1funcs.asm:103:2: error: #error Unable to determine architecture. I can't find anything useful on google with regards to this error. I'm building using the following to configure: ../gcc-$GCC_VERSION/configure --host=arm-none-linux-gnueabi --prefix=$HOME/built --with-gmp=$HOME/tools --with-mpfr=$HOME/tools Other package versions are: BINUTILS_VERSION=2.19 GMP_VERSION=5.0.1 MPFR_VERSION=2.4.2 Any suggestions? Thanks