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
.
Updated by Martin Roth about 7 years ago
- Assignee changed from Martin Roth to Stefan Reinauer
Updated by Patrick Georgi over 4 years ago
- Has duplicate Bug #263: coreboot build failure on ARM device (due to vboot) added
Updated by Patrick Georgi over 4 years ago
- Subject changed from Cross-building *futility* on ppc64le fails to Building vboot or its components on non-x86 fails
- Category set to build system
- Assignee changed from Stefan Reinauer to Patrick Georgi
Similar issues also pop up when building on ARM, but it's all the same root cause. Will dig into it.
Updated by Patrick Georgi over 4 years ago
- Status changed from New to Resolved
Actions