From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Klingler Date: 25 Oct 2004 20:20:33 +0300 Subject: [U-Boot-Users] PPC as host In-Reply-To: <065ACD8E84315E4394C835E398C8D5EB90F4D3@COSSMGMBX02.email.corp.tld> References: <065ACD8E84315E4394C835E398C8D5EB90F4D3@COSSMGMBX02.email.corp.tld> Message-ID: <1098724833.1186.15.camel@imac> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > The Makefile makes its best guess about cross compilers given very > limited information. It may guess wrong, as you are seeing. In this case it doesn't even 'guess' when cross-compiling for example with target bfin-elf- (o; > > For more information, see: > http://www.denx.de/twiki/bin/view/DULG/ELDKUsage > >
> * After the installation utility completes, export the > CROSS_COMPILE variable: > > bash$ export CROSS_COMPILE=ppc_8xx- I'm aware of CROSS_COMPILE though admit never read ELDK manuals since I just don't do PPC development (o; Just mentioned that there would be an easy fix for cross-compiling for NON-PPC platforms...but if it's written by Wolfgang..so it should be (o; rick