summaryrefslogtreecommitdiff
path: root/www/docs/cygwin_sdk.t
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2005-11-16 06:59:35 +0000
committerBjörn Stenberg <bjorn@haxx.se>2005-11-16 06:59:35 +0000
commit0cb38b0b14590c060399b866f24f13527dc1a550 (patch)
treea0b646d42bb27a1ef924caf62bed29a19e20464f /www/docs/cygwin_sdk.t
parent6a53c33a8b958596ba86653e3c15ff52c004c764 (diff)
(dast) refer to the newer pages
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7903 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs/cygwin_sdk.t')
-rw-r--r--www/docs/cygwin_sdk.t62
1 files changed, 5 insertions, 57 deletions
diff --git a/www/docs/cygwin_sdk.t b/www/docs/cygwin_sdk.t
index 4c37e39948..2533995842 100644
--- a/www/docs/cygwin_sdk.t
+++ b/www/docs/cygwin_sdk.t
@@ -2,65 +2,13 @@
#include "head.t"
<p>
- Eric Lassauge has kindly compiled the SH-1 cross GCC tools as Cygwin packages
- and put them up for us to use.
+ This page has been replaced. Try one of these instead:
-<h2>Step 1: Download the cygwin installer</h2>
<p>
- Go to the cygwin home page, <a href=http://www.cygwin.com>http://www.cygwin.com</a>
- and download setup.exe from there ("Install or update now!").
-<h2>Step 2: Install the base development environment</h2>
-<p>
- If you are unsure about the questions asked by the installer, just choose
- the default.
-<p>
- When you are asked to select the packages to install, select the following,
- except for the Base, which is required:
-
- <ul>
- <li>Devel - binutils</li>
- <li>Devel - cvs</li>
- <li>Devel - gcc</li>
- <li>Devel - gcc-mingw-core</li>
- <li>Devel - gdb (if you want to debug simulator code)</li>
- <li>Devel - gcc-mingw-runtime</li>
- <li>Devel - make</li>
- <li>Devel - patchutils</li>
- <li>Interpreters - perl</li>
- </ul>
-
-<p>
- If you have CVS commit access, you also want to install SSH:
-
- <ul>
- <li>Net - openssh</li>
- </ul>
-
-<h2>Step 3: Select Eric's mirror site and install</h2>
-<p>
- Start the Setup program again. When the installer prompts you for a mirror
- site URL, enter <b>http://lassauge.free.fr/cygwin</b> in the "User URL" field.
-
-<p>
- Then select your packages and install:
-
- <ul>
- <li>Devel - sh-binutils</li>
- <li>Devel - sh-gcc</li>
- </ul>
-
-<h2>Step 4: Set the PATH variable</h2>
-<p>
- Now you edit your .bash_profile and add the following last:
-
-<p>
- <pre>PATH=${PATH}:/opt/sh1/bin</pre>
-
-<p>
- Done. Happy hacking!
-
-<p>
- <i>Linus</i>
+<a
+href="http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopment">CygwinDevelopment</a>
+<br>
+<a href="http://www.rockbox.org/twiki/bin/view/Main/CrossCompiler">CrossCompiler</a>
#include "foot.t"