iPXE discussion forum
make error "No rule to make target" - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: make error "No rule to make target" (/showthread.php?tid=5328)



make error "No rule to make target" - dizUK - 2012-09-13 21:13

Hi, I have been trying to make a rom for an Intel NIC but failing. Below are the details.

lspci -n -s 00:19.0
00:19.0 0200: 8086:1503 (rev 04)

make make bin/80861503.rom

---Truncated----
[DEPS] core/main.c
[DEPS] core/log.c
[DEPS] core/image.c
[DEPS] core/getkey.c
[DEPS] core/gdbudp.c
[DEPS] core/fnrec.c
[DEPS] core/exec.c
[DEPS] core/downloader.c
[DEPS] core/console.c
[DEPS] core/blockdev.c
make: *** No rule to make target `make'. Stop.

Any pointers to what is causing this errr would be apreciated.

Thanks
Diz


RE: make error "No rule to make target" - robinsmidsrod - 2012-09-14 10:34

Don't type make twice on the command line.


RE: make error "No rule to make target" - dizUK - 2012-09-14 14:01

(2012-09-14 10:34)robinsmidsrod Wrote:  Don't type make twice on the command line.

Wow, Thanks for pointing out my stupidity gracefully .... I can't believe I missed that Smile