<?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>topic Re: codewarrior tap and gdb in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/727835#M6439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Look at the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fvideo%2Fboard-level-bringup-using-codewarrior-tap-and-gdb%3ABOARDLVL_CWTAPGDB_VID" rel="nofollow" target="_blank"&gt;http://www.nxp.com/video/board-level-bringup-using-codewarrior-tap-and-gdb:BOARDLVL_CWTAPGDB_VID&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #383739; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #383739; background: white;"&gt;It is too old demo project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #383739; background: white;"&gt;See documentation about GDB and CodeWarrior TAP in the attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #383739; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Source code is available using the following link:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; background: white;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D0B0qEfizitWXlVFhBUDNaRE1lTFk" rel="nofollow" target="_blank"&gt;https://drive.google.com/open?id=0B0qEfizitWXlVFhBUDNaRE1lTFk&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&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>Thu, 18 Jan 2018 03:07:07 GMT</pubDate>
    <dc:creator>Pavel</dc:creator>
    <dc:date>2018-01-18T03:07:07Z</dc:date>
    <item>
      <title>codewarrior tap and gdb</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/727834#M6438</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'm trying to setup a debug environment for&amp;nbsp;the LS1046ARDB.&lt;/P&gt;&lt;P&gt;I've connected a codewarrior tap to it, which is directly connected via an ethernet connection(not USB)&amp;nbsp;to my PC.&lt;/P&gt;&lt;P&gt;I have it configured with a fixed (private range, 10.1.42.1) IP address and can telnet to it just fine.&lt;/P&gt;&lt;P&gt;However when I try to use the gdbserver (proxy?) running on it I run into&amp;nbsp;the following&amp;nbsp;error:&lt;/P&gt;&lt;PRE&gt;&lt;P&gt;(gdb) target remote 10.1.42.1:2345&lt;/P&gt;&lt;P&gt;Remote debugging using 10.1.42.1:2345&lt;/P&gt;&lt;P&gt;Protocol error: qXfer:features:read (target-features) conflicting enabled responses.&lt;/P&gt;&lt;P&gt;(gdb) set debug remote&lt;/P&gt;&lt;P&gt;Argument required (integer to set it to.).&lt;/P&gt;&lt;P&gt;(gdb) set debug remote 1&lt;/P&gt;&lt;P&gt;(gdb) target remote 10.1.42.1:2345&lt;/P&gt;&lt;P&gt;Remote debugging using 10.1.42.1:2345&lt;/P&gt;&lt;P&gt;Sending packet: $qSupported:multiprocess+;xmlRegisters=i386;qRelocInsn+#b5...Ack&lt;/P&gt;&lt;P&gt;Packet received: PacketSize=3fff;qXfer:auxv:read-;qXfer:features:read+;qXfer:libraries:read-;qXfer:memory-map:read-;qXfer:spu:read-;qXfer:spu:write-;QPassSignals-;&lt;/P&gt;&lt;P&gt;Packet qSupported (supported-packets) is supported&lt;/P&gt;&lt;P&gt;Sending packet: $Hg0#df...Ack&lt;/P&gt;&lt;P&gt;Packet received: OK&lt;/P&gt;&lt;P&gt;Sending packet: $qXfer:features:read:target.xml:0,fff#7d...Ack&lt;/P&gt;&lt;P&gt;Packet received:&lt;/P&gt;&lt;P&gt;Protocol error: qXfer:features:read (target-features) conflicting enabled responses.&lt;/P&gt;&lt;P&gt;(gdb)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;So the proxy appears to claim it supports the features:read but when trying to read the (default) target.xml it does not respond?&lt;/P&gt;&lt;P&gt;What do I need to do to use&amp;nbsp;the codewarrior tap with gdb?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please don't point me to this thread, because the steps don't work anymore (besides these are for PPC not an ARM board): &lt;A _jive_internal="true" href="https://community.nxp.com/message/916499" rel="nofollow noopener noreferrer" target="_blank"&gt;https://community.nxp.com/message/916499&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 14:13:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/727834#M6438</guid>
      <dc:creator>ericmoors</dc:creator>
      <dc:date>2018-01-16T14:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: codewarrior tap and gdb</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/727835#M6439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Look at the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fvideo%2Fboard-level-bringup-using-codewarrior-tap-and-gdb%3ABOARDLVL_CWTAPGDB_VID" rel="nofollow" target="_blank"&gt;http://www.nxp.com/video/board-level-bringup-using-codewarrior-tap-and-gdb:BOARDLVL_CWTAPGDB_VID&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #383739; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #383739; background: white;"&gt;It is too old demo project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #383739; background: white;"&gt;See documentation about GDB and CodeWarrior TAP in the attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: #383739; background: white;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Source code is available using the following link:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; background: white;"&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D0B0qEfizitWXlVFhBUDNaRE1lTFk" rel="nofollow" target="_blank"&gt;https://drive.google.com/open?id=0B0qEfizitWXlVFhBUDNaRE1lTFk&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&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>Thu, 18 Jan 2018 03:07:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/727835#M6439</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2018-01-18T03:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: codewarrior tap and gdb</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/727836#M6440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The video I cannot find at the NXP site, but I assume it is the same as this one: &lt;A href="https://tune.pk/video/2538839/codewarrior-tap-and-gdb-board-level-bringup"&gt;https://tune.pk/video/2538839/codewarrior-tap-and-gdb-board-level-bringup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and access to google drive is blocked by our company network :smileysad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attachment&amp;nbsp;contains very useful information.&amp;nbsp;The document describes on page 3&amp;nbsp;in&amp;nbsp;the chapter&amp;nbsp;"gdb and other usefull basics" the need for the target.xml which is supposedly downloadable from the old&amp;nbsp;freescale site (&lt;A href="http://freescale.com/CWTAP"&gt;http://freescale.com/CWTAP&lt;/A&gt; - downloads tab). However, on the NXP site I cannot find these anywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again on page 5 it mentions the target.xml that&amp;nbsp;I am missing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;Where to get XML files with register information&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: medium; font-family: Symbol;"&gt;• &lt;/SPAN&gt;&lt;SPAN style="font-family: Times-Roman;"&gt;Freescale.com/CWTAP and then click on downloads TAB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: medium; font-family: Symbol;"&gt;• &lt;/SPAN&gt;&lt;SPAN style="font-family: Times-Roman;"&gt;This will either be in a download that has lots of GDB technology OR we might put it in an XML/init file ONLY download specific to the chip and board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: medium; font-family: Symbol;"&gt;• &lt;/SPAN&gt;&lt;SPAN style="font-family: Times-Roman;"&gt;Just look for your Freescale processors model number and you should find what you need.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="font-family: Times-Roman;"&gt;How can I generate/where can I get a target.xml for the LS1046A?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 06:57:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/727836#M6440</guid>
      <dc:creator>ericmoors</dc:creator>
      <dc:date>2018-01-18T06:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: codewarrior tap and gdb</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/727837#M6441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I was wondering if you have successfully connected GDB remotely to the CodeWarrior Tap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 19:36:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/727837#M6441</guid>
      <dc:creator>zwilcox</dc:creator>
      <dc:date>2018-09-12T19:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: codewarrior tap and gdb</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/1627768#M8959</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/22262"&gt;@Pavel&lt;/a&gt;&amp;nbsp;&amp;nbsp;The links provided are broken. Can the support files be shared another way?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 15:33:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/1627768#M8959</guid>
      <dc:creator>driechers</dc:creator>
      <dc:date>2023-04-04T15:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: codewarrior tap and gdb</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/1671422#M8985</link>
      <description>&lt;P&gt;can the gdb documentation, files and video etv be reposted? none of the links here work, they all go to file not found sorts of things.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 20:07:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/codewarrior-tap-and-gdb/m-p/1671422#M8985</guid>
      <dc:creator>wtoner</dc:creator>
      <dc:date>2023-06-17T20:07:17Z</dc:date>
    </item>
  </channel>
</rss>

