hardkernel / linux

Linux kernel source tree
Other
426 stars 406 forks source link

Domu support is not present on odroidxu3-3.10.y-android branch #389

Open Gopika1996 opened 4 years ago

Gopika1996 commented 4 years ago

I am working on Odroid xu4 Board and trying to boot android as DomU with xen hypervisor. For that i modified the menuconfig as follows:

Kernel Features → Xen guest support on ARM

Device Drivers → Block devices → Xen virtual block device support.

Device Drivers → Network device support → Xen network device frontend

Device Drivers → Xen driver support → Select all.

System Type → ARM system type → Allow multiple platforms to be selected.

System Type → Multiple platform selection → ARMv7 based platforms

System Type → Dummy Virtual Machine.

After that I am getting build error as follows:

from include/linux/dma-mapping.h:9,

from arch/arm/kernel/asm-offsets.c:15:

/home/gopika.bg/Desktop/task2/linux-xen-odroidxu3-3.10.y/arch/arm/include/asm/io.h:30:28:

fatal error: mach/exynos-ss.h: No such file or directory #include

compilation terminated.

/home/gopika.bg/Desktop/task2/linux-xen-odroidxu3-3.10.y/./Kbuild:81:

recipe for target 'arch/arm/kernel/asm-offsets.s' failed make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1

Makefile:837: recipe for target 'prepare0' failed

make: * [prepare0] Error 2 make: * Waiting for unfinished jobs....

Please help me to resolve this.