Hi all
I am trying to compile xen.efi on my system, but cannot get it to work (only xen.efi is a problem). I am using a xen-4.2.0 source from tar.gz and my package versions are:
Binutils: 2.22.90
Binutils-multiarch: 2.22.90
Gcc: 4.7.2
My make command is like this
sudo make dist-xen LD=--enable-targets=x86_64-pep
Which compiles like without enable-targets, and indeed just tells me it cannot find enable-targets=x86_64-pep. My question is if my make command is correct and if it is how do I install the x86_64-pep target. The compile
xen works fine if used through MBR, but I would like to skip the bootloader all together and just use EFI and xen.efi. I have the same problem whether I compile while boot through MBR or EFI.
Kind regards Kristian Hagsted Rasmussen