I am in the process of setting up a cross compiler for netbsd to sbmips with a mips64el processor.
so I got the source and used ./build.sh -a mips64el -m sbmips
and I got my toolchain with no errors.
I continued to configure the kernel with:
cd /usr/src/sys/arch/sbmips/conf
/usr/src/tooldir.NetBSD-5.2.2-amd64/bin/nbconfig GENERIC
this works, after this I go:
cd ../compile/GENERIC
/usr/src/tooldir.NetBSD-5.2.2-amd64/bin/nbmake-sbmips
which fails with error code 1, Here is a link with 2 screens. I cannot copy and paste since it all runs in a VM...
http://i.imgur.com/k9x9spN.png
http://i.imgur.com/Ou9Nwrj.png
Additional information: My host is NetBSD 5.2.2 and I want to compile to NetBSD 5.0 my source is 5.0 also! I have allready tried to install NetBSD 5.0 and compile to 5.0 but it gives the same error. I am willing to install any version as long as I can can compile to 5.0. this install wont serve any other purpose anyway.
I am running it in a virtualbox VM