HomeForumsWhat's newResources 
 
 
Bin to elf convert help
SaturnFreak2004 - Feb 8, 2022
 SaturnFreak2004 Feb 8, 2022
Hey y’all, so anyways I just installed kallistos on WSL and I have one question. How do I convert a elf file to a bin file with kallistos?

 Chilly Willy Feb 8, 2022
In makefile...
Code:
  
$(TARGET): $(PROGRAM)
    $(KOS_STRIP) --strip-unneeded $(PROGRAM)
    $(KOS_OBJCOPY) -R .stack -O binary $(PROGRAM) $(TARGET)

 SaturnFreak2004 Feb 9, 2022
thanks for the solution, but then when i type in make in the terminal it tells me makefile: missing separator. idk how to fix it so can you help me please!

 Chilly Willy Feb 10, 2022
You need the whole makefile and it needs to be setup for doing kos stuff. Look at the source for my port of Doom:

.sbi is just a zip file meant for a DC disk burner app. The source and everything needed to build/run the game is in the archive.