On 21/06/15 14:10, David CARLIER wrote:
Hi, I confirm it works now I recompile rumprun for xen with a fresh
separated tree.
Great to hear that you got things working!
That said, we should improve the rumprun build system some time in the
very near future. The general requirement is that you should be able to
specify an object directory to build-rr.sh, and that would cause
everything to be built into that object directory, i.e. the build should
work with a read-only source directory. The other main requirement is
that you should be able to build the platform bits with "make" (probably
need to require "make" to be executed from the object directory). If
someone wants to contribute to the project in this area, please do!