1:BUILD_BY[name] student5 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] No clear instructions on building the tool. make returns an error. 1:END_NOTES 2:BUILD_BY[name] student4 2:BUILD_ENVIRONMENT[operating system 32 vs 64] >>>> lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.4 LTS Release: 12.04 Codename: precise >>>> uname -a Linux student-VPCSE13FX 3.2.0-60-generic #91-Ubuntu SMP Wed Feb 19 03:54:44 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux >>>> lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 42 Stepping: 7 CPU MHz: 800.000 BogoMIPS: 4789.10 Virtualization: VT-x L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 3072K NUMA node0 CPU(s): 0-3 >>>> javac -version javac 1.7.0_51 >>>> gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] From paper: Xen 4.1.0 Linux 2.6.31 with guest systems running Ubuntu 10.04 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] From email we got instructions outlining the process. Try: Xen/Dom0 Xen is a hypervisor and from the webstite: "Dom0, or domain zero to expand the abbreviation, is the initial domain started by the Xen hypervisor on boot. The Xen hypervisor is not usable without Domain-0 ("dom0")."" Included folders: dom-builder ocaml-xenstore pvops-patches ramdisks xen-patches Downloaded Xen and trying to build it: got this error: > make make[4]: Entering directory `/home/student/temp/repro/ColpNZACDLW11/xen-4.1.0/xen/arch/x86/boot' RELOC=0x7c000 make -f build32.mk reloc.S make[5]: Entering directory `/home/student/temp/repro/ColpNZACDLW11/xen-4.1.0/xen/arch/x86/boot' make[5]: *** ../../../../.config: Is a directory. Stop. make[5]: Leaving directory `/home/student/temp/repro/ColpNZACDLW11/xen-4.1.0/xen/arch/x86/boot' make[4]: *** [reloc.S] Error 2 From README > make world also gives the same error Yet, > cd /home/student/temp/repro/ColpNZACDLW11/xen-4.1.0/xen/arch/x86/boot/../../../.. > ls -al total 252 drwxrwxr-x 10 student student 4096 Mar 25 2011 . drwxrwxr-x 4 student student 4096 Apr 29 16:48 .. -rwxr-xr-x 1 student student 17 Mar 25 2011 .bk-to-hg drwxrwxr-x 2 student student 4096 Mar 25 2011 buildconfigs drwxrwxr-x 2 student student 4096 Mar 25 2011 config -rw-r--r-- 1 student student 7570 Mar 25 2011 Config.mk -rw-r--r-- 1 student student 7546 Mar 25 2011 Config.mk~ -rw-r--r-- 1 student student 19379 Mar 25 2011 COPYING drwxrwxr-x 7 student student 4096 Mar 25 2011 docs drwxrwxr-x 3 student student 4096 Mar 25 2011 extras -rw-r--r-- 1 student student 94 Mar 25 2011 .hg_archival.txt -rw-r--r-- 1 student student 9017 Mar 25 2011 .hgignore -rw-r--r-- 1 student student 4280 Mar 25 2011 .hgsigs -rw-r--r-- 1 student student 3001 Mar 25 2011 .hgtags -rwxr-xr-x 1 student student 17 Mar 25 2011 .hg-to-bk -rwxr-xr-x 1 student student 1270 Mar 25 2011 install.sh -rw-r--r-- 1 student student 6657 Mar 25 2011 MAINTAINERS -rw-r--r-- 1 student student 8321 Mar 25 2011 Makefile -rw-r--r-- 1 student student 6388 Mar 25 2011 README -rw-r--r-- 1 student student 110128 Mar 25 2011 .rootkeys drwxrwxr-x 6 student student 4096 Mar 25 2011 stubdom drwxrwxr-x 40 student student 4096 Mar 25 2011 tools drwxrwxr-x 3 student student 4096 Mar 25 2011 unmodified_drivers drwxrwxr-x 9 student student 4096 Apr 29 16:59 xen The source of this error wasn't readily apparent. 2:END_NOTES