summaryrefslogtreecommitdiff
path: root/www/docs/cygwin_sdk.t
diff options
context:
space:
mode:
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 @@
2#include "head.t" 2#include "head.t"
3 3
4<p> 4<p>
5 Eric Lassauge has kindly compiled the SH-1 cross GCC tools as Cygwin packages 5 This page has been replaced. Try one of these instead:
6 and put them up for us to use.
7 6
8<h2>Step 1: Download the cygwin installer</h2>
9<p> 7<p>
10 Go to the cygwin home page, <a href=http://www.cygwin.com>http://www.cygwin.com</a>
11 and download setup.exe from there ("Install or update now!").
12 8
13<h2>Step 2: Install the base development environment</h2> 9<a
14<p> 10href="http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopment">CygwinDevelopment</a>
15 If you are unsure about the questions asked by the installer, just choose 11<br>
16 the default. 12<a href="http://www.rockbox.org/twiki/bin/view/Main/CrossCompiler">CrossCompiler</a>
17<p>
18 When you are asked to select the packages to install, select the following,
19 except for the Base, which is required:
20
21 <ul>
22 <li>Devel - binutils</li>
23 <li>Devel - cvs</li>
24 <li>Devel - gcc</li>
25 <li>Devel - gcc-mingw-core</li>
26 <li>Devel - gdb (if you want to debug simulator code)</li>
27 <li>Devel - gcc-mingw-runtime</li>
28 <li>Devel - make</li>
29 <li>Devel - patchutils</li>
30 <li>Interpreters - perl</li>
31 </ul>
32
33<p>
34 If you have CVS commit access, you also want to install SSH:
35
36 <ul>
37 <li>Net - openssh</li>
38 </ul>
39
40<h2>Step 3: Select Eric's mirror site and install</h2>
41<p>
42 Start the Setup program again. When the installer prompts you for a mirror
43 site URL, enter <b>http://lassauge.free.fr/cygwin</b> in the "User URL" field.
44
45<p>
46 Then select your packages and install:
47
48 <ul>
49 <li>Devel - sh-binutils</li>
50 <li>Devel - sh-gcc</li>
51 </ul>
52
53<h2>Step 4: Set the PATH variable</h2>
54<p>
55 Now you edit your .bash_profile and add the following last:
56
57<p>
58 <pre>PATH=${PATH}:/opt/sh1/bin</pre>
59
60<p>
61 Done. Happy hacking!
62
63<p>
64 <i>Linus</i>
65 13
66#include "foot.t" 14#include "foot.t"