如何使用QEMU模拟串行并将其映射到外部系统

时间:2018-07-01 09:06:15

标签: qemu gdbserver

这就是问题所在。 我想用qemu调试mips程序。 但是当我使用gdbserver通过端口进行远程调试时失败了:

(gdb) target remote 192.168.0.100:2187
Remote debugging using 192.168.0.100:2187
Ignoring packet error, continuing...
warning: unrecognized item "timeout" in "qSupported" response
Ignoring packet error, continuing...
Remote replied unexpectedly to 'vMustReplyEmpty': timeout

所以最后我想使用串行端口进行远程调试,那么如何模拟串行并将其映射到外部系统?

0 个答案:

没有答案