<?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>MCUXpresso IDE中的主题 Re: How do you disable map file parsing?</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1472020#M8162</link>
    <description>&lt;P&gt;You might have to remove the warnings in the 'Problems' view, as they are not automatically removed. After that, they should not show up if you open the .map as 'text editor' file.&lt;/P&gt;&lt;P&gt;In any case: if you could post the map file in question here, the MCUXpresso IDE engineers could have a look.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 06:17:03 GMT</pubDate>
    <dc:creator>ErichStyger</dc:creator>
    <dc:date>2022-06-10T06:17:03Z</dc:date>
    <item>
      <title>How do you disable map file parsing?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1307174#M7113</link>
      <description>&lt;P&gt;Some of my MCUX projects have JavaScript modules in the source tree for an embedded web front end. The problem I'm having is that the IDE chokes on the related .map files, because of course it's expecting linker map files and not JavaScript debugger map files.&lt;/P&gt;&lt;P&gt;I've already set the editor to the plain text editor as Erich suggested, and it does open with the plain text editor when I click on a map file, but it doesn't affect the error output. I'm getting over 12,000 warnings ("no viable alternative at character ';'") which of course clutters up the view a bit.&lt;/P&gt;&lt;P&gt;If it's not possible to stop the files from being parsed, can the warnings at least be suppressed?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 21:11:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1307174#M7113</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2021-07-13T21:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do you disable map file parsing?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1307351#M7116</link>
      <description>&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;the 'editor mapping' prevents it from parsed, but the errors are kept until the file is parsed again.&lt;/P&gt;&lt;P&gt;So you need to manually delete them:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErichS_0-1626239737041.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/149761iDC30A98BFC1AFB03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ErichS_0-1626239737041.png" alt="ErichS_0-1626239737041.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 05:15:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1307351#M7116</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2021-07-14T05:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do you disable map file parsing?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1307864#M7122</link>
      <description>&lt;P&gt;I'd done that and the errors were still coming back. I found the problem, though - it looks like you have to choose to open&amp;nbsp;&lt;EM&gt;all&lt;/EM&gt; .map files with the text editor and not just the specific map files that it doesn't like. I can live with that - the map file editor doesn't do much that's useful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 17:14:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1307864#M7122</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2021-07-14T17:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do you disable map file parsing?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1308701#M7127</link>
      <description>&lt;P&gt;I spoke too soon - it didn't actually permanently fix it. I've got it set to open all .map files with the text editor, and it does that. As soon as I clean the project or rebuild the .map files, though, all of the warnings come back.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 00:45:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1308701#M7127</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2021-07-16T00:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do you disable map file parsing?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1471756#M8159</link>
      <description>&lt;P&gt;This doesn't seem to work for me. Even after choosing to open all .map files with the text editor the warnings keep coming back. Any other ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 19:39:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1471756#M8159</guid>
      <dc:creator>sorh</dc:creator>
      <dc:date>2022-06-09T19:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do you disable map file parsing?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1472020#M8162</link>
      <description>&lt;P&gt;You might have to remove the warnings in the 'Problems' view, as they are not automatically removed. After that, they should not show up if you open the .map as 'text editor' file.&lt;/P&gt;&lt;P&gt;In any case: if you could post the map file in question here, the MCUXpresso IDE engineers could have a look.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 06:17:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1472020#M8162</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-06-10T06:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do you disable map file parsing?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1472151#M8164</link>
      <description>&lt;P&gt;I eventually was able to get rid of these warning by adding an exclusion under the resource filters. Thanks anyway!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 09:19:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-disable-map-file-parsing/m-p/1472151#M8164</guid>
      <dc:creator>sorh</dc:creator>
      <dc:date>2022-06-10T09:19:28Z</dc:date>
    </item>
  </channel>
</rss>

