From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Sat, 04 Aug 2007 17:26:44 -0400 Subject: [U-Boot-Users] Compile mpc8260 in u-boot In-Reply-To: <20070730125502.451C5353D2F@atlas.denx.de> References: <20070730125502.451C5353D2F@atlas.denx.de> Message-ID: <46B4EF14.5030309@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Jerry, > > in message <469F6B47.5060400@smiths-aerospace.com> you wrote: >> I'm guessing you don't have your PATH set up correctly. You should >> export a symbol for your cross compiler location and prefix rather than >> modifying the makefile. The following is what I use: >> >> export PATH=$PATH:/opt/eldk/usr/bin/ >> export CROSS_COMPILE=powerpc-linux- >> export ARCH=ppc > > I would like to point out that this NOT a legal way to run the ELDK. > For allowed settings of the CROSS_COMPILE variable please see > the table at http://www.denx.de/wiki/view/DULG/ELDKUsage > > Other settings are NOT allowed and lead to undefined behaviour. [snip] > Please do NOT use the ELDK as above. It does NOT work as intended. If > it worked for you so far than you were just extremely lucky. > > Please point people to the official documentation instead. > > Best regards, > Wolfgang Denk Yup, that cluestick is vaguely familiar, I'm pretty sure you hit me with it before. Sorry about that... gvb