Hello,
the following line looks suspicious.
On Wed, Jun 29, 2016 at 11:17:13PM -0600, Nobody III wrote:
localhost:5555: Connection timed out.
The run script instructs Qemu to listen on localhost:5555 and redirect the data stream to a emulated serial device in the VM. The issue seems unrelated to the Genode system. What's your Qemu version? I personally build Qemu 2.3.1 (git hash dfa83a6ba) from the sources with
./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu \ --disable-docs --disable-vnc-tls --disable-vnc-ws --disable-uuid && \ make -j
and the GDB related tests work flawlessly with 16.05.
Regards