のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

STM32CubeIde GDB Hardware Debuggingの場合、うまくいかない

  • GDB Hardware Debuggingの場合、エラーで終了してしまう。 うまくいかない。
    f:id:none53:20190711101317p:plain
    debugger
    ”use remote target"にチェックを入れないと、エラーすらでない。

以下のエラーになる。

Failed to execute MI command: target remote localhost:61234

エラーの詳細は、以下の通り。

Error in final launch sequence:

Failed to execute MI command:
target remote localhost:61234

Error message from debugger back end:
localhost:61234: \212ù\202É\220Ú\221±\202³\202ê\202Ä\202¢\202é\203h\203\211\203C\203u\217ã\202Ì\203f\203B\203\214\203N\203g\203\212\202É\203h\203\211\203C\203u\202ð\220Ú\221±\202µ\202æ\202¤\202Æ\202µ\202Ü\202µ\202½\201B\r
.
Failed to execute MI command:
target remote localhost:61234

Error message from debugger back end:
localhost:61234: \212ù\202É\220Ú\221±\202³\202ê\202Ä\202¢\202é\203h\203\211\203C\203u\217ã\202Ì\203f\203B\203\214\203N\203g\203\212\202É\203h\203\211\203C\203u\202ð\220Ú\221±\202µ\202æ\202¤\202Æ\202µ\202Ü\202µ\202½\201B\r
.
localhost:61234: \212ù\202É\220Ú\221±\202³\202ê\202Ä\202¢\202é\203h\203\211\203C\203u\217ã\202Ì\203f\203B\203\214\203N\203g\203\212\202É\203h\203\211\203C\203u\202ð\220Ú\221±\202µ\202æ\202¤\202Æ\202µ\202Ü\202µ\202½\201B\r\n
  • STM32 MCU Debuggingの場合、接続できる。 接続までは、行く方
    f:id:none53:20190711101400p:plain
    接続まではいく方