<?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: Copying LWIP to custom project giving errors in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/Copying-LWIP-to-custom-project-giving-errors/m-p/975884#M1885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sharad,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the steps you need to follow to reference the project:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. After copying the folder into the project, right click on the project and go to Properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. There are two places where you need to add the folder, the first one is in C/C++ Build -&amp;gt; Settings, in MCU C Compiler go to Includes and click the symbol to Add...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/98425iFAA9238C8CD03BEC/image-size/large?v=v2&amp;amp;px=999" title="Capture3.PNG" alt="Capture3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Click on workspace and select the project and look for the folder that was added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to do this with all subfolders of the lwip folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;../lwip/contrib/apps/tcpecho_raw&lt;/P&gt;&lt;P&gt;../lwip/port/arch&lt;/P&gt;&lt;P&gt;../lwip/src/include/compat/posix/arpa&lt;/P&gt;&lt;P&gt;../lwip/src/include/compat/posix/net&lt;/P&gt;&lt;P&gt;../lwip/src/include/compat/posix&lt;/P&gt;&lt;P&gt;../lwip/src/include/compat/posix/sys&lt;/P&gt;&lt;P&gt;../lwip/src/include/compat/stdc&lt;/P&gt;&lt;P&gt;../lwip/src/include/lwip&lt;/P&gt;&lt;P&gt;../lwip/src/include/lwip/priv&lt;/P&gt;&lt;P&gt;../lwip/src/include/lwip/prot&lt;/P&gt;&lt;P&gt;../lwip/src/include/netif&lt;/P&gt;&lt;P&gt;../lwip/src/include/netif/ppp&lt;/P&gt;&lt;P&gt;../lwip/src/include/netif/ppp/polarssl&lt;/P&gt;&lt;P&gt;../lwip/port&lt;/P&gt;&lt;P&gt;../lwip/src&lt;/P&gt;&lt;P&gt;../lwip/src/include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. The next place to add the folder is C/C ++ General -&amp;gt; Paths and Symbols -&amp;gt; Source Location -&amp;gt; Add Folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/98426i879A205C2AF58439/image-size/large?v=v2&amp;amp;px=999" title="Capture6.PNG" alt="Capture6.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Look for the folder that was added (lwip), click Ok, then click Apply and Close.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You also need to overwrite the board folder, copy the utilities and component folders and do the same steps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this steps the lwip folder is referenced and shouldn't appear the errors you mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have any questions please don't hesitate to ask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2019 16:30:03 GMT</pubDate>
    <dc:creator>nxf58474</dc:creator>
    <dc:date>2019-12-19T16:30:03Z</dc:date>
    <item>
      <title>Copying LWIP to custom project giving errors</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Copying-LWIP-to-custom-project-giving-errors/m-p/975881#M1882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have run the lwip_tcpecho_bm examples from SDK on LPCXpresso54608 eval board.&lt;/P&gt;&lt;P&gt;Now I want to copy the lwip library/folder to my new application developing for custom board based on LPC54606.&lt;/P&gt;&lt;P&gt;I have copied the lwip folder to new custome project but giving lot of undefined reference errors.&lt;/P&gt;&lt;P&gt;I have added paths in C compile and Linker includes as well but still giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how can I copy the LWIP package to new custom project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2019 13:47:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Copying-LWIP-to-custom-project-giving-errors/m-p/975881#M1882</guid>
      <dc:creator>sharads</dc:creator>
      <dc:date>2019-12-13T13:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Copying LWIP to custom project giving errors</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Copying-LWIP-to-custom-project-giving-errors/m-p/975882#M1883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sharad,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you are going well. What IDE are you using and which version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2019 15:20:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Copying-LWIP-to-custom-project-giving-errors/m-p/975882#M1883</guid>
      <dc:creator>nxf58474</dc:creator>
      <dc:date>2019-12-17T15:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Copying LWIP to custom project giving errors</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Copying-LWIP-to-custom-project-giving-errors/m-p/975883#M1884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ricardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCUXpresso IDE v11.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sharad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2019 04:44:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Copying-LWIP-to-custom-project-giving-errors/m-p/975883#M1884</guid>
      <dc:creator>sharads</dc:creator>
      <dc:date>2019-12-18T04:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Copying LWIP to custom project giving errors</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Copying-LWIP-to-custom-project-giving-errors/m-p/975884#M1885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sharad,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the steps you need to follow to reference the project:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. After copying the folder into the project, right click on the project and go to Properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. There are two places where you need to add the folder, the first one is in C/C++ Build -&amp;gt; Settings, in MCU C Compiler go to Includes and click the symbol to Add...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/98425iFAA9238C8CD03BEC/image-size/large?v=v2&amp;amp;px=999" title="Capture3.PNG" alt="Capture3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Click on workspace and select the project and look for the folder that was added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to do this with all subfolders of the lwip folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;../lwip/contrib/apps/tcpecho_raw&lt;/P&gt;&lt;P&gt;../lwip/port/arch&lt;/P&gt;&lt;P&gt;../lwip/src/include/compat/posix/arpa&lt;/P&gt;&lt;P&gt;../lwip/src/include/compat/posix/net&lt;/P&gt;&lt;P&gt;../lwip/src/include/compat/posix&lt;/P&gt;&lt;P&gt;../lwip/src/include/compat/posix/sys&lt;/P&gt;&lt;P&gt;../lwip/src/include/compat/stdc&lt;/P&gt;&lt;P&gt;../lwip/src/include/lwip&lt;/P&gt;&lt;P&gt;../lwip/src/include/lwip/priv&lt;/P&gt;&lt;P&gt;../lwip/src/include/lwip/prot&lt;/P&gt;&lt;P&gt;../lwip/src/include/netif&lt;/P&gt;&lt;P&gt;../lwip/src/include/netif/ppp&lt;/P&gt;&lt;P&gt;../lwip/src/include/netif/ppp/polarssl&lt;/P&gt;&lt;P&gt;../lwip/port&lt;/P&gt;&lt;P&gt;../lwip/src&lt;/P&gt;&lt;P&gt;../lwip/src/include&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. The next place to add the folder is C/C ++ General -&amp;gt; Paths and Symbols -&amp;gt; Source Location -&amp;gt; Add Folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/98426i879A205C2AF58439/image-size/large?v=v2&amp;amp;px=999" title="Capture6.PNG" alt="Capture6.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Look for the folder that was added (lwip), click Ok, then click Apply and Close.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You also need to overwrite the board folder, copy the utilities and component folders and do the same steps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this steps the lwip folder is referenced and shouldn't appear the errors you mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have any questions please don't hesitate to ask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2019 16:30:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Copying-LWIP-to-custom-project-giving-errors/m-p/975884#M1885</guid>
      <dc:creator>nxf58474</dc:creator>
      <dc:date>2019-12-19T16:30:03Z</dc:date>
    </item>
  </channel>
</rss>

