From f2feb0a5d0b984acbeaeaea18e19cc02dd6d6226 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 10 Jan 2003 12:13:21 +0000 Subject: A bunch of web updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3061 a1c6a512-1295-4272-9138-f99709370657 --- www/daily.t | 2 - www/dailysrc.pl | 2 +- www/docs/datasheets.t | 6 +++ www/docs/index.t | 13 +++-- www/download/index.t | 4 +- www/head.t | 12 ++++- www/internals/bjorn.t | 2 +- www/lock.t | 4 +- www/main.t | 2 + www/manual/sound.t | 2 +- www/mods/index.t | 5 ++ www/sh-win/index.t | 132 +++++++++++++++++++++++++------------------------- 12 files changed, 109 insertions(+), 77 deletions(-) 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)
Recorder
Recorder debug
Recorder simulator (linux)
-Recorder simulator (win32)
diff --git a/www/dailysrc.pl b/www/dailysrc.pl index 25495d557c..7ad91a0d2a 100755 --- a/www/dailysrc.pl +++ b/www/dailysrc.pl @@ -16,7 +16,7 @@ for ( @tarballs ) { $date = $1; if ( -f "$basedir/changes-$date.txt") { $lines = `grep "Number of changes:" $basedir/changes-$date.txt | cut "-d " -f4` + 0; - $log = "Changelog ($lines changes)"; + $log = "Changelog ($lines changes)"; } } print "
  • $_ ($size bytes) $log\n"; diff --git a/www/docs/datasheets.t b/www/docs/datasheets.t index 9c2bb930ac..3dca500bb9 100644 --- a/www/docs/datasheets.t +++ b/www/docs/datasheets.t @@ -36,4 +36,10 @@
  • ISD-300 USB/ATA bridge 376 kB +

    FM Recorder specific

    + + #include "foot.t" diff --git a/www/docs/index.t b/www/docs/index.t index 8205142514..129f6fcc28 100644 --- a/www/docs/index.t +++ b/www/docs/index.t @@ -5,6 +5,7 @@ @@ -17,10 +18,16 @@
  • Schematics
  • How to use CVS
  • Building the cross compiler -
  • Setting up the cross compiler for Windows +
  • Setting up the gnush cross compiler for Windows +
  • Setting up a small (~7.5 MB) Rockbox development environment for Windows
  • How to compile Rockbox (README from cvs) -
  • MPEG frame header info -
  • Rocklatin charset in Player +
  • MPEG frame header info (and ID3 v1 info) +
  • ID3 v2.4 structure +
  • ID3 v2.4 frames +
  • ID3 v2.3 specification (txt) +
  • ID3 v2.3 Programming Guidelines +
  • ID3 v2.2 specification +
  • The Rocklatin charset used in Players #include "foot.t" diff --git a/www/download/index.t b/www/download/index.t index a3c4a1c71c..77ff6dd6b0 100644 --- a/www/download/index.t +++ b/www/download/index.t @@ -48,7 +48,9 @@ This version is for all Archos Jukebox Recorder models.

    Installation

    -

    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.

    Uninstallation

    diff --git a/www/head.t b/www/head.t index 1f545f8ad0..ea2d6fe9b0 100644 --- a/www/head.t +++ b/www/head.t @@ -48,11 +48,21 @@ -SourceForge.net Logo +SourceForge.net Logo
    + + + + + + + + +
    diff --git a/www/internals/bjorn.t b/www/internals/bjorn.t index 928848411c..db8e01eb3b 100644 --- a/www/internals/bjorn.t +++ b/www/internals/bjorn.t @@ -20,7 +20,7 @@

    External pages

    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. -

    - The GNU-SH Tool Chain for Windows -

    -

    +

    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 GNU-SH Tool Chain for Windows

    This is actually all you need to download. It includes the binutils, gcc and newlib. Download the GNUSH Tool Chain for ELF format (35 MB).

    - 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". -

    - Setting up the Compiler -

    -

    + 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". Note: + The GNUSH v0204 Tool Chain has a bug which causes problems when compiling + Rockbox! +

    +

    Perl

    +

    +Download Perl for Windows from + http://www.activestate.com/Products/ActivePerl/. +

    +

    Setting up the Compiler

    Install the GNUSH Tool Chain (nothing you really have to care about during the - installation process).

    + installation process).

    -

    Compiling the latest Rockbox Source -

    +

    Compiling the latest Rockbox Source +

    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:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    CommandDescription
    make -f win32.mak
    - make -f win32.mak RECORDER = 1
    build for recorder target
    make -f win32.mak PLAYERbuild for player target
    make -f win32.mak PLAYER_OLDbuild for old player target
    make -f win32.mak RECORDER=1 DISABLE_GAMES=1build for recorder target, disable games
    make -f win32.mak RECORDER=1 PROPFONTS=1build 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 -

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    CommandDescription
    make -f win32.mak
    + make -f win32.mak RECORDER = 1
    build for recorder target
    make -f win32.mak PLAYERbuild for player target
    make -f win32.mak PLAYER_OLDbuild for old player target
    make -f win32.mak RECORDER=1 DISABLE_GAMES=1build for recorder target, disable games
    make -f win32.mak RECORDER=1 PROPFONTS=1build 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" -- cgit v1.2.3