[U-Boot] problem building next on P2020DS_36BIT

Kumar Gala galak at kernel.crashing.org
Thu Dec 10 20:22:24 CET 2009


I'm seeing the following build compile error related to building the next tree on P2020DS_36BIT.  What's odd is that git bisect says its related to:

commit 4b142febff71eabdb7ddbb125c7b583b24ddc434
Author: Heiko Schocher <hs at denx.de>
Date:   Thu Dec 3 11:21:21 2009 +0100

    common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL

...

But that seems very odd to me.  The other thing is if I run 'make' again it completes.

- k

make[2]: Leaving directory `/local/home/galak/git/u-boot-85xx/disk'
make -C drivers/bios_emulator/
make[2]: Entering directory `/local/home/galak/git/u-boot-85xx/drivers/bios_emulator'
In file included from atibios.c:49:
biosemui.h:47:21: error: biosemu.h: No such file or directory
In file included from biosemu.c:50:
biosemui.h:47:21: error: biosemu.h: No such file or directory
In file included from besys.c:51:
biosemui.h:47:21: error: biosemu.h: No such file or directory
In file included from bios.c:45:
biosemui.h:47:21: error: biosemu.h: No such file or directory
x86emu/decode.c:40:28: error: x86emu/x86emui.h: No such file or directory
x86emu/ops2.c:45:28: error: x86emu/x86emui.h: No such file or directory
x86emu/ops.c:76:28: error: x86emu/x86emui.h: No such file or directory
x86emu/prim_ops.c:103:28: error: x86emu/x86emui.h: No such file or directory
x86emu/sys.c:43:28: error: x86emu/x86emui.h: No such file or directory
x86emu/debug.c:42:28: error: x86emu/x86emui.h: No such file or directory
make[2]: *** No rule to make target `/tmp/p2020-2/drivers/bios_emulator/.depend', needed by `/tmp/p2020-2/drivers/bios_emulator/libatibiosemu.a'.  Stop.
make[2]: Leaving directory `/local/home/galak/git/u-boot-85xx/drivers/bios_emulator'
make[1]: *** [/tmp/p2020-2/drivers/bios_emulator/libatibiosemu.a] Error 2
make[1]: Leaving directory `/local/home/galak/git/u-boot-85xx'
make: *** [P2020DS_36BIT] Error 2



More information about the U-Boot mailing list