[U-Boot] [PATCH v3 00/20] Reorganize directory structure

Peter Tyser ptyser at xes-inc.com
Mon Apr 12 00:16:09 CEST 2010


On Sun, 2010-04-11 at 23:57 +0200, Wolfgang Denk wrote:
> Dear Peter Tyser,
> 
> In message <1271006835-3864-1-git-send-email-ptyser at xes-inc.com> you wrote:
> > This series reorganizes U-Boot's directory structure so that it looks
> > like:
> 
> Hmm... on ARM, this explodes on me with a ton of error messages:
> 
> MAKEALL_LOGDIR=/work/wd/tmp-arm-LOG BUILD_DIR=/work/wd/tmp-arm ./MAKEALL arm
> Configuring for assabet board...
> In file included from /home/wd/git/u-boot/work/include/linux/bitops.h:110,
>                  from include/common.h:38:
> /work/wd/tmp-arm/include2/asm/bitops.h:20:29: error: asm/proc/system.h: No such file or directory

Argh....  I'll download an ARM toolchain and give compilation a shot.
At a glance it looks like the include/asm/proc symlink isn't being
created correctly.

It should be linked in mkconfig:
if [ "$2" = "arm" ] ; then
	rm -f asm/proc
	ln -s ${LNPREFIX}proc-armv asm/proc
fi

Hopefully the fix is a minor tweak just related to that directory.  I'll
follow up in a bit.

Thanks for the testing,
Peter



More information about the U-Boot mailing list