Displaying 1 result from an estimated 1 matches for "elf_iamcu".
2018 Feb 27
0
CentOS 7 / Xen 4.6 on UEFI system?
...l "Development Tools"
tar xzf binutils-2.30.tar.gz
cd binutils-2.30
./configure --enable-targets=x86_64-pep
make
make install
Now I have a version that supports i386pe:
# /usr/local/bin/ld -V
GNU ld (GNU Binutils) 2.30
Supported emulations:
elf_x86_64
elf32_x86_64
elf_i386
elf_iamcu
i386linux
elf_l1om
elf_k1om
i386pep
i386pe
However at this point I guess I need to rebuild Xen from source in order to obtain the xen.efi binary, and I'm not sure how to do that.
Am I on the right path? Any tips on how to recompile Xen to get xen.efi binary? Or am I barking up...