Page 1 of 1
Linux and Mac OS X GenDev builds with SGDK
Posted: Mon Dec 14, 2015 5:27 pm
by mikejmoffitt
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
Re: Linux and Mac OS X GenDev builds with SGDK
Posted: Wed Dec 16, 2015 8:35 am
by dub
Thanks, I'll try the linux version.
It's always useful if we lack of Windows version.
Re: Linux and Mac OS X GenDev builds with SGDK
Posted: Thu Dec 17, 2015 4:16 am
by mikejmoffitt
The windows version is also very slow and crashes frequently during compilation. Really hard to use for any larger project.
Re: Linux and Mac OS X GenDev builds with SGDK
Posted: Wed Dec 23, 2015 10:32 am
by KanedaFr
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 ?

Re: Linux and Mac OS X GenDev builds with SGDK
Posted: Thu Dec 24, 2015 12:55 pm
by Stef
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

Re: Linux and Mac OS X GenDev builds with SGDK
Posted: Sat Dec 26, 2015 6:20 am
by mikejmoffitt
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.