[U-Boot] silly error caused by /usr/local/include/config.h - STD_END_SIZE build failure

Luke Kenneth Casson Leighton luke.leighton at gmail.com
Tue Nov 9 18:38:04 CET 2010


geez, this really _isn't_ good - i've found _yet another_
identically-caused error, because i happen to have linux header files
installed locally (/usr/include/linux) and the default HOST-CC setup
compilation has that taking precedence over ./include/linux in the
u-boot sources - so include/linux/mtd/mtd.h is never found.

what's going on??

On Tue, Nov 9, 2010 at 3:59 PM, Luke Kenneth Casson Leighton
<luke.leighton at gmail.com> wrote:
> http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg07045.html
>
> i've tracked down what the problem is, and the fix to avoid the
> problem occurring in the future is either:
>
> a) do as the person says - #include "../config.h" not #include <config.h>


More information about the U-Boot mailing list