Re: [edk2] Cross compiling EDK2 for Aarch64

2015-10-12 Thread Ard Biesheuvel
vel@lists.01.org; leif.lindh...@linaro.org >> Subject: Re: [edk2] Cross compiling EDK2 for Aarch64 >> >> Obviously I forgot one command (because it need not be reissued every >> time): >> >> On 10/08/15 21:17, Laszlo Ersek wrote: >> > On 10/08/15 10:24

Re: [edk2] Cross compiling EDK2 for Aarch64

2015-10-12 Thread Leif Lindholm
On Mon, Oct 12, 2015 at 08:50:53AM +, Yehuda Yitschak wrote: > Thanks. It worked fine. > I assumed the linaro-edk2 GIT should be more up to date with ARM > fixes but I think this is not the case here. No, that will never be the case - we work upstream, so fixes only go into linaro-edk2 after

Re: [edk2] Cross compiling EDK2 for Aarch64

2015-10-08 Thread Leif Lindholm
Hi Yehuda, On Thu, Oct 08, 2015 at 08:24:07AM +, Yehuda Yitschak wrote: > I am new to the EDK2 projects and for starters I am trying to cross > compile the project for aarch64 on an x86_64 host > > I looked around in Linaro website and Tiano-core website but > couldn't find any instruction

[edk2] Cross compiling EDK2 for Aarch64

2015-10-08 Thread Yehuda Yitschak
Hello everyone I am new to the EDK2 projects and for starters I am trying to cross compile the project for aarch64 on an x86_64 host I looked around in Linaro website and Tiano-core website but couldn't find any instruction on how to _cross_ compile I tried to follow the instruction here:

Re: [edk2] Cross compiling EDK2 for Aarch64

2015-10-08 Thread Leif Lindholm
On Thu, Oct 08, 2015 at 10:04:24AM +, Yehuda Yitschak wrote: > > > but when I try to compile using the "build" command the build script > > > uses the x86 compiler and naturally it fails > > > > Any particular reason why you skipped past the first half of the page to > > follow the

Re: [edk2] Cross compiling EDK2 for Aarch64

2015-10-08 Thread Laszlo Ersek
On 10/08/15 10:24, Yehuda Yitschak wrote: > Hello everyone > > I am new to the EDK2 projects and for starters I am trying to cross compile > the project for aarch64 on an x86_64 host > > I looked around in Linaro website and Tiano-core website but couldn't find > any instruction on how to

Re: [edk2] Cross compiling EDK2 for Aarch64

2015-10-08 Thread Laszlo Ersek
Obviously I forgot one command (because it need not be reissued every time): On 10/08/15 21:17, Laszlo Ersek wrote: > On 10/08/15 10:24, Yehuda Yitschak wrote: >> Hello everyone >> >> I am new to the EDK2 projects and for starters I am trying to cross compile >> the project for aarch64 on an