<?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: LPCOpen problem in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-problem/m-p/525665#M8301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tridentsx on Fri Dec 28 12:42:34 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok I figured out that I shouldn't import the files when importing the projects the make files has relative includes and dependencies that was broken.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I can compile but the linking fails the linker can't find the library board_ngx_xplorer_1830? Is that the same as lib_lpc_board ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;13:31:31 **** Incremental Build of configuration spifi_ngx_xplorer_1830 for project lwip_tcpecho_freertos ****&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building target: lwip_tcpecho_freertos.axf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU Linker&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -nostdlib -L"Y:\project\LPCOpen\LPCOpen_platform_v0.51\software\lpc_core" -Xlinker -Map="lwip_tcpecho_freertos.map" -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "lwip_freertos_1830.ld" -L "Y:\project\LPCOpen\LPCOpen_platform_v0.51\applications\lpc18xx_43xx\examples\lwip\lwip_tcpecho_freertos\linkscripts" -o"lwip_tcpecho_freertos.axf"&amp;nbsp; ./src/cr_freertos_startup_lpc18xx43xx.o ./src/tcpecho.o&amp;nbsp; ./lpclwip/lpc18xx_43xx_emac.o ./lpclwip/lpc18xx_43xx_systick_arch.o ./lpclwip/lpc_debug.o ./lpclwip/sys_arch_freertos.o&amp;nbsp; ./LWIP/api_lib.o ./LWIP/api_msg.o ./LWIP/autoip.o ./LWIP/def.o ./LWIP/dhcp.o ./LWIP/dns.o ./LWIP/err.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/netbuf.o ./LWIP/netdb.o ./LWIP/netif.o ./LWIP/netifapi.o ./LWIP/pbuf.o ./LWIP/raw.o ./LWIP/sockets.o ./LWIP/stats.o ./LWIP/sys.o ./LWIP/tcp.o ./LWIP/tcp_in.o ./LWIP/tcp_out.o ./LWIP/tcpip.o ./LWIP/timers.o ./LWIP/udp.o&amp;nbsp; ./FreeRTOS_18xx/port.o&amp;nbsp; ./FreeRTOS/FreeRTOSCommonHooks.o ./FreeRTOS/croutine.o ./FreeRTOS/heap_2.o ./FreeRTOS/list.o ./FreeRTOS/queue.o ./FreeRTOS/tasks.o ./FreeRTOS/timers.o&amp;nbsp; ./lwip_tcpecho_freertos.o&amp;nbsp;&amp;nbsp; -lboard_ngx_xplorer_1830&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_5.0.14_1109/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/bin/ld.exe: cannot find -lboard_ngx_xplorer_1830&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;collect2: ld returned 1 exit status&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [lwip_tcpecho_freertos.axf] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;13:31:47 Build Finished (took 15s.899ms)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:13:56 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:13:56Z</dc:date>
    <item>
      <title>LPCOpen problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-problem/m-p/525663#M8299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tridentsx on Wed Dec 26 15:55:11 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to get the FREERtos + LWIP example from OpenLPC v0.51 running on a LPC1830-xplorer board using LPC-Link and Code Red Expresso edition v 5.14&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem I run into is when trying to build the example I get the following errors and warnings, since I am new to this platform I don't know how to fix this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't finds the file cr_freertos_startup_lpc18xx43xx.c anywhere on my file system ?, the search paths for includes also seems to be incorrect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shouldn't LPCOpen know the relative location to the required includes ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards /// Carl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DescriptionResourcePathLocationType&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid project path: Include path not found (C:\Users\software\lwip\lwip\src\include\ipv4).lwip_tcpecho_freertospathentryPath Entry Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid project path: Include path not found (C:\Users\software\lwip\lwip\src\include).lwip_tcpecho_freertospathentryPath Entry Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** No rule to make target `C:/Users/tridentsx/Documents/LPCXpresso_5.0.14_1109/workspace/startup_code_freertos/cr_freertos_startup_lpc18xx43xx.c', needed by `src/cr_freertos_startup_lpc18xx43xx.o'. C/C++ Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid project path: Include path not found (C:\Users\software\lwip\contrib\apps\tcpecho).lwip_tcpecho_freertospathentryPath Entry Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid project path: Include path not found (C:\Users\software\CMSIS\CMSIS\Include).lwip_tcpecho_freertospathentryPath Entry Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid project path: Include path not found (C:\Users\software\freertos\freertos\Source\portable\GCC\ARM_CM3).lwip_tcpecho_freertospathentryPath Entry Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid project path: Include path not found (C:\Users\software\freertos\freertos\Source\include).lwip_tcpecho_freertospathentryPath Entry Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid project path: Include path not found (C:\Users\software\lwip\lpclwip).lwip_tcpecho_freertospathentryPath Entry Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invalid project path: Include path not found (C:\Users\software\lwip\lwip\contrib\apps\tcpecho).lwip_tcpecho_freertospathentryPath Entry Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-problem/m-p/525663#M8299</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-problem/m-p/525664#M8300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tridentsx on Wed Dec 26 19:34:16 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that the configuration file for the project makes assumptions for where linked resources should be located&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PARENT-1-PROJECT_LOC/startup_code_freertos/cr_freertos_startup_lpc18xx43xx.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect that there are steps that is needed when installing the LPCOpen framework that isn't properly documented, for example where to put all the common includes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The default include path after importing the projects to Code Red is /user/software ... which doesn't seem right to me. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is also no mentioning in the installation pages on where to put those include files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-problem/m-p/525664#M8300</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPCOpen problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-problem/m-p/525665#M8301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tridentsx on Fri Dec 28 12:42:34 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok I figured out that I shouldn't import the files when importing the projects the make files has relative includes and dependencies that was broken.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I can compile but the linking fails the linker can't find the library board_ngx_xplorer_1830? Is that the same as lib_lpc_board ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;13:31:31 **** Incremental Build of configuration spifi_ngx_xplorer_1830 for project lwip_tcpecho_freertos ****&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building target: lwip_tcpecho_freertos.axf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU Linker&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -nostdlib -L"Y:\project\LPCOpen\LPCOpen_platform_v0.51\software\lpc_core" -Xlinker -Map="lwip_tcpecho_freertos.map" -Xlinker --gc-sections -mcpu=cortex-m3 -mthumb -T "lwip_freertos_1830.ld" -L "Y:\project\LPCOpen\LPCOpen_platform_v0.51\applications\lpc18xx_43xx\examples\lwip\lwip_tcpecho_freertos\linkscripts" -o"lwip_tcpecho_freertos.axf"&amp;nbsp; ./src/cr_freertos_startup_lpc18xx43xx.o ./src/tcpecho.o&amp;nbsp; ./lpclwip/lpc18xx_43xx_emac.o ./lpclwip/lpc18xx_43xx_systick_arch.o ./lpclwip/lpc_debug.o ./lpclwip/sys_arch_freertos.o&amp;nbsp; ./LWIP/api_lib.o ./LWIP/api_msg.o ./LWIP/autoip.o ./LWIP/def.o ./LWIP/dhcp.o ./LWIP/dns.o ./LWIP/err.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/netbuf.o ./LWIP/netdb.o ./LWIP/netif.o ./LWIP/netifapi.o ./LWIP/pbuf.o ./LWIP/raw.o ./LWIP/sockets.o ./LWIP/stats.o ./LWIP/sys.o ./LWIP/tcp.o ./LWIP/tcp_in.o ./LWIP/tcp_out.o ./LWIP/tcpip.o ./LWIP/timers.o ./LWIP/udp.o&amp;nbsp; ./FreeRTOS_18xx/port.o&amp;nbsp; ./FreeRTOS/FreeRTOSCommonHooks.o ./FreeRTOS/croutine.o ./FreeRTOS/heap_2.o ./FreeRTOS/list.o ./FreeRTOS/queue.o ./FreeRTOS/tasks.o ./FreeRTOS/timers.o&amp;nbsp; ./lwip_tcpecho_freertos.o&amp;nbsp;&amp;nbsp; -lboard_ngx_xplorer_1830&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c:/nxp/lpcxpresso_5.0.14_1109/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/bin/ld.exe: cannot find -lboard_ngx_xplorer_1830&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;collect2: ld returned 1 exit status&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [lwip_tcpecho_freertos.axf] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;13:31:47 Build Finished (took 15s.899ms)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:13:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-problem/m-p/525665#M8301</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:13:56Z</dc:date>
    </item>
  </channel>
</rss>

