Actions
Bug #3
closedThe build system isn't helpful when util/xcompile/xcompile fails because of missing dependencies.
Start date:
11/18/2015
Due date:
11/20/2015
% Done:
100%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
When trying to build coreboot without iasl installed, util/xcompile/xcompile die()s with an error and an empty .xcompile file, but the build system doesn't catch that.
This leads to unintuitive error messages such as "toolchain.inc:147: *** building bootblock without the required toolchain. Stop."
Instead, the build system should abort while pushing xcompile's complaint into the user's face.
Actions