SaturnOrbit for Windows
#1
Posted 01 June 2005 - 10:23 PM
it's an all-in-one installer that claims to have everything you need to develop stuff for SEGA Saturn.
I've tried it out myself:
The SaturnOrbit_r1_setup.exe got only 55.6 MB size and expands to almost 400 MB after installing.
If you don't have so much space left, you can deselect components.
After installing you're asked if all included code examples should be build.
This takes about 1 hour on my old computer and produces way over 100 ISO CD images and binaries to
test on emulator or real Saturn hardware.
I guess that's the reason for the small size of the installer, as those files generated while compiling take up a lot of space.
There are some similarities to DCFreeDev(with which my GBAX GP32 entry was made),
because it includes Dev-Cpp IDE.
You can compile an example by using Dev-Cpp IDE or clicking on a batch file.
Everything worked for me right from the start, you should try it out and enter Saturn dev now! :thumbsup
#3
Posted 02 June 2005 - 12:59 PM
Maybe there is a reason for that.
But hey, one advantage is that nobody can be blamed if somethings wrong. :lol:
#4
Posted 03 June 2005 - 08:14 AM
I've been waiting to get an actual link to this.
(BTW, Rockin'B, I'll get you a response to your PM soon :) )
#5
Posted 29 July 2005 - 04:28 PM
july (till 22) : 130 hits for 2 402 764 ko
june : 463 hits for 7 828 288 ko
:)
#6
Posted 29 July 2005 - 05:12 PM
Quote
stats of downloads :
july (till 22) : 130 hits for 2 402 764 ko
june : 463 hits for 7 828 288 ko
:)
Wow, that's more than I expected :thumbsup . Wanted to ask you if you got stats, anyway.
I did a good job in publicity, eh?!
Some feedback from me:
FAQs in my help forum
Missing stuff / bugs:
- BGCON needs dos4gw.exe
- RB library not as elf version
- sega_cmp.a not correct initially, why (recompile may helps)?
- in .dev files: make absolute paths instead of relative
todo for next release:
- new compilers GCC 4.0 (some examples which not use any library must be fixed - update paths)
- add DOSBox <- great tool which allows to use SN tools and GAS and everything which doesn't work on WinXP
- c++ support in makefiles
- better support for custom compile flags in makefiles
- add tools like: mp32wav, wav2mp3
- include SaturnGameTutorial & Demo
- include Reinharts star game
- make something like firststeps.html which guides through first time users
Your feedback?
BTW: anyone can make a new release, afaik everything needed is included
#7
Posted 30 July 2005 - 04:41 PM
Quote
Wow, that's more than I expected :thumbsup . Wanted to ask you if you got stats, anyway.
let's hope people who have downloaded SaturnOrbit will participate to the contest.
Quote
Some feedback from me:
FAQs in my help forum
Missing stuff / bugs:
- BGCON needs dos4gw.exe
- RB library not as elf version
- sega_cmp.a not correct initially, why (recompile may helps)?
No idea, I recompiled it with no specific change and it works.
Quote
todo for next release:
- new compilers GCC 4.0 (some examples which not use any library must be fixed - update paths)
- add DOSBox <- great tool which allows to use SN tools and GAS and everything which doesn't work on WinXP
- c++ support in makefiles
- better support for custom compile flags in makefiles
- add tools like: mp32wav, wav2mp3
- include SaturnGameTutorial & Demo
- include Reinharts star game
- make something like firststeps.html which guides through first time users
Your feedback?
I want to change the install path :) my c: is too small (0.97go). I had to remove some files of win98 to install only a part of SaturnOrbit.
Quote
How to create a new version ?
NB : I will add again some tools on the SX saturn page :) .
#9
Posted 30 July 2005 - 08:35 PM
Quote
Just start with a clean new installation of the WHOLE SaturnOrbit (COFF + ELF + .PIF files for Win98),
then apply patches and changes,
then create a new installer using the supplied file.
I think it uses Inno Setup compiler, but I'm not sure, so refer to the docs in SaturnOrbit.
Maybe a custom install path should be something to think about, then we would need an environment variable holding the SaturnOrbit location.
#10
Posted 30 July 2005 - 11:42 PM
Before compiling the setup.exe file, do a whole clean using the batch files. Or else you might wonder about the filesize :D .
#11
Posted 13 August 2005 - 08:34 PM
Some of the directories in the top level could use some moving and cleaning up.
Other than that its really the easiest way to get started with deving for the saturn.
#12
Posted 25 February 2006 - 08:42 AM
Quote
This effects both, compiling with Dev-Cpp and batch files as well. In a couple of examples, cinit.o is not linked as the first object file and thus main() isn't executed first, which will most likely cause problems when the examples run.
The link scripts need to be updated to make C++ programs work with the newest KPIT GNUSH v0601.
Sections like .sh_frame and .gcc_except_table are needed.
In sections data, text and rodata:
*(.data.*)
*(.gnu.readonce.d*)
*(.text.*)
*(.gnu.readonce.t*)
*(.rodata.*)
*(.gnu.readonce.r*)
#13
Posted 08 May 2006 - 12:55 PM
I recently redownloaded SaturnOrbit (I previously did a massive clean on my hard drive and took off nearly everything) but whenever I try to install it, it gives me an error.
"The application failed to initialize properly (0xc0000005). Click OK to terminate the application."
It gives that error twice and then closes. Has something happened to the package? I've redownloaded it something like four times now.
#14
Posted 09 May 2006 - 02:11 AM
Quote
Dumb question:
I recently redownloaded SaturnOrbit (I previously did a massive clean on my hard drive and took off nearly everything) but whenever I try to install it, it gives me an error.
"The application failed to initialize properly (0xc0000005). Click OK to terminate the application."
It gives that error twice and then closes. Has something happened to the package? I've redownloaded it something like four times now.
The package itself should be okay, since it has been successfully downloaded before. Maybe your download was interrupted before completion. The file size is exactly 58.361.410 Bytes, please compare with yours.
Try using a download manager which supports pause and continue of downloads, like FlashGet. Always recommended for big stuff. If it still doesn't work for you, someone else should try downloading to see if it's really corrupted. I'm on dialup...
#16
Posted 27 July 2007 - 11:08 AM
there doesnt seem to be GNU Make file in PAH or in Dev-C++'s Bin path.
Please make sure that you have GNU
Make and adjust Bin setting or system PATH enviroment
variable and that make setting in Compiler Option contains correct filename, otherwise
you will not be able to compile anything.
How do i fix this in the compiler settings?
Dalklehel
#17
Posted 28 July 2007 - 03:50 AM
#18
Posted 19 August 2007 - 01:39 PM
Dalklehel said:
there doesnt seem to be GNU Make file in PAH or in Dev-C++'s Bin path.
Please make sure that you have GNU
Make and adjust Bin setting or system PATH enviroment
variable and that make setting in Compiler Option contains correct filename, otherwise
you will not be able to compile anything.
How do i fix this in the compiler settings?
Dalklehel
Now that I've experienced the same issue when installing SaturnOrbit on a fresh computer, I can tell a simple solution:
Workaround 1:
Open file C:\SaturnOrbit\devcpp.ini in a text editor. At the bottom of the file is a list called Compile Sets. It assigns index numbers to Compile set names defined in the file. (The first 4 indices are placeholders for compilers that are obviously not installed on your system.) So replace "Default Compiler", "dummy_GP32" and "dummy_Dreamcast" with "sh_coff".
Workaround 2:
Download and install Devcpp in addition to SaturnOrbit:
http://prdownloads.s...9.9.2_setup.exe
#19
Posted 16 January 2008 - 01:43 PM
When running BUILDELF or BUILDCOF, I receive the
cc1: invalid option '2'
For the "-m2" option. I described this earlier under my problems doing a manual standalone install of KPIT under Windows Vista.
Does anyone have any insight into why the SH2-GCC compilers do not work under Windows Vista?

Sign In
Register
Help


MultiQuote
