From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert S. Grimes Date: Tue, 07 Aug 2007 17:38:55 -0400 Subject: [U-Boot-Users] OT (probably) - Broke my host compiler - can't build tools directory Message-ID: <46B8E66F.2070902@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 Sorry if this is off-topic, but I'm a bit desperate, and not expert in these things. Perhaps not too wisely, just before the final stages of my project, I decided to update my Gentoo Linux, as is often recommended (not my timing, of course!). In the process, gcc was updated from 3.4.4 to 3.4.6; unfortunately, something didn't get done completely right, and now I get failures when trying to build u-boot. Specifically, this: make[1]: Entering directory `/root/polychromix/u-boot/tools' make[1]: *** No rule to make target `/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/stddef.h', needed by `img2srec.o'. Stop. My PATH and GCC_PATH settings have been updated to point to .../3.4.6/... and stddef.h does exist there. I don't know how to tell the u-boot make system point to the correct compiler. If the resolution is not within u-boot, please accept my apologies! Thanks, -Bob