Hi Yoichi, > Yoichi Yuasa <yoichi_yuasa@montavista.co.jp> wrote: > [...] > > This is a problem depending on binutils. > Please use binutils corresponding to VR4100 series. I built my binutils on my own, following the tutorial found at http://www.ltc.com/~brad/mips/mips-cross-toolchain/. So I used ../binutils/configure --target=mipsel-linux \ --libdir='${exec_prefix}'/mipsel-linux/i386-linux/lib as configure-settings. How can I set something more special than the mipsel-architecture (the vr4100-processors) > > -m4100 option can be tried supposing you are using gcc > > which has a problem as the present option. > > > > Please change following line. > > > > ifdef CONFIG_CPU_VR41XX > > GCCFLAGS += -mcpu=r4600 -mips2 -Wa,-m4100,--trap > > endif > > > > Please let me know what the result became. Shouldn't I additionally add -msoft-float, because the VR4181A has no FP-Coprocessor? -- Grüße, Julian