<?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>LPC Microcontrollers中的主题 Re: LPC1769 LWIP example linking</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519223#M3052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wellsk on Mon Jul 01 11:33:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;&amp;amp;gt;&amp;lt;code&amp;gt;cannot find -lnxp_xpresso_1769_board_lib&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/code&amp;gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;It can't find the chip/board library for the LPC1769 board. This library should automatically be built when you built your project unless the configuration for the library and example do not match.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;amp;gt;&amp;lt;code&amp;gt;-L"..\..\..\nxp_xpresso_1769_board_lib\Debug"&amp;lt;/code&amp;gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;It's trying to use the debug library. Is your example also configured for debug too?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;lt;strong&amp;gt;Selecting the build configuration for the libraries and examples&amp;lt;/strong&amp;gt;&lt;BR /&gt; The Xpresso projects by default are configured for DEBUG optimization. At this level, the generated code isn't too efficient, but the code is easier to debug and step through.&lt;BR /&gt; Optionally, the projects can be configured for RELEASE optimization, which allows for a smaller and higher performance image at the expense of debug simplicity. To select the DEBUG or RELEASE level optimization, right-click on the projects and select DEBUG or RELEASE from the "Build configuration-&amp;amp;gt;Set Active" menu. All examples and projects must be configured to the same level when performing builds.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fdocs.lpcware.com%2Flpcopen%2Fv1.03%2F_q_u_i_c_k_s_t_a_r_t__l_p_c_o_p_e_n__t_o_o_l_c_h_a_i_n__x_p_r_e_s_s_o.html" rel="nofollow" target="_blank"&gt;http://docs.lpcware.com/lpcopen/v1.03/_q_u_i_c_k_s_t_a_r_t__l_p_c_o_p_e_n__t_o_o_l_c_h_a_i_n__x_p_r_e_s_s_o.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:37:52 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:37:52Z</dc:date>
    <item>
      <title>LPC1769 LWIP example linking</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519222#M3051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jackandrews on Mon Jul 01 09:43:01 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I'm trying to compile the LPCXpresso LPC1769 LWIP_tcpecho_sa example. &amp;nbsp;It compiles fine, but when linking, I get this error:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;lt;code&amp;gt;Building target: lpc17xx_nxp_xpresso_1769_lwip_tcpecho_sa.axf&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;Invoking: MCU Linker&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;arm-none-eabi-gcc -nostdlib -L"..\..\..\nxp_xpresso_1769_board_lib\Debug" -Xlinker -Map="lpc17xx_nxp_xpresso_1769_lwip_tcpecho_sa.map" -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T lpc176x.ld -L "..\..\..\..\..\examples\lwip\lwip_tcpecho_sa\linkerscripts" -o "lpc17xx_nxp_xpresso_1769_lwip_tcpecho_sa.axf" &amp;nbsp;./src/cr_startup_lpc17xx40xx.o ./src/echo.o ./src/lwip_tcpecho_sa.o &amp;nbsp;./lwiplpc/lpc17xx_40xx_emac.o ./lwiplpc/lpc17xx_40xx_systick_arch.o ./lwiplpc/lpc_debug.o &amp;nbsp;./lwip/autoip.o ./lwip/def.o ./lwip/dhcp.o ./lwip/dns.o ./lwip/etharp.o ./lwip/icmp.o ./lwip/igmp.o ./lwip/inet.o ./lwip/inet_chksum.o ./lwip/init.o ./lwip/ip.o ./lwip/ip_addr.o ./lwip/ip_frag.o ./lwip/mem.o ./lwip/memp.o ./lwip/netif.o ./lwip/pbuf.o ./lwip/raw.o ./lwip/stats.o ./lwip/sys.o ./lwip/tcp.o ./lwip/tcp_in.o ./lwip/tcp_out.o ./lwip/timers.o ./lwip/udp.o &amp;nbsp; -lnxp_xpresso_1769_board_lib&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;c:/nxp/lpcxpresso_5.2.4_2122/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/bin/ld.exe: cannot find -lnxp_xpresso_1769_board_lib&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;collect2: ld returned 1 exit status&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;make: *** [lpc17xx_nxp_xpresso_1769_lwip_tcpecho_sa.axf] Error 1&amp;lt;/code&amp;gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519222#M3051</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 LWIP example linking</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519223#M3052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wellsk on Mon Jul 01 11:33:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;&amp;amp;gt;&amp;lt;code&amp;gt;cannot find -lnxp_xpresso_1769_board_lib&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;&amp;lt;/code&amp;gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;It can't find the chip/board library for the LPC1769 board. This library should automatically be built when you built your project unless the configuration for the library and example do not match.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;amp;gt;&amp;lt;code&amp;gt;-L"..\..\..\nxp_xpresso_1769_board_lib\Debug"&amp;lt;/code&amp;gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;It's trying to use the debug library. Is your example also configured for debug too?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;lt;strong&amp;gt;Selecting the build configuration for the libraries and examples&amp;lt;/strong&amp;gt;&lt;BR /&gt; The Xpresso projects by default are configured for DEBUG optimization. At this level, the generated code isn't too efficient, but the code is easier to debug and step through.&lt;BR /&gt; Optionally, the projects can be configured for RELEASE optimization, which allows for a smaller and higher performance image at the expense of debug simplicity. To select the DEBUG or RELEASE level optimization, right-click on the projects and select DEBUG or RELEASE from the "Build configuration-&amp;amp;gt;Set Active" menu. All examples and projects must be configured to the same level when performing builds.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fdocs.lpcware.com%2Flpcopen%2Fv1.03%2F_q_u_i_c_k_s_t_a_r_t__l_p_c_o_p_e_n__t_o_o_l_c_h_a_i_n__x_p_r_e_s_s_o.html" rel="nofollow" target="_blank"&gt;http://docs.lpcware.com/lpcopen/v1.03/_q_u_i_c_k_s_t_a_r_t__l_p_c_o_p_e_n__t_o_o_l_c_h_a_i_n__x_p_r_e_s_s_o.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519223#M3052</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 LWIP example linking</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519224#M3053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Sundar on Mon Jul 01 23:02:23 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Make sure your project is not too deep inside the directory tree. Better to keep project inside a smaller path like "c:\lpcopen". If you have something like "C:\my_wrkarea\testing\boards\lpcopen" then subst it like this "subst X: C:\my_wrkarea\testing\boards\lpcopen" and compile the project from "X:\"&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Sundar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:37:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519224#M3053</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 LWIP example linking</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519225#M3054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Sundar on Mon Jul 01 23:05:48 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;In windows Xpresso has the path limitation to &amp;amp;lt; 260 characters.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Sundar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:37:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519225#M3054</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 LWIP example linking</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519226#M3055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jackandrews on Tue Jul 02 02:28:11 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi, thanks for your help. &amp;nbsp;It turns out I needed to import the 'nxp_xpresso_1769_board_lib' project, build that, and then build the lwip example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:37:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519226#M3055</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 LWIP example linking</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519227#M3056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jackandrews on Tue Jul 02 08:04:59 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I'm having trouble getting the example to work. &amp;nbsp;Windows is not reporting any packets received and neither is wireshark. &amp;nbsp;I've enabled full debugging meassages and I'm seeing things such as:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;lt;code&amp;gt;lpc_low_level_output: pbuf packet(0x2007c64a) sent, chain#=0, size = 350 (index=3)&amp;lt;/code&amp;gt;&lt;/P&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;(suggesting somthing &amp;lt;em&amp;gt;should&amp;lt;/em&amp;gt; have been sent correctly... but it never gets to wireshark)&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;&amp;lt;code&amp;gt;lpc_low_level_input: Packet received: 0x2007d25c, size 60 (index=3)&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;ethernet_input: dest:ff:ff:ff:ff:ff:ff, src:00:07:02:0b:2c:00, type:806&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;etharp_update_arp_entry: 0.0.0.0 - 00:07:02:0b:2c:00&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;etharp_update_arp_entry: will not add non-unicast IP address to ARP cache&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;etharp_arp_input: incoming ARP request&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;etharp_arp_input: we are unconfigured, ARP request ignored.&amp;lt;/code&amp;gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;(suggesting that packets are being received)&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;Any ideas how to debug this further?&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;Thanks,&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;Jack&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div&amp;gt;EDIT: problem solved... turned out to be the rubbish USB ethernet NIC I was using. &amp;nbsp;Possibly wasn't supporting&amp;nbsp;Auto-MDIX?&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:37:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519227#M3056</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 LWIP example linking</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519228#M3057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by guc on Thu Jul 11 07:54:44 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;is there a IAR project for LPC1769 micro using LWIP&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:37:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519228#M3057</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1769 LWIP example linking</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519229#M3058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wellsk on Thu Jul 11 12:54:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Yes - in the LPCOpen v1.03 platform, there is LWIP example using the LPCXpresso LPC1769 board and the base board (for PHY).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-platform" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpcopen-platform&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fdocs.lpcware.com%2Flpcopen%2Fv1.03%2Fgroup___e_x_a_m_p_l_e___l_w_i_p___t_c_p_e_c_h_o___s_a__17_x_x40_x_x.html" rel="nofollow" target="_blank"&gt;http://docs.lpcware.com/lpcopen/v1.03/group___e_x_a_m_p_l_e___l_w_i_p___t_c_p_e_c_h_o___s_a__17_x_x40_x_x.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:37:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1769-LWIP-example-linking/m-p/519229#M3058</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:37:57Z</dc:date>
    </item>
  </channel>
</rss>

