[Buildroot] gcc breaks when compiling in final-stage

Benjamin Tietz benjamin at micronet24.de
Thu Aug 2 09:10:21 UTC 2007


Hi all,

when building the internal toolchain with, at least, gcc 4.1.2 it breaks
in the final stage. Complaining about that there is no rule to build
/usr/bin/i686-linux-uclibc-as. As you can see, there is the
$(STAGING_DIR) missing. Looking into the Makefile, it turns out that a
lot of variables named like ORIGINAL_(TOOL)_FOR_TARGET are defined that
way; replacing (TOOL) with AS, LD, NM. 
There where already installed into the correct lcation, under
$(STAGING_DIR)/usr/bin; just these variables are mistakenly generated.

What would be the fastest way to fix this?

regards
Benjamin



More information about the buildroot mailing list