<?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: map file viewer bugs (ASSERT Macro flagged as problem, null-ptr exception) in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1466921#M8129</link>
    <description>&lt;P&gt;Thanks &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt; as always!&lt;BR /&gt;I've attached an example map file to the original post.&lt;BR /&gt;Much appreciate the clarification; I assumed the map file viewer was standard Eclipse or CDT...&lt;BR /&gt;Thanks,&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2022 16:29:32 GMT</pubDate>
    <dc:creator>davenadler</dc:creator>
    <dc:date>2022-05-31T16:29:32Z</dc:date>
    <item>
      <title>map file viewer bugs (ASSERT Macro flagged as problem, null-ptr exception)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1466389#M8118</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Viewing a GCC map file in the IDE, ASSERT lines are flagged as a problem:&lt;BR /&gt;&lt;STRONG&gt;Description Resource Path Location Type&lt;BR /&gt;missing '=' at '(' MFW2.map /MFW2/Debug line: 17202 /MFW2/Debug/MFW2.map Map File Problem&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;The map file contents are for example:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;LOAD ./Generated_uC_setup/pin_mux.o
LOAD C:\git_CAP\repo_MFW2\MFW2\libs\libarm_cortexM4lf_math.a
                0x00016000                HEAP_SIZE = DEFINED (__heap_size__)?__heap_size__:0x400
                0x00000800                STACK_SIZE = DEFINED (__stack_size__)?__stack_size__:0x400
                0x00000001                ASSERT (((HEAP_SIZE &amp;amp; 0xf) == 0x0), HEAP_SIZE must be multiple of 16)
                0x00000001                ASSERT (((STACK_SIZE &amp;amp; 0xf) == 0x0), STACK_SIZE must be multiple of 16)
                0x00016000                _HeapSize = HEAP_SIZE
                0x00000800                _StackSize = STACK_SIZE
                0x00000000                M_VECTOR_RAM_SIZE = 0x0&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class=""&gt;The link works just fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I'm using NXP's MCUXpresso IDE v11.3.0 [Build 5222] [2021-01-11],&lt;BR /&gt;which is based on Eclipse CDT 9.11.1.202006011430&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Best Regards, Dave&lt;BR /&gt;&lt;BR /&gt;PS: Also... If Eclipse is started with the map file as an open tab, but the map file is not present (for example after a clean), the viewer dies with a null-ptr exception.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;PPS: I tried reporting the problem here but got nowhere: &lt;A href="https://www.eclipse.org/forums/index.php/m/1852668/#msg_1852668" target="_self"&gt;https://www.eclipse.org/forums/index.php/m/1852668/#msg_1852668&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 16:27:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1466389#M8118</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2022-05-31T16:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: map file viewer bugs (ASSERT Macro flagged as problem, null-ptr exception)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1466606#M8121</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/132425"&gt;@davenadler&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;this map file parser is a NXP specific feature afik, so the Eclipse community won't act on that. But I'm sure the NXP engineers would like to have a look: I passed a few of such things in the past and they corrected it in the upcoming release.&lt;/P&gt;&lt;P&gt;I tried your snippet with the 11.5.1 version, and that looked ok (warnings, but no assert). Would you be able to share your full map file for a test?&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 07:26:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1466606#M8121</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-05-31T07:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: map file viewer bugs (ASSERT Macro flagged as problem, null-ptr exception)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1466632#M8122</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/132425"&gt;@davenadler&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;about the thing of no-existing map file: With 11.5.1 I get nothing unexpected:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErichStyger_0-1653983406454.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/181732i294A75C534D0DE40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErichStyger_0-1653983406454.png" alt="ErichStyger_0-1653983406454.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it could be something which has been fixed meanwhile.&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 07:50:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1466632#M8122</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-05-31T07:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: map file viewer bugs (ASSERT Macro flagged as problem, null-ptr exception)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1466921#M8129</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt; as always!&lt;BR /&gt;I've attached an example map file to the original post.&lt;BR /&gt;Much appreciate the clarification; I assumed the map file viewer was standard Eclipse or CDT...&lt;BR /&gt;Thanks,&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 16:29:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1466921#M8129</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2022-05-31T16:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: map file viewer bugs (ASSERT Macro flagged as problem, null-ptr exception)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1468256#M8137</link>
      <description>&lt;P&gt;Thanks for attaching the map file. We're seeing the two warnings on our side as well and logged a ticket to track the issue internally. We'll plan a fix for a future release. Note that the warnings you see during map or linker script parsing are not blocking by any means build or debug.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 13:44:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1468256#M8137</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2022-06-02T13:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: map file viewer bugs (ASSERT Macro flagged as problem, null-ptr exception)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1468260#M8139</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt; and &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/103451"&gt;@lpcxpresso_supp&lt;/a&gt; !&lt;BR /&gt;Best Regards, Dave&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 13:54:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/map-file-viewer-bugs-ASSERT-Macro-flagged-as-problem-null-ptr/m-p/1468260#M8139</guid>
      <dc:creator>davenadler</dc:creator>
      <dc:date>2022-06-02T13:54:18Z</dc:date>
    </item>
  </channel>
</rss>

