
9 Nov
2010
9 Nov
'10
6:38 p.m.
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@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>