Re: [RFC PATCH 2/2] Makefile: use xxd for converting guest/init

2015-06-24 Thread Andreas Herrmann
On Tue, Jun 23, 2015 at 04:06:27PM +0100, Andre Przywara wrote: Currently we use ld to convert the static guest/init binary back into an object file, which we can embed as a binary blob into our lkvm binary. This works fine as long as compiler and linker use the same ELF target format, which

[RFC PATCH 2/2] Makefile: use xxd for converting guest/init

2015-06-23 Thread Andre Przywara
Currently we use ld to convert the static guest/init binary back into an object file, which we can embed as a binary blob into our lkvm binary. This works fine as long as compiler and linker use the same ELF target format, which seems to be not true for most of the MIPS toolchains. Use a different