Hi all
I'm trying to compile C programs for the PS1 and I can't manage to do it
Looks like there are 3 methods: PsyQ SDK, Yaroze and mipsgcc
mipsgcc seems to be the only legal (and best) way to create programs
The problem is that whatever I try I keep getting "abnormal program termination" with it
I find only one result on Google for this problem but there isn't any answer
I tried both on Linux Mint with Wine and on Windows 10
I don't know what more to test...
Does anyone have any info or any idea about what to test next?
In the mean time I'm still trying and will report back any progress
I'm trying to compile C programs for the PS1 and I can't manage to do it
Looks like there are 3 methods: PsyQ SDK, Yaroze and mipsgcc
mipsgcc seems to be the only legal (and best) way to create programs
The problem is that whatever I try I keep getting "abnormal program termination" with it
I find only one result on Google for this problem but there isn't any answer
An example with "blitz" from http://www.candu.co.uk/psx/ :$ md5sum mipsgcc.* #downloaded from psxdev
ab52289b76e3c2cca553c2024bd41b59 mipsgcc.zip
ded69e0e876e2ba9a71c417d09628a19 mipsgcc.exe
#random line from build.bat: "mipsgcc -Wall -c introscreen.c"
$ md5sum introscreen.c
d93c1c5fa61a6ce2f11c98c1ba09fc3e introscreen.c
$ mipsgcc -Wall -c introscreen.c
abnormal program termination
I tried both on Linux Mint with Wine and on Windows 10
I don't know what more to test...
Does anyone have any info or any idea about what to test next?
In the mean time I'm still trying and will report back any progress
Last edited: