<?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 Re: Problems with adding LWIP to an MCUXpresso Project in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/Problems-with-adding-LWIP-to-an-MCUXpresso-Project/m-p/1000298#M2000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;Andrew Walsh,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you working with C++? I made some tests on my side and I was unable to reproduce the behavior that you mentioned. I took the example gpt_timer from the SDK 2.6.1 and added lwip to it using "Manage SDK components", I was able to compile the project without any problems. After that, I repeated the same steps, but before adding lwip to the project I included the stdio library (which is the equivalent of iostream on C) in my source files and&amp;nbsp;I didn't face any problems either. Are you able to reproduce this behavior with the newest version of the SDK?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2019 22:49:32 GMT</pubDate>
    <dc:creator>victorjimenez</dc:creator>
    <dc:date>2019-11-12T22:49:32Z</dc:date>
    <item>
      <title>Problems with adding LWIP to an MCUXpresso Project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Problems-with-adding-LWIP-to-an-MCUXpresso-Project/m-p/1000296#M1998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;We have an existing project, running on a IMXRT1052DVL6B on our own PCB (using IDE v10.3.1 build 2233 and SDK v2.5.0). I've tried importing LWIP from the MCUXpresso SDK into this project, because we now have a need for TCP/IP communications.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;First, I could not select LWIP in the "Manage SDK Components" dialog. So, I then tried to copying the LWIP folder manually into our source folder (refreshing the project in MCUXpresso and manually adding the include paths.&amp;nbsp;When I attempted to build the project, this resulted in some surprising errors, which I don't currently understand (please see the attached, copied from the MCUXpresso build output).&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;I then did some more research, and found, in this forum, that not being able to import LWIP from "Manage SDK Components" is a known problem with the 2.5.0 SDK. So I upgraded to v2.5.1 and I found I *could* import LWIP using the dialog, but it still failed to build in the same way.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Any ideas as to what could be happening here? And what we could do to work around it?&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Andrew.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2019 12:46:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Problems-with-adding-LWIP-to-an-MCUXpresso-Project/m-p/1000296#M1998</guid>
      <dc:creator>andrew_walsh</dc:creator>
      <dc:date>2019-11-04T12:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with adding LWIP to an MCUXpresso Project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Problems-with-adding-LWIP-to-an-MCUXpresso-Project/m-p/1000297#M1999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further to the post, the errors seem to occur where ever &amp;lt;iostream&amp;gt; or &amp;lt;iomanip&amp;gt; is included in our source files (the error messages are all in the system header &amp;lt;error_constants.h&amp;gt;, which is at the end of nested "chain" of includes starting with one of the above headers).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2019 13:52:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Problems-with-adding-LWIP-to-an-MCUXpresso-Project/m-p/1000297#M1999</guid>
      <dc:creator>andrew_walsh</dc:creator>
      <dc:date>2019-11-04T13:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with adding LWIP to an MCUXpresso Project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Problems-with-adding-LWIP-to-an-MCUXpresso-Project/m-p/1000298#M2000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;Andrew Walsh,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you working with C++? I made some tests on my side and I was unable to reproduce the behavior that you mentioned. I took the example gpt_timer from the SDK 2.6.1 and added lwip to it using "Manage SDK components", I was able to compile the project without any problems. After that, I repeated the same steps, but before adding lwip to the project I included the stdio library (which is the equivalent of iostream on C) in my source files and&amp;nbsp;I didn't face any problems either. Are you able to reproduce this behavior with the newest version of the SDK?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 22:49:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Problems-with-adding-LWIP-to-an-MCUXpresso-Project/m-p/1000298#M2000</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2019-11-12T22:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with adding LWIP to an MCUXpresso Project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Problems-with-adding-LWIP-to-an-MCUXpresso-Project/m-p/1000299#M2001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Victor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding, and sorry for the delay of my reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using C++, and I got LWIP building and running a little while ago, now - unfortunately, I can't remember exactly what I did. I'm sorry I didn't update this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 08:32:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Problems-with-adding-LWIP-to-an-MCUXpresso-Project/m-p/1000299#M2001</guid>
      <dc:creator>andrew_walsh</dc:creator>
      <dc:date>2019-12-03T08:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with adding LWIP to an MCUXpresso Project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Problems-with-adding-LWIP-to-an-MCUXpresso-Project/m-p/1000300#M2002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrew,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm glad to hear that you were able to get LWIP running on your project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Victor&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 17:41:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Problems-with-adding-LWIP-to-an-MCUXpresso-Project/m-p/1000300#M2002</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2019-12-03T17:41:22Z</dc:date>
    </item>
  </channel>
</rss>

