Hi All , I build temporary gcc and glib on my own board ( SH4 RISC ) . and now I try to replace temporary gcc but I got an error as following gcc -c -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.2.4/gcc -I../../gcc-4.2.4/gcc/. -I../../gcc-4.2.4/gcc/../include -I../../gcc-4.2.4/gcc/../libcpp/include -I../../gcc-4.2.4/gcc/../libdecnumber -I../libdecnumber insn-recog.c -o insn-recog.o /tmp/cc5zlcDn.s: Assembler messages: /tmp/cc5zlcDn.s:52763: Error: displacement to defined symbol .L8687 overflows 12-bit field basicly , many things I can do . I can build glib and binutility but few unexpected bin-utility test result . Can anyone tell me is this error related to unexpected bin-utility test result or some where else related to gcc it-self ? Thanks Kevin ...