<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Kinetis Microcontrollers中的主题 running JLinkGDBServerCL on opensuse</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/running-JLinkGDBServerCL-on-opensuse/m-p/844158#M50835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a working K65/KDS_v3/KSDK app that we can debug well under windows/jlink.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We moved it to Opensuse Tumbleweed 64 bit (our deployed boards require this environment) and can build but cannot debug.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When we launch a debug session, KDS says: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; "Could not determine GDB version after sending: arm-none-eabi-gdb --version, response:&amp;nbsp;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It looks like KDS has no idea it is supposed to execute&amp;nbsp;${jlink_path}/${jlink_gdbserver}.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have installed 64 bit arm toolchain as required for 64 bit systems and can build the .elf and convert to .hex and use jflash.exe to flash the board which runs fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We can manually run /opt/Freescale/KDS_v3/segger/JLinkGDBServerCL -device&amp;nbsp;&lt;SPAN style="color: #000000; background-color: transparent; text-decoration: none; font-size: 11pt;"&gt;MK65FN2M0xxx18 -localhostonly and it connects to the board and displays the splash below.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: transparent; color: #000000; text-decoration: none; font-size: 11pt;"&gt;Why is KDS issuing the wrong debug commands? How do we change it to use the right command? We tried changing the J-Link GDB Server Setup to run /opt/Freescale/KDS_v3/segger/JLinkGDBServerCL but we get the same result (error message above).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo ./JLinkGDBServerCL -device MK65FN2M0xxx18 -localhostonly&lt;BR /&gt;SEGGER J-Link GDB Server V5.10n Command Line Version&lt;/P&gt;&lt;P&gt;JLinkARM.dll V5.10n (DLL compiled Feb 19 2016 18:45:10)&lt;/P&gt;&lt;P&gt;-----GDB Server start settings-----&lt;BR /&gt;GDBInit file: none&lt;BR /&gt;GDB Server Listening port: 2331&lt;BR /&gt;SWO raw output listening port: 2332&lt;BR /&gt;Terminal I/O port: 2333&lt;BR /&gt;Accept remote connection: localhost only&lt;BR /&gt;Generate logfile: off&lt;BR /&gt;Verify download: off&lt;BR /&gt;Init regs on start: off&lt;BR /&gt;Silent mode: off&lt;BR /&gt;Single run mode: off&lt;BR /&gt;Target connection timeout: 0 ms&lt;BR /&gt;------J-Link related settings------&lt;BR /&gt;J-Link Host interface: USB&lt;BR /&gt;J-Link script: none&lt;BR /&gt;J-Link settings file: none&lt;BR /&gt;------Target related settings------&lt;BR /&gt;Target device: MK65FN2M0xxx18&lt;BR /&gt;Target interface: JTAG&lt;BR /&gt;Target interface speed: 1000kHz&lt;BR /&gt;Target endian: little&lt;/P&gt;&lt;P&gt;Connecting to J-Link...&lt;BR /&gt;J-Link is connected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2018 01:58:28 GMT</pubDate>
    <dc:creator>mscovel</dc:creator>
    <dc:date>2018-12-07T01:58:28Z</dc:date>
    <item>
      <title>running JLinkGDBServerCL on opensuse</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/running-JLinkGDBServerCL-on-opensuse/m-p/844158#M50835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a working K65/KDS_v3/KSDK app that we can debug well under windows/jlink.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We moved it to Opensuse Tumbleweed 64 bit (our deployed boards require this environment) and can build but cannot debug.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When we launch a debug session, KDS says: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; "Could not determine GDB version after sending: arm-none-eabi-gdb --version, response:&amp;nbsp;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It looks like KDS has no idea it is supposed to execute&amp;nbsp;${jlink_path}/${jlink_gdbserver}.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have installed 64 bit arm toolchain as required for 64 bit systems and can build the .elf and convert to .hex and use jflash.exe to flash the board which runs fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We can manually run /opt/Freescale/KDS_v3/segger/JLinkGDBServerCL -device&amp;nbsp;&lt;SPAN style="color: #000000; background-color: transparent; text-decoration: none; font-size: 11pt;"&gt;MK65FN2M0xxx18 -localhostonly and it connects to the board and displays the splash below.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: transparent; color: #000000; text-decoration: none; font-size: 11pt;"&gt;Why is KDS issuing the wrong debug commands? How do we change it to use the right command? We tried changing the J-Link GDB Server Setup to run /opt/Freescale/KDS_v3/segger/JLinkGDBServerCL but we get the same result (error message above).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo ./JLinkGDBServerCL -device MK65FN2M0xxx18 -localhostonly&lt;BR /&gt;SEGGER J-Link GDB Server V5.10n Command Line Version&lt;/P&gt;&lt;P&gt;JLinkARM.dll V5.10n (DLL compiled Feb 19 2016 18:45:10)&lt;/P&gt;&lt;P&gt;-----GDB Server start settings-----&lt;BR /&gt;GDBInit file: none&lt;BR /&gt;GDB Server Listening port: 2331&lt;BR /&gt;SWO raw output listening port: 2332&lt;BR /&gt;Terminal I/O port: 2333&lt;BR /&gt;Accept remote connection: localhost only&lt;BR /&gt;Generate logfile: off&lt;BR /&gt;Verify download: off&lt;BR /&gt;Init regs on start: off&lt;BR /&gt;Silent mode: off&lt;BR /&gt;Single run mode: off&lt;BR /&gt;Target connection timeout: 0 ms&lt;BR /&gt;------J-Link related settings------&lt;BR /&gt;J-Link Host interface: USB&lt;BR /&gt;J-Link script: none&lt;BR /&gt;J-Link settings file: none&lt;BR /&gt;------Target related settings------&lt;BR /&gt;Target device: MK65FN2M0xxx18&lt;BR /&gt;Target interface: JTAG&lt;BR /&gt;Target interface speed: 1000kHz&lt;BR /&gt;Target endian: little&lt;/P&gt;&lt;P&gt;Connecting to J-Link...&lt;BR /&gt;J-Link is connected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 01:58:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/running-JLinkGDBServerCL-on-opensuse/m-p/844158#M50835</guid>
      <dc:creator>mscovel</dc:creator>
      <dc:date>2018-12-07T01:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: running JLinkGDBServerCL on opensuse</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/running-JLinkGDBServerCL-on-opensuse/m-p/844159#M50836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked KDS supported PC OS doesn't included Linux &lt;SPAN&gt;Opensuse Tumbleweed 64 bit&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63265i96627C676836D58E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you for the attention.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 04:24:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/running-JLinkGDBServerCL-on-opensuse/m-p/844159#M50836</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-12-07T04:24:30Z</dc:date>
    </item>
  </channel>
</rss>

