Starting to build the toolchain
I found the NCD term with the 2.7.3 rom and tried booting things that I compiled on the OpenBSD box and on the SysV/88k box and neither works.
BCS(the format that the NCD wants) is much like XCOFF. OpenBSD/m88k box produces a.out format, and SysV/88k produces ELF format, neither of which boots on the NCD(Incorrect object file).
I guess it's time to go build binutils for the 88k. I've done this before and I got as far as gas, ld, and objdump etc. I know I don't have what it takes to get gcc cross compiling on a linux box. So instead I'm hoping to produce some a.out files on the OpenBSD box and link into BCS/XCOFF on the linux box to download to NCD.