Build error: "No rule to make target 'bin/y.dbg1.o'" - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Build error: "No rule to make target 'bin/y.dbg1.o'" (/showthread.php?tid=8866) |
Build error: "No rule to make target 'bin/y.dbg1.o'" - Pete - 2017-03-27 15:11 This is on Fedora 24, with a freshly cloned ipxe as of half an hour or so ago. I believe I have all the dependencies listed. Code: cd ipxe/src Code: make: *** No rule to make target 'bin/y.dbg1.o', needed by 'bin/blib.a'. Stop. I don't really know where to start looking, to be honest. Any ideas? Thanks, Pete RE: Build error: "No rule to make target 'bin/y.dbg1.o'" - NiKiZe - 2017-03-27 19:11 if you build with Code: make DEBUG=y Code: DEBUG=y make if you have a script where DEBUG=y is set it will probably generate the same thing. The fix is to make sure that DEBUG is not set. |