tpunix / SAROO

SAROO is a SEGA Saturn HDloader
293 stars 37 forks source link

Building Source Code (Firm_saturn) #96

Open PocketTim opened 2 months ago

PocketTim commented 2 months ago

No matter what I try I cannot get the Makefile in Firm_Saturn to compile. I have tried using Saturn Orbit and Msys2. Could you share a bit more detail on how this is done at all?

tpunix commented 2 months ago

What's happend when you do it?

PocketTim commented 2 months ago

What's happend when you do it?

I'm getting as far as rm -f tmp.bin which returns and error saying the file cannot be found.

I'm now running on Windows XP where I have had more success running sh-elf via your MAKE_ELF.bat but the error above is what happens. ssfirm.elf, dump.txt and ssfirm.bin are being created but not tmp.bin which suggests that the cat is not working as the ssfirm.bin is only 1kb in size therefore not complete.