Hi Christian,
Thanks for the response!
The error message indicated "Please install xmllimit", which I did before you replied, and that portion of the error message is gone!
But now, I get another error message:
make[1]: Leaving directory `/home/mylinux/genode-15.05/tool/build.nova'
genode build completed
using NOVA kernel at /home/mylinux/genode-15.05/tool/build.nova/kernel/hypervisor
install bootloader
creating ISO image...
Warning: -follow-links does not always work correctly; be careful.
Size of boot image is 4 sectors -> No emulation
Total translation table size: 2048
Total rockridge attributes bytes: 3026
Total directory bytes: 10970
Path table size(bytes): 64
Max brk space used 1d000
5116 extents written (9 MB)
spawn qemu-system-x86_64 -no-kvm -cpu core2duo -m 256 -serial mon:stdio -cdrom var/run/demo.iso
couldn't execute "qemu-system-x86_64": no such file or directory
while executing
"spawn qemu-system-x86_64 -no-kvm -cpu core2duo -m 256 -serial mon:stdio -cdrom var/run/demo.iso"
("eval" body line 1)
invoked from within
"eval spawn $qemu $qemu_args"
(procedure "run_power_on" line 70)
invoked from within
"run_power_on"
(procedure "run_genode_until" line 13)
invoked from within
"run_genode_until forever"
(file "/home/mylinux/genode-15.05/repos/os/run/demo.run" line 229)
invoked from within
"source $include_name"
("foreach" body line 6)
invoked from within
"foreach include_name [get_cmd_arg --include ""] {
# first check if the include name is absolute
if {[string first "/" $include_name] == 0} {
puts ..."
(file "/home/mylinux/genode-15.05/tool/run/run" line 636)
make: *** [run/demo] Error 1
make: Leaving directory `/home/mylinux/genode-15.05/tool/build.nova'
Thanks!
Daren