<?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>topic Sample C++ Proejct for TCP Echo - iMX RT1064-EVK in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Sample-C-Proejct-for-TCP-Echo-iMX-RT1064-EVK/m-p/1756949#M27564</link>
    <description>&lt;P&gt;Hi fellas,&lt;/P&gt;&lt;P&gt;I've seen example project based on c - for lwip-freeRTOS-tcp-echo in iMX RT1064 in SDK2.14.0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm really interested in c++ project for the same -&amp;nbsp;lwip-freeRTOS-tcp-echo in&amp;nbsp;iMX RT1064.&lt;/P&gt;&lt;P&gt;Is there any working example so?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2023 13:14:08 GMT</pubDate>
    <dc:creator>GanesanGuru</dc:creator>
    <dc:date>2023-11-14T13:14:08Z</dc:date>
    <item>
      <title>Sample C++ Proejct for TCP Echo - iMX RT1064-EVK</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Sample-C-Proejct-for-TCP-Echo-iMX-RT1064-EVK/m-p/1756949#M27564</link>
      <description>&lt;P&gt;Hi fellas,&lt;/P&gt;&lt;P&gt;I've seen example project based on c - for lwip-freeRTOS-tcp-echo in iMX RT1064 in SDK2.14.0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm really interested in c++ project for the same -&amp;nbsp;lwip-freeRTOS-tcp-echo in&amp;nbsp;iMX RT1064.&lt;/P&gt;&lt;P&gt;Is there any working example so?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 13:14:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Sample-C-Proejct-for-TCP-Echo-iMX-RT1064-EVK/m-p/1756949#M27564</guid>
      <dc:creator>GanesanGuru</dc:creator>
      <dc:date>2023-11-14T13:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sample C++ Proejct for TCP Echo - iMX RT1064-EVK</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Sample-C-Proejct-for-TCP-Echo-iMX-RT1064-EVK/m-p/1757145#M27566</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216172"&gt;@GanesanGuru&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'm afraid we do not have any example project of lwip in c++ for any of our i.MX RT devices. Sorry for the inconvenience this may cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 20:35:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Sample-C-Proejct-for-TCP-Echo-iMX-RT1064-EVK/m-p/1757145#M27566</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2023-11-14T20:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sample C++ Proejct for TCP Echo - iMX RT1064-EVK</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Sample-C-Proejct-for-TCP-Echo-iMX-RT1064-EVK/m-p/1757378#M27576</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/186731"&gt;@EdwinHz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've trying to create a new C++ project and its&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;not C based "lwip_ipv4_ipv6_echo_freertos"project&lt;/STRONG&gt;&lt;SPAN&gt;, as there is no sample C++ project for the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Since the main app file is in cpp &amp;amp; other lwip/freeRTOS src files are in c, am I getting thsi linker error :&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;undefined reference to `sys_lock_tcpip_core()'&lt;/LI&gt;&lt;LI&gt;undefined reference to `sys_unlock_tcpip_core()'&lt;/LI&gt;&lt;LI&gt;undefined reference to `shell_task_init(void*, int)'&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Kindly let me know how to resolve this error. The build log is attached as follows for your reference.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 07:17:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Sample-C-Proejct-for-TCP-Echo-iMX-RT1064-EVK/m-p/1757378#M27576</guid>
      <dc:creator>GanesanGuru</dc:creator>
      <dc:date>2023-11-15T07:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sample C++ Proejct for TCP Echo - iMX RT1064-EVK</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Sample-C-Proejct-for-TCP-Echo-iMX-RT1064-EVK/m-p/1757895#M27593</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216172"&gt;@GanesanGuru&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Yes, I'm afraid migrating the whole&amp;nbsp;lwip_ipv4_ipv6_echo_freertos project to C++ could not be as simple as simply because there are too many dependencies and the whole lwip stack would have to be rewritten to enable C++ as well. I would highly encourage you to maintain the implementation in C, as this is not only how the stack was designed, but how we can support it.&lt;/P&gt;
&lt;P&gt;I'm sorry once again for the inconvenience.&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 22:16:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Sample-C-Proejct-for-TCP-Echo-iMX-RT1064-EVK/m-p/1757895#M27593</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2023-11-15T22:16:23Z</dc:date>
    </item>
  </channel>
</rss>

