Re: [Xen-devel] Xen compilation fails for ARM32 when recompiled on a ARM64 build

2016-11-25 Thread Julien Grall
create ^ title it makefile: clean target should affect the whole tree severity it wishlist thanks On 24/11/16 16:12, Jan Beulich wrote: On 24.11.16 at 16:58, wrote: On 24/11/16 15:53, Andrew Cooper wrote: On 24/11/16 15:48, Bhupinder Thakur wrote: If I manually remove the following files and

Re: [Xen-devel] Xen compilation fails for ARM32 when recompiled on a ARM64 build

2016-11-25 Thread Julien Grall
Hi Jan, On 24/11/16 16:12, Jan Beulich wrote: On 24.11.16 at 16:58, wrote: On 24/11/16 15:53, Andrew Cooper wrote: On 24/11/16 15:48, Bhupinder Thakur wrote: If I manually remove the following files and recompile then compilation is successful: Remove xen/arch/arm/asm-offsets.s Remove xen/a

Re: [Xen-devel] Xen compilation fails for ARM32 when recompiled on a ARM64 build

2016-11-24 Thread Jan Beulich
>>> On 24.11.16 at 16:58, wrote: > On 24/11/16 15:53, Andrew Cooper wrote: >> On 24/11/16 15:48, Bhupinder Thakur wrote: >>> If I manually remove the following files and recompile then >>> compilation is successful: >>> >>> Remove xen/arch/arm/asm-offsets.s >>> Remove xen/arch/arm/xen.lds >>> >>>

Re: [Xen-devel] Xen compilation fails for ARM32 when recompiled on a ARM64 build

2016-11-24 Thread Julien Grall
Hi Andrew, On 24/11/16 15:53, Andrew Cooper wrote: On 24/11/16 15:48, Bhupinder Thakur wrote: Hi, I am facing an issue where the recompilation fails when you build for ARM32 architecture on an existing build of ARM64. Even if I do make clean/make distclean before compiling for different archi

Re: [Xen-devel] Xen compilation fails for ARM32 when recompiled on a ARM64 build

2016-11-24 Thread Julien Grall
On 24/11/16 15:48, Bhupinder Thakur wrote: Hi, Hello Bhupinder, I am facing an issue where the recompilation fails when you build for ARM32 architecture on an existing build of ARM64. Even if I do make clean/make distclean before compiling for different architecture it still fails. Steps

Re: [Xen-devel] Xen compilation fails for ARM32 when recompiled on a ARM64 build

2016-11-24 Thread Andrew Cooper
On 24/11/16 15:48, Bhupinder Thakur wrote: > Hi, > > I am facing an issue where the recompilation fails when you build for > ARM32 architecture on an existing build of ARM64. > > Even if I do make clean/make distclean before compiling for different > architecture it still fails. > > Steps to reprod

[Xen-devel] Xen compilation fails for ARM32 when recompiled on a ARM64 build

2016-11-24 Thread Bhupinder Thakur
Hi, I am facing an issue where the recompilation fails when you build for ARM32 architecture on an existing build of ARM64. Even if I do make clean/make distclean before compiling for different architecture it still fails. Steps to reproduce the issue: 1. git clone git://xenbits.xen.org/xen.git