From 0cb38b0b14590c060399b866f24f13527dc1a550 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 16 Nov 2005 06:59:35 +0000 Subject: (dast) refer to the newer pages git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7903 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/cygwin_sdk.t | 62 +++++---------------------------------------------- 1 file changed, 5 insertions(+), 57 deletions(-) (limited to 'www/docs/cygwin_sdk.t') 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"

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

Step 1: Download the cygwin installer

- Go to the cygwin home page, http://www.cygwin.com - and download setup.exe from there ("Install or update now!"). -

Step 2: Install the base development environment

-

- If you are unsure about the questions asked by the installer, just choose - the default. -

- When you are asked to select the packages to install, select the following, - except for the Base, which is required: - -

- -

- If you have CVS commit access, you also want to install SSH: - -

- -

Step 3: Select Eric's mirror site and install

-

- Start the Setup program again. When the installer prompts you for a mirror - site URL, enter http://lassauge.free.fr/cygwin in the "User URL" field. - -

- Then select your packages and install: - -

- -

Step 4: Set the PATH variable

-

- Now you edit your .bash_profile and add the following last: - -

-

PATH=${PATH}:/opt/sh1/bin
- -

- Done. Happy hacking! - -

- Linus +CygwinDevelopment +
+CrossCompiler #include "foot.t" -- cgit v1.2.3