[Scummvm-cvs-logs] CVS: scummvm/backends/dc README,1.4,1.5

Marcus Comstedt marcus_c at users.sourceforge.net
Mon Dec 6 05:37:03 CET 2004


Update of /cvsroot/scummvm/scummvm/backends/dc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16326

Modified Files:
	README 
Log Message:
Updated instructions.

Index: README
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- README	13 Mar 2004 12:47:27 -0000	1.4
+++ README	6 Dec 2004 13:36:46 -0000	1.5
@@ -4,10 +4,11 @@
 If you want to compile ScummVM for your Dreamcast,
 you'll need the following:
 
-* gcc-3.3.3 configured as a cross-compiler for `sh-elf'
-  (including corresponding binutils)
+* gcc-3.4.2 configured as a cross-compiler for `sh-elf'
 
-* newlib for sh-elf : <URL:http://mc.pp.se/dc/files/newlib-1.9.0.tar.gz>
+* binutils-2.14 configured likewise (don't use 2.15, it's broken...)
+
+* newlib for sh-elf : <URL:http://mc.pp.se/dc/files/newlib-1.12.0.tar.gz>
 
 * libronin-0.4 : <URL:http://peter.bortas.org/scumm/libronin-0.4.tar.gz>
 
@@ -15,6 +16,9 @@
 
 
 Edit the Makefile to contain the path to libronin if you installed it
-somewhere other than /usr/local/ronin, then run `make', and you should
-get an ELF binary with the name `scummvm.elf'.
+somewhere other than /usr/local/ronin, then run `make dist', and you
+should get a scrambled binary SCUMMVM.BIN and some plugins *.PLG.
+
+For serial/IP upload, remove the "BUILD_PLUGINS" line and just run `make',
+to get a static binary with the name `scummvm.elf'.
 





More information about the Scummvm-git-logs mailing list