Actions
Bug #239
openBuild fails: No rule to make target pxe rom, but file exists
Status:
New
Priority:
Normal
Assignee:
-
Category:
build system
Target version:
-
Start date:
10/24/2019
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
.config has:
CONFIG_PXE_ROM=y
CONFIG_PXE_ROM_FILE="/path/to/808610d3.rom"
running make fails with:
make: *** No rule to make target '"/path/to/808610d3.rom"', needed by 'build/coreboot.pre'. Stop.
Menuconfig says it should be an existing rom file path, which it is.
This is on commit 7bdedcdc338e5043f9670790a4333260b63087aa which is master as of today.
Updated by HCL technologies about 5 years ago
As per my last experience working with ipxe, I have not faced this issue.
Please attach your config file so that the issue can be reproducible.
Actions