Hey, I just cloned the current version of the Github rumprun repository and run following commands
cd rumprun git submodule update --init CC=cc ./build-rr.sh xen After the build process run successfull the app-tools folder was not build (e.g. x86_64-rumprun-netbsd-gcc) I see only following contents: -rw-r--r-- 1 vincent.schwarzer Domain Users 3888 Oct 27 13:06 cc.in -rw-r--r-- 1 vincent.schwarzer Domain Users 3394 Oct 27 13:06 Makefile -rw-r--r-- 1 vincent.schwarzer Domain Users 359 Oct 27 13:06 recipe.s.in -rw-r--r-- 1 vincent.schwarzer Domain Users 19426 Oct 27 13:06 rumprun -rw-r--r-- 1 vincent.schwarzer Domain Users 2418 Oct 27 13:06 rumprun-bake.conf -rw-r--r-- 1 vincent.schwarzer Domain Users 7942 Oct 27 13:06 rumprun-bake.in -rw-r--r-- 1 vincent.schwarzer Domain Users 399 Oct 27 13:06 rumpstop -rw-r--r-- 1 vincent.schwarzer Domain Users 495 Oct 27 13:06 specs-bake.in -rw-r--r-- 1 vincent.schwarzer Domain Users 646 Oct 27 13:06 specs-compile_or_ferment.in -rw-r--r-- 1 vincent.schwarzer Domain Users 357 Oct 27 13:06 specs-stub.in -rw-r--r-- 1 vincent.schwarzer Domain Users 455 Oct 27 13:06 toolchain.cmake.in Running the make file only returns that nothing has to be done. I tried the whole process twice with the same result. Kind Regards, Vincent
