[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Xen compilation fails for ARM32 when recompiled on a ARM64 build
Hi, I am facing an issue where the recompilation fails when you build for ARM32 architecture on an existing build of ARM64.1. git clone git://xenbits.xen.org/xen.git xen.git 2. make dist-xen XEN_TARGET_ARCH=arm64 CROSS_COMPILE=aarch64-linux- 3. make distclean 4. make dist-xen XEN_TARGET_ARCH=arm32 CROSS_COMPILE=arm-linux- Compilation fails at step 4. 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 The same issue happens if you build for ARM32 first and then try to build for ARM64. After removing the 2 files manually, the compilation is successful. I am using the following toolchains: gcc-linaro-4.9-2014.11-x86_64_aarch64-linux-gnu.tar.xz (for ARM64 build) x86_64-gcc-4.9.0-nolibc_arm-unknown-linux-gnueabi.tar.xz (for ARM32 build - https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.9.0/) I think probably the above-mentioned two files need to be removed automatically when make distclean is run. Regards,Bhupinder _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |