Stephane-D / SGDK

SGDK - A free and open development kit for the Sega Mega Drive
https://www.patreon.com/SGDK
MIT License
1.75k stars 187 forks source link

Fail to build on windows #284

Closed skarab closed 1 year ago

skarab commented 1 year ago

Hello, I just got the latest version and when I build I get this :

src/boot/sega.s:256: Error: invalid operands (UND and UND sections) for `+'

skarab commented 1 year ago

Ok my makefile is outdated, sorry

Stephane-D commented 1 year ago

Yeah It was, I recently added some options in build command to accept these characters :)

skarab commented 1 year ago

Yes, gonna upgrade to latest rev, it's a huge step up ! (was using version just before the whole sprite system rewrite :)

Strugglemeat commented 1 year ago

I'm having the same issue, where can I get a new makefile?

Stephane-D commented 1 year ago

Just directly download the last SGDK github archive, that should work :)

skarab commented 1 year ago

New makefile is in SGDK/makefile.gen (I had copied it to personnalize in old version, my trouble was I forget to update it)