<?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>CodeWarrior for StarCoreのトピックRe: Why Codwarrior complains: &amp;quot;WARNING: Option -w with parameter all appears twice.&amp;quot;</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Why-Codwarrior-complains-quot-WARNING-Option-w-with-parameter/m-p/349399#M474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhang, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;-Wall includes –Wmwfe-all option, this is why the warning is generated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;To correct it, it is enough to remove the –Wmwfe-all option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Aug 2014 15:10:23 GMT</pubDate>
    <dc:creator>jorge_plascencia</dc:creator>
    <dc:date>2014-08-14T15:10:23Z</dc:date>
    <item>
      <title>Why Codwarrior complains: "WARNING: Option -w with parameter all appears twice."</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Why-Codwarrior-complains-quot-WARNING-Option-w-with-parameter/m-p/349397#M472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dear friends,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I met a problems with Codewarrior 10.5.2 where it continue reporting "WARNING: Option -w with parameter all appears twice." even if the build is successfully.&lt;/P&gt;&lt;P&gt;posted part of args file as below, from my view, there is no such “-Wall” twice in there, but "&lt;STRONG style="color: #ff0000; font-family: verdana, geneva;"&gt;-Wall -Wmwfe-all&lt;/STRONG&gt;" instead. Would SCC only accept Wall or wmwfe-all, but not both of them? is this a mistake of scc?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;-arch bsc9131 -be -mh -slld -dm "$(BIN)/xxxx.map" -mem "$(ProjDirPath)/Linker_Command/9131/os_psc9x31_link.l3k" -Xlnk "-DONBOARD_DDR_SIZE=1024 -reread-lib -ignore-machine-model-specification -display-info1-in-map -enable-warn-placing-section-on-first-fit-basis -o2-place" -env "$(SCEnvironmentEnv)" -use-license-file "$(SCLicenseFile3900Env)" -slld &lt;STRONG style="color: #ff0000;"&gt;-Wall -Wmwfe-all&lt;/STRONG&gt; -Wnomwfe-error -Wlnk-progbits-after-nobits -Wlnk-stack-effect &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 09:16:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Why-Codwarrior-complains-quot-WARNING-Option-w-with-parameter/m-p/349397#M472</guid>
      <dc:creator>yuxiangzhang</dc:creator>
      <dc:date>2014-08-11T09:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why Codwarrior complains: "WARNING: Option -w with parameter all appears twice."</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Why-Codwarrior-complains-quot-WARNING-Option-w-with-parameter/m-p/349398#M473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"-Wmwfe-all" is an instance of -Wparameter-&amp;lt;keyword&amp;gt; to enable all warnings on compiler front end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try "-Wno1408" in "To shell" box to avoid this option appear twice warning from display. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/45817i082DB676998252FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 08:07:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Why-Codwarrior-complains-quot-WARNING-Option-w-with-parameter/m-p/349398#M473</guid>
      <dc:creator>lunminliang</dc:creator>
      <dc:date>2014-08-14T08:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why Codwarrior complains: "WARNING: Option -w with parameter all appears twice."</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Why-Codwarrior-complains-quot-WARNING-Option-w-with-parameter/m-p/349399#M474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhang, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;-Wall includes –Wmwfe-all option, this is why the warning is generated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;To correct it, it is enough to remove the –Wmwfe-all option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 15:10:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Why-Codwarrior-complains-quot-WARNING-Option-w-with-parameter/m-p/349399#M474</guid>
      <dc:creator>jorge_plascencia</dc:creator>
      <dc:date>2014-08-14T15:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why Codwarrior complains: "WARNING: Option -w with parameter all appears twice."</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Why-Codwarrior-complains-quot-WARNING-Option-w-with-parameter/m-p/349400#M475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jorge and Lumin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. and Sorry for the late response, I believe the issues are been solved by your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 01:55:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-StarCore/Why-Codwarrior-complains-quot-WARNING-Option-w-with-parameter/m-p/349400#M475</guid>
      <dc:creator>yuxiangzhang</dc:creator>
      <dc:date>2014-10-24T01:55:28Z</dc:date>
    </item>
  </channel>
</rss>

