本帖最后由 lilaiju 于 2025-9-14 20:45 编辑
XPack-QEMU-ARM 搭配 GDB 服务器错误:Non-stop mode not supported from STM32CubeIDE。我在 Windows 下使用以下命令启动了 xpack-qemu-arm 二进制文件:
.\bin\qemu-system-gnuarmeclipse --verbose --verbose --board STM32F4-Discovery --mrecu STM32F407VG --gdb tcp::1234 -d unimp,guest_errors --semihosting-config enable=on,target=native --semihosting-cmdline blinky
在从CubeIDE连接到外部DBG服务器时出现此错误:
> Error in final launch sequence: > > Failed to execute MI command: target remote localhost:1234 > > Error message from debugger back end: Non-stop mode requested, but > remote does not support non-stop Failed to execute MI command: target > remote localhost:1234 > > Error message from debugger back end: Non-stop mode requested, but > remote does not support non-stop Non-stop mode requested, but remote > does not support non-stop
|