Hello John,
Am 27.11.2009 um 21:26 schrieb G 3:
There should be a 'make' command option that builds only the qemu target, and not the openbios-unix target. Something like this is what I have in mind:
make -qemu_only
Whenever I try to build OpenBIOS, I receive a whole bunch of errors with the unix target, but not with the openbios-qemu.elf target for some reason.
Could it be you're building the ppc native target? The cross-ppc target doesn't attempt to build openbios-unix (r635 on OSX/ppc host).
Have you tried `cd obj-ppc && make openbios-qemu.elf`?
Andreas