
Hello Jörg,
Am 21.05.2014 22:44, schrieb Jörg Krause:
Building for a custom Freescale i.MX28 board failed for me. Here is the output:
[joerg@timelineX u-boot-testing]$ export ARCH=arm [joerg@timelineX u-boot-testing]$ export CROSS_COMPILE=arm-linux-gnueabi- [joerg@timelineX u-boot-testing]$ make mrproper CLEAN scripts/basic
[...]
CC spl/lib/ctype.o CC spl/lib/div64.o make[2]: *** No rule to make target 'spl/lib/linux_compat.o', needed
Argh, did forget a "git add lib/linux_compat.c" ... Sorry.
by 'spl/lib/built-in.o'. Stop. make[2]: *** Waiting for unfinished jobs.... CC spl/lib/hang.o LD spl/arch/arm/cpu/arm926ejs/mxs/built-in.o CC spl/common/image-fdt.o CC spl/common/memsize.o /home/joerg/Freescale/u-boot-testing/spl/Makefile:232: recipe for target 'spl/lib' failed make[1]: *** [spl/lib] Error 2 make[1]: *** Waiting for unfinished jobs.... CC spl/common/stdio.o LD spl/common/built-in.o Makefile:1155: recipe for target 'spl/u-boot-spl' failed make: *** [spl/u-boot-spl] Error 2
I cannot find any linux_compat.c files in u-boot-testing.
I fixed this, patch and update in u-boot-testing follows ASAP, thanks for testing!
bye, Heiko