Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE EFI build fails with elf2efi64 failed
2017-01-06, 09:06
Post: #1
iPXE EFI build fails with elf2efi64 failed
When I try to build the ipxe.efi with latest version of ipxe

The command I am using is-----
Code:
make bin-x86_64-efi/ipxe.efi

it comes with an error-----
Code:
[HOSTCC] util/elf2efi64
/tmp/cc5uKw9w.o: In function `elf2pe':
/home/user/Desktop/ipxe/src/util/elf2efi.c:933: undefined reference to `__xpg_basename'
/usr/bin/ld: util/elf2efi64: hidden symbol `__xpg_basename' isn't defined
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
Makefile.housekeeping:1375: recipe for target 'util/elf2efi64' failed
make: *** [util/elf2efi64] Error 1
Find all posts by this user
Quote this message in a reply
2017-01-06, 09:55 (This post was last modified: 2017-01-06 10:08 by NiKiZe.)
Post: #2
RE: iPXE EFI build fails with elf2efi64 failed
What configuration changes have you made, and have you tried to compile with a clean checkout?

> undefined reference to `__xpg_basename'
Google tells me it is a libc refererence issue, which libc is used on this system?

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2017-01-06, 10:55
Post: #3
RE: iPXE EFI build fails with elf2efi64 failed
(2017-01-06 09:55)NiKiZe Wrote:  What configuration changes have you made, and have you tried to compile with a clean checkout?

> undefined reference to `__xpg_basename'
Google tells me it is a libc refererence issue, which libc is used on this system?

my OS is ubuntu 16.10 x64
ldd --version
Code:
ldd (Ubuntu GLIBC 2.24-3ubuntu2) 2.24
Find all posts by this user
Quote this message in a reply
2017-01-07, 11:39
Post: #4
RE: iPXE EFI build fails with elf2efi64 failed
(2017-01-06 10:55)zerojay100 Wrote:  my OS is ubuntu 16.10 x64
ldd --version
Code:
ldd (Ubuntu GLIBC 2.24-3ubuntu2) 2.24

I had this same issue in the past with ubuntu. Since then I only use fedora (24 currently) which compiles fine
Find all posts by this user
Quote this message in a reply
2017-01-12, 19:05
Post: #5
RE: iPXE EFI build fails with elf2efi64 failed
Proposed fix for this is included in a Pull Request on Github, mail sent for this at: http://lists.ipxe.org/pipermail/ipxe-dev...05402.html

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2017-01-20, 04:18
Post: #6
RE: iPXE EFI build fails with elf2efi64 failed
(2017-01-07 11:39)ndog Wrote:  
(2017-01-06 10:55)zerojay100 Wrote:  my OS is ubuntu 16.10 x64
ldd --version
Code:
ldd (Ubuntu GLIBC 2.24-3ubuntu2) 2.24

I had this same issue in the past with ubuntu. Since then I only use fedora (24 currently) which compiles fine

It is also compiles fine on fedora 25, thanks.
Find all posts by this user
Quote this message in a reply
2017-01-25, 09:19
Post: #7
RE: iPXE EFI build fails with elf2efi64 failed
(2017-01-06 09:06)zerojay100 Wrote:  
Code:
[HOSTCC] util/elf2efi64
/tmp/cc5uKw9w.o: In function `elf2pe':
/home/user/Desktop/ipxe/src/util/elf2efi.c:933: undefined reference to `__xpg_basename'

Now fixed: http://git.ipxe.org/ipxe.git/commitdiff/941c53a.

Thanks!

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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