wiki:FuzixBuildNotes

Version 8 (modified by Eric Hazen, 5 years ago) (diff)

--

Trying to build FUZIX for z80pack.

2020-11-24

On work machine. Clean install z80pack 1.36 and build. Set to yacc as in README:

 - sudo apt-get install -y byacc
 - sudo update-alternatives --set yacc /usr/bin/byacc

2020-11-22

Running 'make' in FUZIX with z80pack as target. It sure is taking a long time. Start over:

  $ make -j 8 | tee build_log.txt

Woohoo! It seems to have finished! Now to figure out what was actually built. Did make all and some more stuff happened.

I can build filesystems using the scripts but unclear how to make a bootable one Note that I used the sdcc from the repo which Alan has recommended against.