------- Comment #1 from ramana at gcc dot gnu dot org 2009-04-21 14:28 ------- LINUX_DYNAMIC_LINKER et al are defined in gcc/config/linux.h and the correct definition must reach this case. Looking at the config parameters for --host and --build , I can spot a typo of linuc-gnu instead of linux-gnu. That might be one reason why the build isn't working for you .
arm-linux-gnueabi is a standard build and I bootstrap it regularly and many folks use crosstool to build such a cross configuration. You might consider using this for your purposes. Can you check with a 4.3 toolchain or a compiler of recent vintage with the correct parameters to --build , --host . Please also indicate the host platform on which you were trying this. -- ramana at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33036