* [U-Boot-Users] OT (probably) - Broke my host compiler - can't build tools directory
@ 2007-08-07 21:38 Robert S. Grimes
2007-08-07 21:44 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Robert S. Grimes @ 2007-08-07 21:38 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] OT (probably) - Broke my host compiler - can't build tools directory
2007-08-07 21:38 [U-Boot-Users] OT (probably) - Broke my host compiler - can't build tools directory Robert S. Grimes
@ 2007-08-07 21:44 ` Wolfgang Denk
2007-08-07 23:07 ` [U-Boot-Users] [SOLVED] " Robert S. Grimes
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2007-08-07 21:44 UTC (permalink / raw)
To: u-boot
In message <46B8E66F.2070902@alum.mit.edu> you wrote:
>
> 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.
Just make it throw away all obsolete information. Try:
make mrproper
followed by
make <board>_config
make all
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Often it is fatal to live too long. - Racine
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] [SOLVED] OT (probably) - Broke my host compiler - can't build tools directory
2007-08-07 21:44 ` Wolfgang Denk
@ 2007-08-07 23:07 ` Robert S. Grimes
0 siblings, 0 replies; 3+ messages in thread
From: Robert S. Grimes @ 2007-08-07 23:07 UTC (permalink / raw)
To: u-boot
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 <board>_config
> make all
>
> Best regards,
>
> Wolfgang Denk
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-08-07 23:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-07 21:38 [U-Boot-Users] OT (probably) - Broke my host compiler - can't build tools directory Robert S. Grimes
2007-08-07 21:44 ` Wolfgang Denk
2007-08-07 23:07 ` [U-Boot-Users] [SOLVED] " Robert S. Grimes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox