Markus Hitter wrote:
> Hello all,
>
> a few hours ago I fetched mol from SVN to build the thing on a
> PowerMac G4 running Mac OS X 10.4.10 and Xcode 2.4.1. Now, as
> expected, I get errors somewhere in bootx.
>
> I'd like to fix them, but can't find out how to get more verbose
> compiler messages.
>
> So, my questions are:
>
> How would I make the full command line visible which is used to
> compile molaccel.S?
Type make in the directory containing molaccel.S.
> and
> Ist MOL's BootX related to Mac OS X's / Darwin's BootX? Darwin's
> BootX builds just fine ...
Yes and no, it's certainly based on OSX's and Darwin's BootX, but
it's modified a bit. The issue with MOL's version of BootX is that
it needs to build a static ELF version. If you know how to do that
in Darwin/OSX, I'd appreciate it, otherwise we'll probably have to
just ship a pre-compiled version with OSX. Another option would be
to build a MachO loader for MOL. Unfortunately, I haven't spent any
time on getting things working in OSX since I last committed OSX
fixes. :|
If you need more details, please let me know!
-Joe
|