On 07.11.2016 16:00, Burton, Ross wrote: > On 4 November 2016 at 11:06, Stefan Müller-Klieser < > [email protected]> wrote: > >> This fixes the mkimage build for situations where HOSTCC and friends >> need to be overridden and the u-boot makefile defaults don't work. >> > > I applied this on top of the u-boot upgrades and it still breaks: > > make -f ./scripts/Makefile.build obj=tools > x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse > -msse4.2 --sysroot=/data/poky-master/tmp-glibc/sysroots/intel-corei7-64 > -Wp,-MD,tools/.bin2header.d -O2 -pipe -g -feliminate-unused-debug-types > -fdebug-prefix-map=/data/poky-master/tmp-glibc/work/corei7-64-poky-linux/u-boot-mkimage/2016.09.01-r0=/usr/src/debug/u-boot-mkimage/2016.09.01-r0 > -fdebug-prefix-map=/data/poky-master/tmp-glibc/sysroots/x86_64-linux= > -fdebug-prefix-map=/data/poky-master/tmp-glibc/sysroots/intel-corei7-64= > -fstack-protector-strong -pie -fpie -D_FORTIFY_SOURCE=2 -Wformat > -Wformat-security -Werror=format-security -DCONFIG_FIT_SIGNATURE -include > ./include/libfdt_env.h -idirafterinclude -idirafter./arch/sandbox/include > -I./lib/libfdt -I./tools -DCONFIG_SYS_TEXT_BASE=0 -DUSE_HOSTCC > -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -o tools/bin2header > tools/bin2header.c > ... > cat ./Licenses/gpl-2.0.txt | gzip -9 -c | \ > tools/bin2header license_gzip > ./include/license.h > /bin/sh: 2: tools/bin2header: not found > tools/Makefile:256: recipe for target 'include/license.h' failed > > Looks like HOSTCC isn't being set correctly.
Ok, this bin2header issue seems to be unrelated, as Marek sent a v1 upstream, fixing the execution path. I am not in a hurry with the oe-core, so please ignore the patch. I will send it upstream first. Stefan > > Ross > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
