Hello everyone: I want to compile the gcc-3.4.1 for xscale-target linux. My OS is redhat 9.0, gcc is 3.2.2. After i download the package from gcc.gnu.org, I made the following configure: configure --target=xscale-elf --prefix=/usr/local/arm/3.4.1 --program-prefix=xscale-elf- --with-local-prefix=/usr/local/arm/3.4.1/ --with-as=/usr/local/arm/3.4.1/bin --with-ld=/usr/local/arm/3.4.1/bin I don't know wether the configure is right. During the MAKE process, an error occurs: "configure: error: No support for this host/target combination." I think that there must be some problems when i configure the make parameters. Is there anyone compiled the gcc for arm target successfully. Please give a hand. It is better for giving a configure sample to me. Thanks a lot! Daniel