XPack-QEMU-ARM with GDB server error: Non-stop mode not supported from STM32CubeIDE
I've started xpack-qemu-arm binary under windows with command :
.\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
and get this error when connecting to external DBG server from CubeIDE :
> 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
Any hint what could fix the problem ?
Thanks, regards,
Rob.