<?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: Linking error in LPCexpresso in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Linking-error-in-LPCexpresso/m-p/575142#M22170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon Feb 17 02:36:49 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Searching the FAQs is normally very helpful...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Flinker-undefined-reference" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/linker-undefined-reference&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:07:09 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:07:09Z</dc:date>
    <item>
      <title>Linking error in LPCexpresso</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Linking-error-in-LPCexpresso/m-p/575141#M22169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by praveen.9123 on Sun Feb 16 23:25:27 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me i am getting the linking error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am integrating the freertos to the Audio loopback example for lpc4330 xplorer board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;11:46:26 **** Build of configuration Debug for project LPC4330_Xplorer_Audio ****&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make all &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../src/audiodata.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib -DCORE_M4 -D__LPC43XX__ -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib-M0/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/freertos" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/src" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"src/audiodata.d" -MT"src/audiodata.d" -o "src/audiodata.o" "../src/audiodata.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/freertos_audio.c: In function 'vPCM_AUDIO_LOOPBACKTASK':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../src/audiodata.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/freertos_audio.c:91:3: warning: implicit declaration of function 'audio_loopback_main' [-Wimplicit-function-declaration]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In file included from ../src/main.c:36:0:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../src/cr_startup_lpc43xx.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib -DCORE_M4 -D__LPC43XX__ -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib-M0/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/freertos" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/src" -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"src/cr_startup_lpc43xx.d" -MT"src/cr_startup_lpc43xx.d" -o "src/cr_startup_lpc43xx.o" "../src/cr_startup_lpc43xx.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../src/libcfg.h:42:0: warning: "DEBUG" redefined [enabled by default]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../src/cr_startup_lpc43xx.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;command-line&amp;gt;:0:0: note: this is the location of the previous definition&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../freertos/FreeRTOSCommonHooks.c:37:2: warning: return type defaults to 'int' [-Wreturn-type]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../src/freertos_audio.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../freertos/FreeRTOSCommonHooks.c: In function 'vApplicationMallocFailedHook':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../freertos/FreeRTOSCommonHooks.c:69:2: warning: implicit declaration of function 'DEBUGSTR' [-Wimplicit-function-declaration]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../freertos/FreeRTOSCommonHooks.c: In function 'vApplicationStackOverflowHook':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib -DCORE_M4 -D__LPC43XX__ -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib-M0/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/freertos" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/src" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"src/freertos_audio.d" -MT"src/freertos_audio.d" -o "src/freertos_audio.o" "../src/freertos_audio.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../freertos/FreeRTOSCommonHooks.c:88:2: warning: implicit declaration of function 'DEBUGOUT' [-Wimplicit-function-declaration]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../src/freertos_audio.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../freertos/FreeRTOSCommonHooks.c: In function '__WFI':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../src/main.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;../freertos/FreeRTOSCommonHooks.c:40:1: warning: control reaches end of non-void function [-Wreturn-type]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib -DCORE_M4 -D__LPC43XX__ -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib-M0/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/freertos" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/src" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"src/main.d" -MT"src/main.d" -o "src/main.o" "../src/main.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/usr/local/lpcxpresso_6.1.0_164/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.6.2/../../../../arm-none-eabi/lib/armv7e-m/libcr_c.a(alloc.o): In function `malloc':&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../src/main.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alloc.c:(.text.malloc+0x70): undefined reference to `_sbrk'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../freertos/FreeRTOSCommonHooks.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alloc.c:(.text.malloc+0x90): undefined reference to `_sbrk'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;collect2: ld returned 1 exit status&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib -DCORE_M4 -D__LPC43XX__ -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib-M0/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/freertos" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/src" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"freertos/FreeRTOSCommonHooks.d" -MT"freertos/FreeRTOSCommonHooks.d" -o "freertos/FreeRTOSCommonHooks.o" "../freertos/FreeRTOSCommonHooks.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [LPC4330_Xplorer_Audio.axf] Error 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../freertos/FreeRTOSCommonHooks.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../freertos/croutine.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib -DCORE_M4 -D__LPC43XX__ -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib-M0/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/freertos" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/src" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"freertos/croutine.d" -MT"freertos/croutine.d" -o "freertos/croutine.o" "../freertos/croutine.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../freertos/croutine.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../freertos/heap_3.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib -DCORE_M4 -D__LPC43XX__ -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib-M0/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/freertos" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/src" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"freertos/heap_3.d" -MT"freertos/heap_3.d" -o "freertos/heap_3.o" "../freertos/heap_3.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../freertos/heap_3.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../freertos/list.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib -DCORE_M4 -D__LPC43XX__ -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib-M0/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/freertos" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/src" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"freertos/list.d" -MT"freertos/list.d" -o "freertos/list.o" "../freertos/list.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../freertos/list.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../freertos/port.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib -DCORE_M4 -D__LPC43XX__ -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib-M0/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/freertos" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/src" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"freertos/port.d" -MT"freertos/port.d" -o "freertos/port.o" "../freertos/port.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../freertos/port.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../freertos/queue.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib -DCORE_M4 -D__LPC43XX__ -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib-M0/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/freertos" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/src" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"freertos/queue.d" -MT"freertos/queue.d" -o "freertos/queue.o" "../freertos/queue.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../freertos/queue.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../freertos/tasks.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib -DCORE_M4 -D__LPC43XX__ -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib-M0/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/freertos" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/src" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"freertos/tasks.d" -MT"freertos/tasks.d" -o "freertos/tasks.o" "../freertos/tasks.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../freertos/tasks.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building file: ../freertos/timers.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Invoking: MCU C Compiler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arm-none-eabi-gcc -D__REDLIB__ -DDEBUG -D__CODE_RED -D__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib -DCORE_M4 -D__LPC43XX__ -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib-M0/inc" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/freertos" -I"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/LPC4330_Xplorer_Audio/src" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -MMD -MP -MF"freertos/timers.d" -MT"freertos/timers.d" -o "freertos/timers.o" "../freertos/timers.c"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finished building: ../freertos/timers.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Building target: LPC4330_Xplorer_Audio.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"/home/venkata/home/praveen/PMG_Projects/lpc4330_xpresso/lpc4330_Audio_rtos_integration/CMSISv2p10_LPC43xx_DriverLib/Debug" -Xlinker -Map="LPC4330_Xplorer_Audio.map" -Xlinker --gc-sections -mcpu=cortex-m4 -mthumb -T "LPC4330_Xplorer_Audio_Debug.ld" -o "LPC4330_Xplorer_Audio.axf"&amp;nbsp; ./src/audiodata.o ./src/cr_startup_lpc43xx.o ./src/freertos_audio.o ./src/main.o&amp;nbsp; ./freertos/FreeRTOSCommonHooks.o ./freertos/croutine.o ./freertos/heap_3.o ./freertos/list.o ./freertos/port.o ./freertos/queue.o ./freertos/tasks.o ./freertos/timers.o&amp;nbsp;&amp;nbsp; -lCMSISv2p10_LPC43xx_DriverLib&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;11:46:31 Build Finished (took 5s.565ms)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:07:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Linking-error-in-LPCexpresso/m-p/575141#M22169</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Linking error in LPCexpresso</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Linking-error-in-LPCexpresso/m-p/575142#M22170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Mon Feb 17 02:36:49 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Searching the FAQs is normally very helpful...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Flinker-undefined-reference" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/linker-undefined-reference&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:07:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Linking-error-in-LPCexpresso/m-p/575142#M22170</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Linking error in LPCexpresso</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Linking-error-in-LPCexpresso/m-p/575143#M22171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by praveen.9123 on Fri Feb 28 06:43:39 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:07:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Linking-error-in-LPCexpresso/m-p/575143#M22171</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:07:11Z</dc:date>
    </item>
  </channel>
</rss>

