Linux and Mac OS X GenDev builds with SGDK

SGDK only sub forum

Moderator: Stef

Post Reply
mikejmoffitt
Very interested
Posts: 86
Joined: Fri Sep 25, 2015 4:16 pm

Linux and Mac OS X GenDev builds with SGDK

Post by mikejmoffitt » Mon Dec 14, 2015 5:27 pm

I've experienced great difficulty reliably building gcc-m68k for use with Gendev/SGDK, so for a while I've had some binaries around that I keep just in case it's giving me trouble.

I make a little installer shell script and packaged my Linux and OS X builds in case they are useful to anybody wanting to get started quickly.

https://csh.rit.edu/~moffitt/gendev

dub
Very interested
Posts: 101
Joined: Thu Mar 19, 2015 1:26 pm

Re: Linux and Mac OS X GenDev builds with SGDK

Post by dub » Wed Dec 16, 2015 8:35 am

Thanks, I'll try the linux version.

It's always useful if we lack of Windows version.

mikejmoffitt
Very interested
Posts: 86
Joined: Fri Sep 25, 2015 4:16 pm

Re: Linux and Mac OS X GenDev builds with SGDK

Post by mikejmoffitt » Thu Dec 17, 2015 4:16 am

The windows version is also very slow and crashes frequently during compilation. Really hard to use for any larger project.

KanedaFr
Administrateur
Posts: 1139
Joined: Tue Aug 29, 2006 10:56 am
Contact:

Re: Linux and Mac OS X GenDev builds with SGDK

Post by KanedaFr » Wed Dec 23, 2015 10:32 am

useful script ;)
just in case, I notice it won't work if CSH is down because the makefile won't exit...

also, for my own info, can you confirm me mpc, gmp,... are here only for 32X ?

note it would be great to have something like (if TPCDIR not defined, then TPCDIR = xx/xx/xxx)
it would be easier to custom for our need...

I wonder if it'll work under mingw...

do you think gdb could be added ? ;)

Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Re: Linux and Mac OS X GenDev builds with SGDK

Post by Stef » Thu Dec 24, 2015 12:55 pm

mikejmoffitt wrote:The windows version is also very slow and crashes frequently during compilation. Really hard to use for any larger project.
Did you tried to put make.exe in "windows XP" compatibility mode ? It seems that resolve the crashes :)

mikejmoffitt
Very interested
Posts: 86
Joined: Fri Sep 25, 2015 4:16 pm

Re: Linux and Mac OS X GenDev builds with SGDK

Post by mikejmoffitt » Sat Dec 26, 2015 6:20 am

KanedaFr wrote:useful script ;)
just in case, I notice it won't work if CSH is down because the makefile won't exit...

also, for my own info, can you confirm me mpc, gmp,... are here only for 32X ?

note it would be great to have something like (if TPCDIR not defined, then TPCDIR = xx/xx/xxx)
it would be easier to custom for our need...

I wonder if it'll work under mingw...

do you think gdb could be added ? ;)
The build script isn't finished, it's a project I left alone. The builds in the directories are intended for use. I don't believe any 32X stuff is built here but I can't say for sure.

Post Reply