hey all, trying to build a cross compiling tool chain and i'm receiving the following errors: In file included from ./config/i386/i386.c:37: ./recog.h:227: warning: type of bit-field 'mode' is a GCC extension ./config/i386/i386.c:922: error: 'ix86_svr3_asm_out_constructor' undeclared here (not in a function) ./config/i386/i386.c: In function 'ix86_asm_file_end': ./config/i386/i386.c:4353: warning: implicit declaration of function 'ASM_DECLARE_FUNCTION_NAME' ./config/i386/i386.c: In function 'print_operand': ./config/i386/i386.c:7110: warning: dereferencing type-punned pointer will break strict-aliasing rules ./config/i386/i386.c:7119: warning: dereferencing type-punned pointer will break strict-aliasing rules make[1]: *** [i386.o] Error 1 make[1]: Leaving directory `/home/wyatt/Desktop/i386v_cross_compiler/gcc-3.3.4/gcc' make: *** [all-gcc] Error 2 my configuration directive was: ./configure --target=i386v --program-prefix=i386v- i've been able to build binutils with the same target; however, i'm stuck with this being undeclared. any thoughts? any thoughts?