<?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 GeneralのトピックExcluding folders from code analysis</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1204715#M4056</link>
    <description>&lt;P&gt;How do I get the MCUXpresso IDE (v11.1.1) to skip code analysis on specific folders?&lt;/P&gt;&lt;P&gt;Actually, I'm not 100% sure it's the code analysis module but I can't figure out where this is coming from if that's not it. The issue is that I have Javascript sourcemap files (.map) extension in one folder, which is already excluded from the build, and building the project yields 136,000 results like this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;no viable alternative at character '—'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Obviously this is a little inconvenient in that I'm not able to see any&amp;nbsp;&lt;EM&gt;real&lt;/EM&gt; warnings without scrolling for days. How do I prevent it from trying to parse map files?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
    <pubDate>Tue, 29 Dec 2020 03:08:10 GMT</pubDate>
    <dc:creator>scottm</dc:creator>
    <dc:date>2020-12-29T03:08:10Z</dc:date>
    <item>
      <title>Excluding folders from code analysis</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1204715#M4056</link>
      <description>&lt;P&gt;How do I get the MCUXpresso IDE (v11.1.1) to skip code analysis on specific folders?&lt;/P&gt;&lt;P&gt;Actually, I'm not 100% sure it's the code analysis module but I can't figure out where this is coming from if that's not it. The issue is that I have Javascript sourcemap files (.map) extension in one folder, which is already excluded from the build, and building the project yields 136,000 results like this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;no viable alternative at character '—'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Obviously this is a little inconvenient in that I'm not able to see any&amp;nbsp;&lt;EM&gt;real&lt;/EM&gt; warnings without scrolling for days. How do I prevent it from trying to parse map files?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 03:08:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1204715#M4056</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2020-12-29T03:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding folders from code analysis</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1204965#M4057</link>
      <description>&lt;P&gt;If it is not a source folder, then it should not be being scanned. Also a .map file is not a known file extension, so there should be anything that is parsing it.&lt;/P&gt;&lt;P&gt;Can you take a screenshot of the error dialog, showing the problem(s)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 13:44:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1204965#M4057</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-12-29T13:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding folders from code analysis</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1205015#M4058</link>
      <description>&lt;P&gt;This is what the warnings look like. Seems to be the IDE itself trying to parse a .map file, maybe for syntax highlighting. It happens if I just open a file in the editor.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scottm_0-1609267242139.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/133651i8C27F64A4B811E1F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="scottm_0-1609267242139.png" alt="scottm_0-1609267242139.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;scottm_0-1609267242139.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 18:41:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1205015#M4058</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2020-12-29T18:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding folders from code analysis</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1205019#M4059</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/126981"&gt;@scottm&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;to disable or exclude files/folder from Code Analysis (CODAN), you have to use the Resource Filter (see&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2020/12/29/eclipse-codan-static-code-analysis-for-c-c/" target="_blank"&gt;https://mcuoneclipse.com/2020/12/29/eclipse-codan-static-code-analysis-for-c-c/&lt;/A&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>Tue, 29 Dec 2020 19:14:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1205019#M4059</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-12-29T19:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding folders from code analysis</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1205020#M4060</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/126981"&gt;@scottm&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;try disabling the map file parser, see&amp;nbsp;&lt;A href="https://community.nxp.com/t5/MCUXpresso-IDE/MCUX-11-0-map-file-error-incremental-build-not-working/m-p/936491/highlight/true#M4347" target="_blank"&gt;https://community.nxp.com/t5/MCUXpresso-IDE/MCUX-11-0-map-file-error-incremental-build-not-working/m-p/936491/highlight/true#M4347&lt;/A&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>Tue, 29 Dec 2020 19:17:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1205020#M4060</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-12-29T19:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding folders from code analysis</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1205023#M4061</link>
      <description>&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;I'd forgotten about that thread. I remember the RULE_HEX problem, and I think I mostly just worked around the parsing issue by writing my own script to winnow the real .map file down to something less cluttered. I wasn't getting the 'no viable alternative' error then.&lt;/P&gt;&lt;P&gt;I've changed the editor to generic text for all .map files and it doesn't give the warnings when I open the files but it does still show them when I do a clean and build. I can't find anything in the build steps that would indicate what component is doing this.&lt;/P&gt;&lt;P&gt;I'm fairly certain it's my recent addition of Javascript sourcemaps to the project that caused this issue, but it's also worth noting that some of the project settings got trashed while trying to add an SDK driver. Notably, my file exclusions got clobbered for at least one build configuration.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 19:49:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Excluding-folders-from-code-analysis/m-p/1205023#M4061</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2020-12-29T19:49:00Z</dc:date>
    </item>
  </channel>
</rss>

