Closed jcw closed 1 year ago
Solved ... I had a dummy os9
script, probably due to previous experiments I had forgotten about.
Found the os9
command in the "Toolshed" project on SourceForge, it builds after some more hacking.
Now the nitros9
build completes out of the box. It's all a bit messy this way with outdated tools, but oh well ...
Hello Neal,
I've been following the steps outlined at https://github.com/nealcrook/multicomp6809/wiki/NitrOS-9 - it's not reaching the end out of the box. The
make PORTS=mc09
terminates with this message:cat ../modules/ioman ../modules/rbf.mn ../modules/dds0_80d.dd ../modules/mc09sdc.dr ../modules/s0_80d.dd ../modules/s1_80d.dd ../modules/s2_80d.dd ../modules/s3_80d.dd ../modules/scf.mn ../modules/mc6850.dr ../modules/term_mc6850.dt ../modules/term_mc6850_t0.dt ../modules/term_mc6850_t1.dt ../modules/pipeman.mn ../modules/piper.dr ../modules/pipe.dd ../modules/mc09clock_50hz ../modules/clock2_soft ../modules/sysgo_dd>bootfile_mc09sd
Somewhere in the make output, there is a line which might be related:
Something similar happens for level2. A first hack to keep going was to do this:
And then resume the build. This is perhaps not correct, I can't verify the result right now. It does keep
make
happy. After that, I didmake PORTS=mc09l2 dsk
, which results in these disk images:Am using
lwtools 4.20
from Homebrew on MacOS (on a standard case-ignoring filesystem).What might be going on here? Puzzling ... -jcw