zoukankan      html  css  js  c++  java
  • [requote] How to solve

    When running gdbserver on the embedded board, use gdb on host PC to connect with the board, maybe some infos on the board will be displayed as follows.

    Listening on port 2345
    Remote debugging from host 192.168.1.1
    readchar: Got EOF
    Remote side has terminated connection.  GDBserver will reopen the connection.
    Listening on port 2345
    Remote debugging from host 192.168.1.1
    readchar: Got EOF
    Remote side has terminated connection.  GDBserver will reopen the connection.
    Listening on port 2345
    Remote debugging from host 192.168.1.1

    Solution:

    After opening the xxx-gdb.exe on host,  use "set remote debug on "  before "target remote xxxx...."

    URL:  

    http://sourceware.org/bugzilla/show_bug.cgi?id=12865

  • 相关阅读:
    CSPS模拟 49
    StrGame
    CSPS模拟 48
    [没有证明]原根求法
    CSPS模拟 47
    CSPS模拟 46
    CSPS模拟 45 乔迁之喜
    CSPS模拟 44
    平衡二叉树
    go语言学习--指针数组和数组指针
  • 原文地址:https://www.cnblogs.com/lake-of-embedded-system/p/3478253.html
Copyright © 2011-2022 走看看