...Let's structure our forum a bit :). Please, use this thread ONLY for questions/issues due to programming. Thank you...
Printable View
...Let's structure our forum a bit :). Please, use this thread ONLY for questions/issues due to programming. Thank you...
Well, nobody else? So, here we go...
I don't like to just ask for new features and bug corrections all the time, and would like to try contribute in the development in some way.
I work as a web developer and have a little (very little) experience with C, but I can't setup the ps2dev enviroment correctly to even compile the hello world... :( Have tried about 3 different ways (from the ps2dev forums) to install the ps2sdk in my XP box and aways give up after hours trying.
What is the simpler way to setup the ps2sdk enviroment? Any real fully automated install package? What other programs do you use (compilers, text editors) to program?
So, any hints to start?
Thank you...
...OK, sorry, I've uploaded it HERE.
Just get the archive and extract it somewhere (just note that path used for extraction does not contain spaces). There's ps2dev.bat file in the root of extracted directory. Change lines #2 and #3 in accordance to the extracted path. Save the file. Launch it from the explorer. Command window will open. Type 'make'<enter> in it. If following line will appear:
make: *** No targets specified and no makefile found. Stop.
then changes were correct and ps2dev environment is ready for use. Go to the SMS root folder. Type 'make clean'<enter>. Then 'make'<enter>. After some time and a lot of cryptic things 'bin' directory will contain 'SMS.elf' :). It will be 'starting point'...
P.S. Thanks to 'emcepl' for convicing me to use 'rapidshare' :)
Why don't you upp it to rapidshare.de? 50MB file limit, high-speed downloads, FREE!
Thank's for the file and guidelines EEUG! Gonna try it!
Quote:
Originally Posted by EEUG
Im having trouble finding the SMS root folder your talking about, Ive got everything before that to work fine, Im just having trouble finding this folder.
With the help of EEUG and Mr. Worm, I finally compiled my first elf! :D
Why no one made a simple guide like this to setup the ps2dev enviroment??? I really lost a lot of time trying other complicated methods recommended at the ps2dev forums.
@sstorch629:
The SMS source is not included in the file from EEUG. You have to donwload tortoisesvn from http://tortoisesvn.tigris.org/ and install. Create or choose a empty folder to store the SMS sources. Right click the folder, go to the TortoiseSVN submenu and choose Export. Paste svn://svn.ps2dev.org/ps2ware/trunk/SMS and the source will be downloaded. And follow the rest of the instrictions from EEUG. :)
Thanks for the help, Im new to programming for ps2 (and in general) so this was a huge help. Thanks
Edit: I have everything setup, but what Im stuck at now is how to compile the make file into an elf. If someone would help it would be great. Thanks
http://rapidshare.de/files/4443351/error.JPG.html
edit: mirror
sadly i get this error if i trying to compile sms
any advice?
Move cygwin1.dll from Windows/system32 directory, I had this error once and solve it in that way, then if you need an app that requieres it put it again :banghead:Quote:
Originally Posted by mastaalien