Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
make: *** No rule to make target 'bin/10ec8168.efi'. Stop
2017-04-28, 22:29
Post: #1
make: *** No rule to make target 'bin/10ec8168.efi'. Stop
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
Find all posts by this user
Quote this message in a reply
2017-04-28, 22:56
Post: #2
RE: make: *** No rule to make target 'bin/10ec8168.efi'. Stop
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

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2017-04-29, 09:55
Post: #3
RE: make: *** No rule to make target 'bin/10ec8168.efi'. Stop
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
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)