<?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>MCUXpresso IDEのトピックRe: Add lwIP to a Project on MCUXpresso</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702976#M892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Please share your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2017 05:52:25 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2017-10-13T05:52:25Z</dc:date>
    <item>
      <title>Add lwIP to a Project on MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702975#M891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to implement a lwIP stack to my project using KSDK2.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When testing the TCPECHO example it works just fine, but when I copy the lwIP folder to my project, and add the paths to "MCU C Compiler -&amp;gt; Includes" and to "MCU Assembler -&amp;gt; General", the build fails with the following console error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Building target: MK64FN1M0xxx12_Project.axf&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Invoking: MCU Linker&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;arm-none-eabi-gcc -nostdlib -Xlinker -Map="MK64FN1M0xxx12_Project.map" -Xlinker --gc-sections -Xlinker -print-memory-usage -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -T MK64FN1M0xxx12_Project_Debug.ld -o "MK64FN1M0xxx12_Project.axf" ./utilities/fsl_debug_console.o ./utilities/fsl_notifier.o ./utilities/fsl_shell.o ./twrk64f120m/board.o ./twrk64f120m/clock_config.o ./twrk64f120m/pin_mux.o ./startup/startup_mk64f12.o ./source/MK64FN1M0xxx12_Project.o ./freertos/croutine.o ./freertos/event_groups.o ./freertos/fsl_tickless_lptmr.o ./freertos/fsl_tickless_systick.o ./freertos/heap_4.o ./freertos/list.o ./freertos/port.o ./freertos/queue.o ./freertos/tasks.o ./freertos/timers.o ./drivers/fsl_adc16.o ./drivers/fsl_clock.o ./drivers/fsl_cmp.o ./drivers/fsl_common.o ./drivers/fsl_dspi.o ./drivers/fsl_dspi_freertos.o ./drivers/fsl_enet.o ./drivers/fsl_flash.o ./drivers/fsl_gpio.o ./drivers/fsl_pit.o ./drivers/fsl_smc.o ./drivers/fsl_sysmpu.o ./drivers/fsl_uart.o ./drivers/fsl_uart_freertos.o ./drivers/fsl_wdog.o ./CMSIS/system_MK64F12.o &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Memory region Used Size Region Size %age Used&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; PROGRAM_FLASH: 32108 B 1 MB 3.06%&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; SRAM_UPPER: 40228 B 192 KB 20.46%&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;./source/MK64FN1M0xxx12_Project.o: In function `Init_task':&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; SRAM_LOWER: 0 GB 64 KB 0.00%&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:485: undefined reference to `tcpip_init'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:492: undefined reference to `netif_remove'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:488: undefined reference to `netif_add'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:499: undefined reference to `dhcp_start'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:504: undefined reference to `lwip_strerr'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:515: undefined reference to `ip4addr_ntoa'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:516: undefined reference to `ip4addr_ntoa'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:517: undefined reference to `ip4addr_ntoa'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:519: undefined reference to `netif_set_default'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:526: undefined reference to `ethernet_input'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:526: undefined reference to `ethernetif_init'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;./source/MK64FN1M0xxx12_Project.o: In function `UDP1_Task':&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:691: undefined reference to `netif_set_up'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:694: undefined reference to `netconn_new_with_proto_and_callback'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:695: undefined reference to `sys_assert'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:698: undefined reference to `netconn_bind'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:711: undefined reference to `netconn_recv'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:713: undefined reference to `netbuf_data'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; FLEX_RAM: 0 GB 4 KB 0.00%&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:722: undefined reference to `netbuf_delete'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;./source/MK64FN1M0xxx12_Project.o: In function `main':&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;C:\workspace.MCUXpresso\MK64FN1M0xxx12_Project\Debug/../source/MK64FN1M0xxx12_Project.c:886: undefined reference to `sys_thread_new'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;collect2.exe: error: ld returned 1 exit status&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;make: *** [MK64FN1M0xxx12_Project.axf] Error 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already checked the paths and don't know what to do anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea would be of plenty help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Gustavo Cossta&lt;/P&gt;&lt;P&gt;R&amp;amp;D Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 15:03:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702975#M891</guid>
      <dc:creator>gustavocosta</dc:creator>
      <dc:date>2017-10-10T15:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add lwIP to a Project on MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702976#M892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Please share your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 05:52:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702976#M892</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-10-13T05:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add lwIP to a Project on MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702977#M893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just created a project from MCUXpresso Quickstart page choose the board as a TWR-K64 with KSDK2.2 and add otherthings as FreeRTOS, some drivers and utilities (without semihosting). Then, when I copy the lwIP folder from a example project and added the include paths as was in the project I get this error. Anyway, my project is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to work arround this problem by importing an example and turning it into my project, but I could really use a step by step guide on how to add stacks to a project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Gustavo Costa&lt;/P&gt;&lt;P&gt;R&amp;amp;D Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 12:11:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702977#M893</guid>
      <dc:creator>gustavocosta</dc:creator>
      <dc:date>2017-10-13T12:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add lwIP to a Project on MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702978#M894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gustavo,&lt;/P&gt;&lt;P&gt;I don't know why it can't add new folder under the project , while I find a workaround ,&lt;/P&gt;&lt;P&gt;move the lwip folder under a existing folder, for example "source", then also change the path on&lt;/P&gt;&lt;P&gt;"MCU C Compiler -&amp;gt; Includes"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31711i82AA5CC2E1196A8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; also attached your project after moving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 08:52:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702978#M894</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-10-16T08:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add lwIP to a Project on MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702979#M895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Alice_Yang"&gt;Alice_Yang&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try doing this from now on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Gustavo Costa&lt;/P&gt;&lt;P&gt;R&amp;amp;D Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 12:04:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702979#M895</guid>
      <dc:creator>gustavocosta</dc:creator>
      <dc:date>2017-10-16T12:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add lwIP to a Project on MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702980#M896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helllo Gustavo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 09:40:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702980#M896</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-10-17T09:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Add lwIP to a Project on MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702981#M897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Alice_Yang"&gt;Alice_Yang&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry to bother you again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am trying to include the USB Stack from the example "USB Host MSD FATFS" provided by the MCUXpresso SDK, and I get the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even after placing the code into my "source" directory I could not make it work. I must be doing something wrong. Bellow there is some pictures of what I am trying to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/20097i5E100527972CE16E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/20149iF674054D91382768/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/20190i2BB8CB53C504C989/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is the error I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;20:26:57 **** Incremental Build of configuration Debug for project MK64F120M_RUA02 ****&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;make -r -j4 all &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;utilities/subdir.mk:24: *** unterminated variable reference. Stop.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/20239iE26C22B6A014F306/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I can't make the workaround I did last time because I've already have the lwIP included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for your collaboration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Gustavo Costa&lt;/P&gt;&lt;P&gt;R&amp;amp;D Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 22:35:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702981#M897</guid>
      <dc:creator>gustavocosta</dc:creator>
      <dc:date>2017-11-06T22:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Add lwIP to a Project on MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702982#M898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gustavo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share the message in "Problems" view :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21143iC8BAFAC08BE40D13/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;also send your project to me .&lt;/P&gt;&lt;P&gt;Sorry for the bad internet somedays ago , I just checked&amp;nbsp; this message haven't been send.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 07:55:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Add-lwIP-to-a-Project-on-MCUXpresso/m-p/702982#M898</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-11-13T07:55:54Z</dc:date>
    </item>
  </channel>
</rss>

