summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-04-19 10:43:37 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-04-19 10:43:37 +0000
commitb41596560eed4f805d19931eec3d37b3bad06e61 (patch)
treeefbc886cb7dddfc67216646432e0e59732edf238 /www
parentcec0010cb94f899177c8ce3d8c4e04eb2e8228c7 (diff)
downloadrockbox-b41596560eed4f805d19931eec3d37b3bad06e61.tar.gz
rockbox-b41596560eed4f805d19931eec3d37b3bad06e61.zip
Minor updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@143 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/activity.t8
-rw-r--r--www/sh-win/index.t11
2 files changed, 8 insertions, 11 deletions
diff --git a/www/activity.t b/www/activity.t
index 855372f96c..b5fe4c7c2c 100644
--- a/www/activity.t
+++ b/www/activity.t
@@ -3,11 +3,11 @@
3 3
4<table> 4<table>
5<tr bgcolor="#cccccc"><th>Person</th><th>Activity</th><th>Current status</th></tr><tr> 5<tr bgcolor="#cccccc"><th>Person</th><th>Activity</th><th>Current status</th></tr><tr>
6STATUS(Björn,Web page; I2C driver and MAS serial port,Janitor duty - trying to repair his Archos...) 6STATUS(Björn,Web page; I2C driver and MAS serial port,Waiting for a new jukebox)
7STATUS(Linus,Serial port GDB stub to bring remote debugging to the archos,Released) 7STATUS(Linus,I2C communication,Researching)
8STATUS(Alan,FAT-32 file system and handling,Can create files. Not safe yet ;->) 8STATUS(Alan,FAT-32 file system and memory manager,Developing)
9STATUS(Daniel,GUI simulator for X11,Compiles) 9STATUS(Daniel,GUI simulator for X11,Compiles)
10STATUS(Rob,Assembling a FAQ,Just began) 10STATUS(Rob,Writing the FAQ,First version published)
11STATUS(Gary,Recorder lcd code and ui simulator,Writing code) 11STATUS(Gary,Recorder lcd code and ui simulator,Writing code)
12</tr></table> 12</tr></table>
13<i><small>Updated __DATE__</small></i> 13<i><small>Updated __DATE__</small></i>
diff --git a/www/sh-win/index.t b/www/sh-win/index.t
index e3923c498a..a85b5e8453 100644
--- a/www/sh-win/index.t
+++ b/www/sh-win/index.t
@@ -17,15 +17,12 @@ The GNU-SH Tool Chain for Windows
17</H2> 17</H2>
18<P> 18<P>
19This is actually all you need to download. It includes the binutils, gcc and 19This is actually all you need to download. It includes the binutils, gcc and
20newlib. The complete GNUSH Tool Chain (currently v0101) is 117MB but for you it 20newlib. Download the GNUSH Tool Chain for ELF format (13 MB).
21is enough to download the GNUSH Tool Chain for ELF format (45 MB).
22 21
23<P> 22<P>
24The GNUSH website can be found at <a href="http://www.kpit.com/download/downloadgnu.htm"> 23The GNUSH website can be found at <a href="http://www.kpit.com/download/downloadgnush.htm">
25http://www.kpit.com/download/downloadgnu.htm</a> (source code is also 24http://www.kpit.com/download/downloadgnush.htm</a> (source code is also
26available there) and the direct link to the file you need is <a href="http://www.kpit.com/download/elf.zip"> 25available there). The new v0202 version now uses MinGW instead of Cygwin.
27http://www.kpit.com/download/elf.zip</a>. It uses the cygwin dll to emulate
28a linux layer but you do not have to care about that.
29 26
30<H2> 27<H2>
31Setting up&nbsp;the Compiler 28Setting up&nbsp;the Compiler