[U-Boot] Build failure with u-boot master branch

Hello,
I have been working on adding DCU support for Vybrid and during the process of rebasing to latest master for sending out patches, the build for u-boot master branch fails with the following error
HOSTCC tools/gpimage-common.o HOSTCC tools/gpimage.o HOSTCC tools/dumpimage.o HOSTCC tools/mkimage.o LDFLAGS="" python ./lib/libfdt/setup.py \ "-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include ./include/libfdt_env.h -idirafterinclude -idirafter./arch/arm/include -I./lib/libfdt -I./tools -DCONFIG_SYS_TEXT_BASE=0x3f408000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE " lib/libfdt/fdt.c lib/libfdt/fdt_ro.c lib/libfdt/fdt_rw.c lib/libfdt/fdt_strerror.c lib/libfdt/fdt_wip.c lib/libfdt/fdt_region.c lib/libfdt/fdt_sw.c tools/libfdt_wrap.c HOSTCC tools/proftool mv _libfdt.so tools/_libfdt.so mv: cannot stat '_libfdt.so': No such file or directory make[1]: *** [tools/Makefile:121: tools/_libfdt.so] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1217: tools] Error 2
config file is colibri_vf_defconfig.
The earlier commit which worked for me was
commit 035ebf85b09cf11c820ae9eec414097420741abd Merge: cc422dae21 68e7999ba9 Author: Tom Rini trini@konsulko.com Date: Sun Jan 15 13:33:30 2017 -0500
Merge branch 'master' of git://git.denx.de/u-boot-spi
Is this is a known issue with a fix?
Thanks & Regards, Sanchayan.

Hello,
Any suggestions on the issue?
Thanks & Regards, Sanchayan.
On 17-01-27 12:11:03, maitysanchayan@gmail.com wrote:
Hello,
I have been working on adding DCU support for Vybrid and during the process of rebasing to latest master for sending out patches, the build for u-boot master branch fails with the following error
HOSTCC tools/gpimage-common.o HOSTCC tools/gpimage.o HOSTCC tools/dumpimage.o HOSTCC tools/mkimage.o LDFLAGS="" python ./lib/libfdt/setup.py \ "-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include ./include/libfdt_env.h -idirafterinclude -idirafter./arch/arm/include -I./lib/libfdt -I./tools -DCONFIG_SYS_TEXT_BASE=0x3f408000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE " lib/libfdt/fdt.c lib/libfdt/fdt_ro.c lib/libfdt/fdt_rw.c lib/libfdt/fdt_strerror.c lib/libfdt/fdt_wip.c lib/libfdt/fdt_region.c lib/libfdt/fdt_sw.c tools/libfdt_wrap.c HOSTCC tools/proftool mv _libfdt.so tools/_libfdt.so mv: cannot stat '_libfdt.so': No such file or directory make[1]: *** [tools/Makefile:121: tools/_libfdt.so] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1217: tools] Error 2
config file is colibri_vf_defconfig.
The earlier commit which worked for me was
commit 035ebf85b09cf11c820ae9eec414097420741abd Merge: cc422dae21 68e7999ba9 Author: Tom Rini trini@konsulko.com Date: Sun Jan 15 13:33:30 2017 -0500
Merge branch 'master' of git://git.denx.de/u-boot-spi
Is this is a known issue with a fix?
Thanks & Regards, Sanchayan.

Hi,
On 02/01/2017 01:44 PM, maitysanchayan@gmail.com wrote:
Hello,
Any suggestions on the issue?
I'm not sure..but it seems that already fixed. Refer to below commit.
commit 80d2ae5e1f14c6caf96c9eb6cb68e8f68b2e5788 Refs: v2017.01-270-g80d2ae5 Author: Emmanuel Vadot manu@bidouilliste.com AuthorDate: Mon Jan 16 08:14:46 2017 +0100 Commit: Tom Rini trini@konsulko.com CommitDate: Fri Jan 20 15:38:03 2017 -0500
binman: add tools directory to the python path
The built _libfdt.so is placed in the /tools dir and need to say here as it contains relative paths. Add the directory to the python path so binman can use this module.
Best Regards, Jaehoon Chung
Thanks & Regards, Sanchayan.
On 17-01-27 12:11:03, maitysanchayan@gmail.com wrote:
Hello,
I have been working on adding DCU support for Vybrid and during the process of rebasing to latest master for sending out patches, the build for u-boot master branch fails with the following error
HOSTCC tools/gpimage-common.o HOSTCC tools/gpimage.o HOSTCC tools/dumpimage.o HOSTCC tools/mkimage.o LDFLAGS="" python ./lib/libfdt/setup.py \ "-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include ./include/libfdt_env.h -idirafterinclude -idirafter./arch/arm/include -I./lib/libfdt -I./tools -DCONFIG_SYS_TEXT_BASE=0x3f408000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE " lib/libfdt/fdt.c lib/libfdt/fdt_ro.c lib/libfdt/fdt_rw.c lib/libfdt/fdt_strerror.c lib/libfdt/fdt_wip.c lib/libfdt/fdt_region.c lib/libfdt/fdt_sw.c tools/libfdt_wrap.c HOSTCC tools/proftool mv _libfdt.so tools/_libfdt.so mv: cannot stat '_libfdt.so': No such file or directory make[1]: *** [tools/Makefile:121: tools/_libfdt.so] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1217: tools] Error 2
config file is colibri_vf_defconfig.
The earlier commit which worked for me was
commit 035ebf85b09cf11c820ae9eec414097420741abd Merge: cc422dae21 68e7999ba9 Author: Tom Rini trini@konsulko.com Date: Sun Jan 15 13:33:30 2017 -0500
Merge branch 'master' of git://git.denx.de/u-boot-spi
Is this is a known issue with a fix?
Thanks & Regards, Sanchayan.
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Jaehoon Chung
-
maitysanchayan@gmail.com