From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kenneth Johansson Date: Thu, 11 Jun 2009 18:15:46 +0200 Subject: [U-Boot] Building U-Boot under Ubuntu 8.10 In-Reply-To: <20090611155916.1AA08832E416@gemini.denx.de> References: <20090611150453.012C3832E416@gemini.denx.de> <1244733541.4182.81.camel@localhost.localdomain> <20090611155916.1AA08832E416@gemini.denx.de> Message-ID: <1244736946.4182.94.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2009-06-11 at 17:59 +0200, Wolfgang Denk wrote: > Dear Kenneth Johansson, > > In message <1244733541.4182.81.camel@localhost.localdomain> you wrote: > > > > > > ARCH and CROSS_COMPILE are set and exported > > > > (ARCH=ppc, CROSS_COMPILE=powerpc-linux-) > > > > > > ...which is plain wrong. "powerpc-linux-" is NOIT a legal setting for > > > CROSS_COMPILE. > > > > why is that ? > > Because that's the way how the ELDK is designed. aaha I missed that he used ELDK never used that myself. I thought this was u-boot specific and got a bit confused. But if ELDK uses wrapper scripts around the real binaries that checks certain variables it makes more sense.