From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert S. Grimes Date: Tue, 07 Aug 2007 19:07:03 -0400 Subject: [U-Boot-Users] [SOLVED] OT (probably) - Broke my host compiler - can't build tools directory In-Reply-To: <20070807214455.F20E9352642@atlas.denx.de> References: <20070807214455.F20E9352642@atlas.denx.de> Message-ID: <46B8FB17.8020706@alum.mit.edu> 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: > Just make it throw away all obsolete information. Try: > > make mrproper > That was it! (I was hoping it was something simple!) Thanks! > followed by > > make _config > make all > > Best regards, > > Wolfgang Denk > >