<?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: Issues debugging project after porting from CodeWarrior 10.2 to 11.1 in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Issues-debugging-project-after-porting-from-CodeWarrior-10-2-to/m-p/917880#M15110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe, thanks for responding to me. I actually found that the issue was in the project setup. I needed to enable console support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Oct 2019 19:26:31 GMT</pubDate>
    <dc:creator>lpeterso</dc:creator>
    <dc:date>2019-10-29T19:26:31Z</dc:date>
    <item>
      <title>Issues debugging project after porting from CodeWarrior 10.2 to 11.1</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Issues-debugging-project-after-porting-from-CodeWarrior-10-2-to/m-p/917878#M15108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have recently been tasked with porting an old classic CodeWarrior project made for MCF51JM128 ColdFire v1 to CodeWarrior 11.1. I have been using the trial version of 11.1 to port the project, and we are interested in purchasing a license for 11.1 if we can get the project ported successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed this guide: &lt;SPAN style="font-size: 11.5pt; color: black; border: none windowtext 1.0pt; padding: 0in; background: white;"&gt;&lt;A href="http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4727.pdf"&gt;http://cache.freescale.com/files/soft_dev_tools/doc/app_note/AN4727.pdf&lt;/A&gt;&lt;/SPAN&gt; to port the project. After following these steps, I was getting build errors from unidentified references to “_BDT_BASE” and “_IPSBAR”. I noticed that these definitions were in the linker file of the old project, so I copied them to the linker file in the new project. After that, the project built successfully, and I was able to flash it. However, It would throw exceptions every time I would debug it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These missing definitions seem to be USB related, and I am wondering if adding them from the old linker file has created more issues. Also, the project worked without issues on 10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to recap:&lt;/P&gt;&lt;P&gt;Followed guide to port from 10.2 to 11.1&lt;/P&gt;&lt;P&gt;Copied missing linker definitions to 11.1 project&lt;/P&gt;&lt;P&gt;Successfully built and flashed&lt;/P&gt;&lt;P&gt;Getting exception error when I start to debug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any insight provided on this issue would be great,&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 21:04:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Issues-debugging-project-after-porting-from-CodeWarrior-10-2-to/m-p/917878#M15108</guid>
      <dc:creator>lpeterso</dc:creator>
      <dc:date>2019-10-14T21:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issues debugging project after porting from CodeWarrior 10.2 to 11.1</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Issues-debugging-project-after-porting-from-CodeWarrior-10-2-to/m-p/917879#M15109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Landon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please accept my apologies for my late reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please be more specific regarding the issue you are facing? Maybe a snippet of what you see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, please check the document attached about linker file for ColdFire devices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2019 15:21:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Issues-debugging-project-after-porting-from-CodeWarrior-10-2-to/m-p/917879#M15109</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2019-10-22T15:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issues debugging project after porting from CodeWarrior 10.2 to 11.1</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Issues-debugging-project-after-porting-from-CodeWarrior-10-2-to/m-p/917880#M15110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felipe, thanks for responding to me. I actually found that the issue was in the project setup. I needed to enable console support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2019 19:26:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Issues-debugging-project-after-porting-from-CodeWarrior-10-2-to/m-p/917880#M15110</guid>
      <dc:creator>lpeterso</dc:creator>
      <dc:date>2019-10-29T19:26:31Z</dc:date>
    </item>
  </channel>
</rss>

