EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.13k stars 267 forks source link

BUILD_REQUIREMENTS.md for 8080 outdated? #1065

Closed svofski closed 2 months ago

svofski commented 2 months ago

It says in BUILD_REQUIREMENTS.md

8080/8085

Fuzix Assemblers https://github.com/EtchedPixels/CC6303

(At the moment they are in with cc6303 for historical reasons)

cd as68 make -f Makefile.8085 clean make -f Makefile.8085 install

Fuzix C Compiler https://github.com/EtchedPixels/Fuzix-Compiler-Kit

Build the assembler first and ensure it's on your path

make bootstrap make install

But the Fuzix Compiler Kit seems to depend on Fuzix-Binutils now. Is this info outdated?

EtchedPixels commented 2 months ago

It is. I will fix that