Oops, I originally didn't reply to the list.
* Daniel <address@hidden> [09-04-2014 04:15 EEST]:
My problem is sooner in the build process:
I get the error :
"ERROR: "cc" either does not exist or does not work"
Being new to Ubuntu and QEMU im finding the install process a bit tricky.
You're missing gcc which is needed to compile C source code. Try installing the
metapackage build-essential. You might also want to install the build
dependencies of the ubuntu qemu package with
apt-get build-dep qemu