Actions
Bug #145
closedBuilding vboot or its components on non-x86 fails
Start date:
10/23/2017
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
Building the board Google Elm on a ppc64le system fails with the error below. coreboot toolchain 1.50 from October 15th, 2017 is used.
CC gen/futility_cmds.o
make[1]: *** No rule to make target '/dev/shm/coreboot/build/util/futility/build/host/arch/ppc64le/lib/crossystem_arch.o', needed by '/dev/shm/coreboot/build/util/futility/build/libvboot_util.a'. Stop.
util/futility/Makefile.inc:4: recipe for target 'build/util/futility/build/futility/futility' failed
make: *** [build/util/futility/build/futility/futility] Error 2
The problem is that ppc64le is not listed in 3rdparty/vboot/Makefile
.
Actions