iPXE discussion forum
make: *** No rule to make target 'bin/10ec8168.efi'. Stop - 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: *** No rule to make target 'bin/10ec8168.efi'. Stop (/showthread.php?tid=9474)



make: *** No rule to make target 'bin/10ec8168.efi'. Stop - dizUK - 2017-04-28 22:29

Hi, When attempting to run "make bin/10ec8168.efi" and it failed with the error below

[DEPS] core/main.c
[DEPS] core/settings.c
[DEPS] core/pool.c
[DEPS] core/sanboot.c
make: *** No rule to make target 'bin/10ec8168.efi'. Stop.

I've ran "make bin/10ec8168.rom" which completes without issues. I not sure how to troubleshoot this future. Any pointers would be appreciated


RE: make: *** No rule to make target 'bin/10ec8168.efi'. Stop - NiKiZe - 2017-04-28 22:56

to build a efi target you need to build for the efi platform...
bin is a shorthand for bin-i386-pcbios
so what you want is most likely: make bin-x86_64-efi/10ec8168.efi


RE: make: *** No rule to make target 'bin/10ec8168.efi'. Stop - dizUK - 2017-04-29 09:55

Thanks NikiZe, it now builds without issue and I've replace my build-o-matic version with this new version (which boots a lot quicker).

I'm hoping to test the iSCSI / iBFT stuff over this weekend. Thanks again for your help with get this done Smile