kubilus1 / gendev

Genesis development environment for Linux.
BSD 3-Clause "New" or "Revised" License
209 stars 23 forks source link

sega.s needs to be updated #11

Closed clbr closed 8 years ago

clbr commented 8 years ago

The latest toolchain requires an updated sega.s to function. Anyone using the current gendev will produce broken binaries.

nevat commented 8 years ago

Same problem here. A simple "Hello World" don't work (nothing showed on screen, or some strange behaviour).

kubilus1 commented 8 years ago

Okay, I've synced this up with the latest sega.s. This should work now!

clbr commented 8 years ago

Wrt the cleanup in the same commit: you should use "git clean -fdx" to remove all non-tracked files. rm -rf means wasted bandwidth as it has to be re-cloned each time then.