All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: liang tang <liang.tang@oracle.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	Jan Beulich <JBeulich@suse.com>
Subject: Re: Need some help about the build xen.efi
Date: Mon, 31 Oct 2011 12:15:47 -0400	[thread overview]
Message-ID: <20111031161547.GA12475@phenom.dumpdata.com> (raw)
In-Reply-To: <4EAEAC4B.4000004@oracle.com>

On Mon, Oct 31, 2011 at 10:10:19PM +0800, liang tang wrote:
> Hi,Jan
> I have download xen unstable tree which include your efi patch,and
> try to build xen.efi ,but there only have xen.gz ,don't have xen.efi
> .I find the file xen\arch\x86\efi\disable have report some error :
> ld don't  support -m i386pep.  my gcc version is 4.6.1.
> if modify the i386pep to elf_x86_64 ,the build can continue ,and

Right, but that is not correct. The i386pep defines what type of executable
the binary will be. You do not want an x86_64 ELF, you want an i386
Portable Executable Program (I think that is what PEP stands for).

Google should have some details on how build/install an cross compiler for
i386pep.

> report other error --subsystem=10 and
> --image-base=0xffff82c480000000 unrecognized.
> do you have any suggestion about that?  thank you very much!
> 
> the detail is follow.
> ld: unrecognized option '--image-base=0xffff82c480000000'
> 
> In the xen/arch/x86/efi/disabled
> ld: unrecognized emulation mode: i386pep
> Supported emulations: elf_x86_64 elf32_x86_64 elf_i386 i386linux elf_l1om
> 
> liang.
> 

> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

  reply	other threads:[~2011-10-31 16:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-31 14:10 Need some help about the build xen.efi liang tang
2011-10-31 16:15 ` Konrad Rzeszutek Wilk [this message]
2011-11-02 10:34 ` Jan Beulich
2011-11-03  9:59   ` liang tang
2011-11-03 10:06     ` Jan Beulich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111031161547.GA12475@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=JBeulich@suse.com \
    --cc=liang.tang@oracle.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.