Hi to all!
I've finally decided to install de ps2dev environment (Win32) on my pc.
My first trial is to compile the scummvm for ps2.... With no success! :-(
I've downloaded the latest ps2dev found on this site and i've followed the readme.txt instruction of Ole (the author of the ps2scummvm).
The readme says...
* gcc-2.8.1 configured as a cross-compiler for mips (ps2dev)
(including corresponding binutils)
Compiler source and patches can be found at http://ps2dev.sf.net
Library source is available at http://ps2dev.org
* newlib for mips
http://ps2dev.sourceforge.net
http://ps2dev.livemedia.com.au
* SjPCM v2.1 - the PCM sound straming library by Nicholas Van Veen (aka Sjeep)
included
* GNU make
I've these all!
when compiling with make command shows 2 errors
Found the solution!
next time I never use the ms-dos edit....Did not have the TAB separator.... Ok, ok... Now I've used the notepad and work now... but i've this now:
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
Riddik: the sources are ps2 specific, so in order to compile whole thing, you have to get the original sources of the scummvm 0.5.1 first , then copy (overwrite) files from the ps2 sources. The scummvm 0.5.1 sources can be found for example here (not available at official site now) : http://distro.ibiblio.org/pub/linux/dis ... mvm/0.5.1/
The zip is not supported so make sure you use the Makefile that is stored in the backends\ps2\ directory.
And don't forget the ps2lib (I think the 2.0 version) is required - not the ps2sdk.
Thank you very much guys! Sorry for my very very low-skill.... But I think that everyone has begun.... :)
for ole:
Compliments for your idea to port the ScummVM to the ps2. It was very fun seeing the legendary Monkey Island on my ps2!
I've used your source just for learning in porting codes.
My target is to make a real port of MAME to the ps2.