<?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>Digital Signal ControllersのトピックMC56F84763 compiler -PC-lint plus</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1450618#M2494</link>
    <description>&lt;P&gt;&lt;SPAN&gt;MC56F84763 use mwcc56800e-mwasm56800e-mwld56800e to compile project. Whether I can use GNU GCC compiler Tool like arm-none-eabi-gcc-4_7_3 to compiler the project.&lt;BR /&gt;Why I want to change to GNU GCC compiler, it is because of that&amp;nbsp;56800E Tool it is not support for PC-lint Plus&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2022 09:58:42 GMT</pubDate>
    <dc:creator>BobZgl</dc:creator>
    <dc:date>2022-04-28T09:58:42Z</dc:date>
    <item>
      <title>MC56F84763 compiler -PC-lint plus</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1450618#M2494</link>
      <description>&lt;P&gt;&lt;SPAN&gt;MC56F84763 use mwcc56800e-mwasm56800e-mwld56800e to compile project. Whether I can use GNU GCC compiler Tool like arm-none-eabi-gcc-4_7_3 to compiler the project.&lt;BR /&gt;Why I want to change to GNU GCC compiler, it is because of that&amp;nbsp;56800E Tool it is not support for PC-lint Plus&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 09:58:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1450618#M2494</guid>
      <dc:creator>BobZgl</dc:creator>
      <dc:date>2022-04-28T09:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84763 compiler -PC-lint plus</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1451251#M2495</link>
      <description>&lt;P&gt;As far I know, there is no GCC version supporting 56800EX cores (used by MC56F84763).&lt;BR /&gt;There is only the (previously Metrowerks) NXP toolchain available for it.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 09:51:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1451251#M2495</guid>
      <dc:creator>Lorenzo_Mch_IT</dc:creator>
      <dc:date>2022-04-29T09:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84763 compiler -PC-lint plus</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1451381#M2496</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Because the MC56F800EX only adds the 32bit*32bit =64 bits operation instructions, which is independent part, so there is not dedicated compiler for 56800EX core, the compiler is based on 56800E core.&lt;/P&gt;
&lt;P&gt;If you want to tell the compiler to use DSP56800EX core, you can use the compiler option:&lt;/P&gt;
&lt;P&gt;7.5.11 -V3&lt;BR /&gt;Generates an elf file for 56800EX digital signal controller.&lt;BR /&gt;Syntax&lt;BR /&gt;-V3&lt;/P&gt;
&lt;P&gt;For detailed information, pls refer to above section in MCU_DSC_Compiler.pdf from the directory if you have installed CodeWarrior for MCU ver&lt;/P&gt;
&lt;P&gt;.......\CW MCU v11.1\MCU\Help\PDF&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 14:21:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1451381#M2496</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-04-29T14:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84763 compiler -PC-lint plus</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1453369#M2499</link>
      <description>&lt;P&gt;&lt;SPAN&gt;According to GNU GCC using "gcc -dM -E -xc /dev/null" to print macro expansion, we can get compiler defined macros. What option to use DSP56800x_EABI_Tools to get compiler defined macros?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 08:41:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1453369#M2499</guid>
      <dc:creator>BobZgl</dc:creator>
      <dc:date>2022-05-05T08:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84763 compiler -PC-lint plus</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1453445#M2500</link>
      <description>&lt;P&gt;AFAIK there is no equivalent to those GCC options.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 10:17:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1453445#M2500</guid>
      <dc:creator>Lorenzo_Mch_IT</dc:creator>
      <dc:date>2022-05-05T10:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84763 compiler -PC-lint plus</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1453835#M2501</link>
      <description>&lt;P&gt;Thanks for you reply&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 01:18:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1453835#M2501</guid>
      <dc:creator>BobZgl</dc:creator>
      <dc:date>2022-05-06T01:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: MC56F84763 compiler -PC-lint plus</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1454445#M2504</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi Xiangjun,&lt;/P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;It look like&amp;nbsp;56800/E Digital Signal Controllers doesn't support PC-Lint plus, the problem is that the compiler doesn't&amp;nbsp; provide an option to get the macros that the compiler defines by default.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&lt;BR /&gt;Do you have any suggestions for static analysis of the MC56F84763 Project completion code&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Bob&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 07 May 2022 03:51:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/MC56F84763-compiler-PC-lint-plus/m-p/1454445#M2504</guid>
      <dc:creator>BobZgl</dc:creator>
      <dc:date>2022-05-07T03:51:29Z</dc:date>
    </item>
  </channel>
</rss>

