On 7/17/08, Jason Beaudoin <[EMAIL PROTECTED]> wrote: > has anyone attempted (maybe with success) building a NetBSD toolchain > on OpenBSD?
This would fall more into the NetBSD camp. After all, it's their toolchain. > NetBSD has a build script that facilitates building the system, > including cross-compilation situations. Aside from make complaining > about options for -d (about printing errors), I ran into the > following: > > > make: illegal argument to -d option -- e > usage: make [-BeiknPqrSst] [-D variable] [-d flags] [-f makefile] > [-I directory] [-j max_jobs] [-m directory] [-V variable] > [NAME=value] [target ...] > dir.o(.text+0x54e): In function `DirExpandCurly': > : warning: strcpy() is almost always misused, please use strlcpy() > /bin/sh: syntax error: `(' unexpected This means your executable was not identified, and the kernel passed it off as a shell script.