On Fri, 2015-06-19 at 17:15 +0100, Andre Przywara wrote: > > What works though is using xxd to convert the binary guest/init into a C > array: > $ xxd -i guest/init | $(CC) -x c -c - -o guest/guest_init.o > This has the nice property of using the same compiler that generates the > other object files and thus automatically matches them (which is a > problem under MIPS atm, as ld seems to default to some different ELF type). > The only issue is that xxd is part of the vim package, which would annoy > Emacs users. Not sure we are in a position to mandate vim for compiling > kvmtool ;-)
You'd be doing them a favor, so fine by me :) cheers -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in