[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [GSoC] Xen on ARM: create multiple guests from device tree
Hi Stefano,
2017-03-21 21:36 GMT+01:00 Stefano Stabellini <sstabellini@xxxxxxxxxx>: On Tue, 21 Mar 2017, Luca Miccio wrote: Otherwise, you could use the ARMv8 Foundation Platform, which is a I chose this option for now Unfortunately all our guides on installing Xen on the Foundation Model I tried to install and setting up xen with the blog post that you have mentioned above and i have some issues when compiling the boot wrapper with the git repository provided in the post. In particular i get this error when executing this command: $ make CROSS_COMPILE=aarch64-linux-gnu- FDT_SRC=foundation-v8.dts IMAGE=xen-system.axf This is the error i get: aarch64-linux-gnu-gcc -DCNTFRQ=0x01800000 -DUART_BASE=0x1c090000 -DSYSREGS_BASE=0x1c010000 -DGIC_DIST_BASE=0x2c001000 -DGIC_CPU_BASE=0x2c002000 -c -o boot.xen.o boot.S -DXEN aarch64-linux-gnu-gcc -DPHYS_OFFSET=0x80000000 -DMBOX_OFFSET=0xfff8 -DBOOT=boot.xen.o -DXEN_OFFSET=0xA00000 -DKERNEL_OFFSET=0x80000 -DFDT_OFFSET=0x08000000 -DFS_OFFSET=0x10000000 -DXEN=Xen -DKERNEL=Image -DFILESYSTEM=filesystem.cpio.gz -E -P -C -o model.xen.lds model.lds.S aarch64-linux-gnu-gcc -DCNTFRQ=0x01800000 -DUART_BASE=0x1c090000 -DSYSREGS_BASE=0x1c010000 -DGIC_DIST_BASE=0x2c001000 -DGIC_CPU_BASE=0x2c002000 -c -o boot.o boot.S aarch64-linux-gnu-gcc -DPHYS_OFFSET=0x80000000 -DMBOX_OFFSET=0xfff8 -DBOOT=boot.o -DKERNEL_OFFSET=0x80000 -DFDT_OFFSET=0x08000000 -DFS_OFFSET=0x10000000 -DKERNEL=Image -DFILESYSTEM=filesystem.cpio.gz -E -P -C -o model.lds model.lds.S aarch64-linux-gnu-ld -o xen-system.axf --script=model.xen.lds aarch64-linux-gnu-ld: section .xen LMA [0000000080a00000,0000000080ac814f] overlaps section .kernel LMA [0000000080080000,0000000080f009ff] Makefile:78: set di istruzioni per l'obiettivo "xen-system.axf" non riuscito make: *** [xen-system.axf] Errore 1 Clearly there is a problem with the offset of xen section but i can't figure out how to solve it. I booted correctly a different kernel image with another .axf file only to test the Foundation Model and it worked with no problems. It maybe be helpful my toolchain version: aarch64-linux-gnu-gcc (Debian 6.3.0-9) 6.3.0 20170316 I am using all the file provided by the post at the link ( in particular the Foundation-v8.dts file): If you need any type of information, please ask. However I have correctly compiled xen from source on my laptop and i am trying to become familiar with the hypervisor itself.
I took a look at the list and i have already fixed the XEN-10 task. If it's not a problem i would submit the patch for this small fix, while i am figuring out how to solve my compilation issue described above. Cheers, Best regards, Luca _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |