mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Minor updates
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@143 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cec0010cb9
commit
b41596560e
2 changed files with 8 additions and 11 deletions
|
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr bgcolor="#cccccc"><th>Person</th><th>Activity</th><th>Current status</th></tr><tr>
|
<tr bgcolor="#cccccc"><th>Person</th><th>Activity</th><th>Current status</th></tr><tr>
|
||||||
STATUS(Björn,Web page; I2C driver and MAS serial port,Janitor duty - trying to repair his Archos...)
|
STATUS(Björn,Web page; I2C driver and MAS serial port,Waiting for a new jukebox)
|
||||||
STATUS(Linus,Serial port GDB stub to bring remote debugging to the archos,Released)
|
STATUS(Linus,I2C communication,Researching)
|
||||||
STATUS(Alan,FAT-32 file system and handling,Can create files. Not safe yet ;->)
|
STATUS(Alan,FAT-32 file system and memory manager,Developing)
|
||||||
STATUS(Daniel,GUI simulator for X11,Compiles)
|
STATUS(Daniel,GUI simulator for X11,Compiles)
|
||||||
STATUS(Rob,Assembling a FAQ,Just began)
|
STATUS(Rob,Writing the FAQ,First version published)
|
||||||
STATUS(Gary,Recorder lcd code and ui simulator,Writing code)
|
STATUS(Gary,Recorder lcd code and ui simulator,Writing code)
|
||||||
</tr></table>
|
</tr></table>
|
||||||
<i><small>Updated __DATE__</small></i>
|
<i><small>Updated __DATE__</small></i>
|
||||||
|
|
|
||||||
|
|
@ -17,15 +17,12 @@ The GNU-SH Tool Chain for Windows
|
||||||
</H2>
|
</H2>
|
||||||
<P>
|
<P>
|
||||||
This is actually all you need to download. It includes the binutils, gcc and
|
This is actually all you need to download. It includes the binutils, gcc and
|
||||||
newlib. The complete GNUSH Tool Chain (currently v0101) is 117MB but for you it
|
newlib. Download the GNUSH Tool Chain for ELF format (13 MB).
|
||||||
is enough to download the GNUSH Tool Chain for ELF format (45 MB).
|
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
The GNUSH website can be found at <a href="http://www.kpit.com/download/downloadgnu.htm">
|
The GNUSH website can be found at <a href="http://www.kpit.com/download/downloadgnush.htm">
|
||||||
http://www.kpit.com/download/downloadgnu.htm</a> (source code is also
|
http://www.kpit.com/download/downloadgnush.htm</a> (source code is also
|
||||||
available there) and the direct link to the file you need is <a href="http://www.kpit.com/download/elf.zip">
|
available there). The new v0202 version now uses MinGW instead of Cygwin.
|
||||||
http://www.kpit.com/download/elf.zip</a>. It uses the cygwin dll to emulate
|
|
||||||
a linux layer but you do not have to care about that.
|
|
||||||
|
|
||||||
<H2>
|
<H2>
|
||||||
Setting up the Compiler
|
Setting up the Compiler
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue