X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C78C4D.14E7C61E@onstor-exch02.onstor.net>; Tue, 1 May 2007 17:01:49 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: tool chain and kernel builds
Date: Tue, 1 May 2007 17:01:49 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E02215785@onstor-exch02.onstor.net>
In-Reply-To: <20070501165922.2a369def@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: tool chain and kernel builds
Thread-Index: AceMTMYABnhSCpf0Q4Ws77fuRJNZHQAABdrg
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

Thanks,
 I will get this sorted out.

-----Original Message-----
From: Andy Sharp=20
Sent: Tuesday, May 01, 2007 4:59 PM
To: Larry Scheer
Subject: tool chain and kernel builds

The problem with the kernel builds is that after you install

cpp
gcc
g++

you need to create a symlink like this:

ln -s /usr/bin/mipsel-linux-gnu-gcc-4.1 /usr/bin/mipsel-linux-gnu-gcc

creating a generic version of the command pointing to the one with the
"-4.1" on it.  It was trying to do that with the update-alternatives
command, but that was failing as you saw.  Perhaps you don't have to
create those symlinks if you update the alternatives package.

a
