<?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>Kinetis Software Development KitのトピックRe: Problem Virtual Function in K22 g++ compiler</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-Virtual-Function-in-K22-g-compiler/m-p/1537906#M8138</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/207395"&gt;@vdavi81_cefla&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The virtual keyword is included in the C++ language/dialect for C++ compilers.&lt;/P&gt;
&lt;P&gt;Could you please help us check the next information:&lt;/P&gt;
&lt;OL type="1"&gt;
&lt;LI value="1"&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/MCUXpresso_IDE_User_Guide.pdf" target="_blank"&gt;MCUXpresso IDE User Guide&lt;/A&gt;. Chapter 17. C/C++ Library Support.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/MCUXpresso-General-Knowledge/How-to-Switch-C-C-Library-in-MCUXpresso-IDE/ta-p/1126761#switch" target="_blank"&gt;How to Switch C/C++ Library in MCUXpresso IDE&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;And these posts might be useful: &lt;A href="https://community.nxp.com/t5/LPCXpresso-IDE/C-pure-virtual-class-with-newlib/m-p/557633" target="_blank"&gt;C++ pure virtual class with newlib - NXP Community&lt;/A&gt; and &lt;A href="https://mcuoneclipse.com/2020/07/11/from-c-to-c-converting-eclipse-c-projekts/" target="_blank"&gt;From C to C++: Converting Eclipse C Projects | MCU on Eclipse&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Regards, Raul.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2022 14:25:56 GMT</pubDate>
    <dc:creator>RaRo</dc:creator>
    <dc:date>2022-10-14T14:25:56Z</dc:date>
    <item>
      <title>Problem Virtual Function in K22 g++ compiler</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-Virtual-Function-in-K22-g-compiler/m-p/1535734#M8135</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working in a k22 project, and I tried to use a old C++ Library, coming from, another project.&lt;/P&gt;&lt;P&gt;If I try to Compiler this code:&lt;/P&gt;&lt;P&gt;class tFsm&lt;BR /&gt;{&lt;BR /&gt;public:&lt;BR /&gt;tFsm(const T&amp;amp; initial_state) {&lt;BR /&gt;Init(initial_state); }&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;virtual void Go(const T&amp;amp; next_state) {&lt;BR /&gt;_ns = next_state;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;In RUNT-TIME the code goes in&amp;nbsp; MemManage_Handler().&lt;/P&gt;&lt;P&gt;If I delete the virtual keyword, the code Run without problems.&lt;/P&gt;&lt;P&gt;Somebody can help me. It's a question of C++ Dialet? Or I have to set some kind of compiling option?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 15:24:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-Virtual-Function-in-K22-g-compiler/m-p/1535734#M8135</guid>
      <dc:creator>vdavi81_cefla</dc:creator>
      <dc:date>2022-10-11T15:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Virtual Function in K22 g++ compiler</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-Virtual-Function-in-K22-g-compiler/m-p/1537906#M8138</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/207395"&gt;@vdavi81_cefla&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The virtual keyword is included in the C++ language/dialect for C++ compilers.&lt;/P&gt;
&lt;P&gt;Could you please help us check the next information:&lt;/P&gt;
&lt;OL type="1"&gt;
&lt;LI value="1"&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/MCUXpresso_IDE_User_Guide.pdf" target="_blank"&gt;MCUXpresso IDE User Guide&lt;/A&gt;. Chapter 17. C/C++ Library Support.&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/MCUXpresso-General-Knowledge/How-to-Switch-C-C-Library-in-MCUXpresso-IDE/ta-p/1126761#switch" target="_blank"&gt;How to Switch C/C++ Library in MCUXpresso IDE&lt;/A&gt;.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;And these posts might be useful: &lt;A href="https://community.nxp.com/t5/LPCXpresso-IDE/C-pure-virtual-class-with-newlib/m-p/557633" target="_blank"&gt;C++ pure virtual class with newlib - NXP Community&lt;/A&gt; and &lt;A href="https://mcuoneclipse.com/2020/07/11/from-c-to-c-converting-eclipse-c-projekts/" target="_blank"&gt;From C to C++: Converting Eclipse C Projects | MCU on Eclipse&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Regards, Raul.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 14:25:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Problem-Virtual-Function-in-K22-g-compiler/m-p/1537906#M8138</guid>
      <dc:creator>RaRo</dc:creator>
      <dc:date>2022-10-14T14:25:56Z</dc:date>
    </item>
  </channel>
</rss>

