Skip to main content
Graduate II
September 26, 2019
Question

ST-LINK_gdbserver and failing gdb "compare-section" command

  • September 26, 2019
  • 2 replies
  • 642 views

Starting ST-LINK_gdbserver with -the -s option, flash upload show success. However the "compare-section" command show mismatch"

(gdb) compare-section

Section .text, range 0x8000000 -- 0x8003420: MIS-MATCHED!

Section .data, range 0x8003420 -- 0x80035bc: MIS-MATCHED!

warning: One or more sections of the target image does not match

the loaded file

Using another gdb-server (bl*ckm*g*i_pcstlinkv2) compares fine in the same setup even without another upload.

    This topic has been closed for replies.

    2 replies

    Graduate II
    November 4, 2019

    This problem is also seen ../stlink-gdb-server.linux64_1.1.0.201910081157/tools/bin/ST-LINK_gdbserver

    Graduate II
    November 18, 2019

    The problem is still present!