diff --git a/www/daily.t b/www/daily.t
index 4b31ddea45..ec60218253 100644
--- a/www/daily.t
+++ b/www/daily.t
@@ -45,13 +45,11 @@ The batch timestamp is GMT.
Player
Player debug
Player simulator (linux)
-Player simulator (win32)
Unpack the zip archive in the root of your Archos disk. Make sure you 'eject' (unmount) the usb disk before you unplug it. +
Unpack the zip archive in the root (top) directory of your Archos disk. Make sure you 'eject' (unmount) the usb disk before you unplug it. + +
Windows users: If you choose not to unzip the archive directly onto the Archos, you can create the .rockbox directory by entering "mkdir j:\.rockbox" on a command prompt. Windows Explorer refuses to create this directory, so you must use a command prompt.
2002-12-21: You can now donate to the Rockbox project via PayPal. See the new button in the left menu. +
2002-11-10: Added recording functionality.
2002-10-15: Now the Player/Studio models run the same firmware. No more Old and New player firmware. diff --git a/www/manual/sound.t b/www/manual/sound.t index 3daa1b24c6..292bbed133 100644 --- a/www/manual/sound.t +++ b/www/manual/sound.t @@ -26,7 +26,7 @@
diff --git a/www/sh-win/index.t b/www/sh-win/index.t
index ef52116aca..c92330b62f 100644
--- a/www/sh-win/index.t
+++ b/www/sh-win/index.t
@@ -1,76 +1,78 @@
-#define _PAGE_ Setting up an SH-1 compiler for Windows
+#define _PAGE_ Setting up the GNUSH compiler for Windows
#include "head.t"
-
- by Felix Arends, 1/8/2002
-
+
by Felix Arends, 1/8/2002
+
- I have spent a long time figuring out how to compile SH1 code in windows (using - the sh-elf-gcc compiler) and when I finally compiled the first OS for my - Jukebox I decided to write a little tutorial explaining the setup process. -
I have spent a long time figuring out how to compile SH1 code in windows (using + the sh-elf-gcc compiler) and when I finally compiled the first OS for my + Jukebox I decided to write a little tutorial explaining the setup process. +
+- The GNUSH website can be found at - http://www.kpit.com/download/downloadgnushv0203.htm (source code is - also available there). Get the "GNUSH v0203 Tool Chain for ELF format". -
+Download Perl for Windows from + http://www.activestate.com/Products/ActivePerl/. +
+Install the GNUSH Tool Chain (nothing you really have to care about during the - installation process).
+ installation process).-
Use CVS to download the latest source code of Rockbox (the firmware and apps - modules). In addition, you need to copy a win32 compilation of scramble.exe - into the apps dir. The pre-compiled scramble.exe can be downloaded here. - From your start menu, open the "SH-ELF tool chain" batch file inside the GNU-SH - v0203 program folder. You should end up seeing a command prompt. Go to the apps - directory and type:
+ modules). In addition, you need to copy a win32 compilation of scramble.exe and + convbdf.exe into the tools dir. The pre-compiled scramble.exe can be downloaded + here. The pre-compiled convbdf.exe can be downloaded + here. From your start menu, open the "SH-ELF tool chain" batch file + inside the GNU-SH v0203 program folder. You should end up seeing a command + prompt. Go to the apps directory and type:-
| Command | -Description | -
| make -f win32.mak - make -f win32.mak RECORDER = 1 |
- build for recorder target | -
| make -f win32.mak PLAYER | -build for player target | -
| make -f win32.mak PLAYER_OLD | -build for old player target | -
| make -f win32.mak RECORDER=1 DISABLE_GAMES=1 | -build for recorder target, disable games | -
| make -f win32.mak RECORDER=1 PROPFONTS=1 | -build for recorder target, enable propfonts | -
| make -f win32.mak RECORDER=1 PROPFONTS=1 DISABLE_GAMES = - 1 | -build for recorder target, disable games, use propfonts | -
- I hope this tutorial helped you to compile an Archos firmware with windows. If - you have any questions, comments or corrections, please mail to - edx@go.cc -
+| Command | +Description | +
| make -f win32.mak + make -f win32.mak RECORDER = 1 |
+ build for recorder target | +
| make -f win32.mak PLAYER | +build for player target | +
| make -f win32.mak PLAYER_OLD | +build for old player target | +
| make -f win32.mak RECORDER=1 DISABLE_GAMES=1 | +build for recorder target, disable games | +
| make -f win32.mak RECORDER=1 PROPFONTS=1 | +build for recorder target, enable propfonts | +
| make -f win32.mak RECORDER=1 PROPFONTS=1 DISABLE_GAMES = + 1 | +build for recorder target, disable games, use propfonts | +
I hope this tutorial helped you to compile an Archos firmware with Windows. If + you have any questions, comments or corrections, please mail to + felix.arends@gmx.de + #include "foot.t"