<?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 collect2: error: ld returned 1 exit status when compiler freertos_hello.c in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/collect2-error-ld-returned-1-exit-status-when-compiler-freertos/m-p/1217815#M168073</link>
    <description>&lt;P&gt;Hello Sir,&lt;/P&gt;&lt;P&gt;I am working on i.MX8MM M4 and A53 testing. Would like to wake up A53 from M4. I found there is information as following link, that provided the&amp;nbsp;freertos_hello.c,&amp;nbsp;freertos_hello.bin, and patch files for waking up A53 Linus host. I am following the steps to patch in my Linux system and test with&amp;nbsp;freertos_hello.bin file, it can wake up A53 when it in sleep mode without any problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/M4-Low-Power-Demo-on-i-MX8MM/ta-p/1101109" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/M4-Low-Power-Demo-on-i-MX8MM/ta-p/1101109&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But when I compiler the freertos_hello.c (Copy and replace the freertos_hello.c in "SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello") I got the error. Please check the output below and help to check what is cause this failed, Thanks in advansed~&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output log:&lt;/P&gt;&lt;P&gt;SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello/armgcc$ ./build_release.sh&lt;BR /&gt;CMake Error: The current CMakeCache.txt directory /mnt/d/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello/armgcc/CMakeCache.txt is different than the directory /mnt/f/Customer/3RGIT/M4_SDK/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello_test/armgcc where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt&lt;BR /&gt;[ 3%] Linking C executable release/freertos_hello.elf&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: CMakeFiles/freertos_hello.elf.dir/mnt/f/Customer/3RGIT/M4_SDK/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello_test/freertos_hello.c.obj: in function `LPM_MCORE_SetPowerStatus':&lt;BR /&gt;freertos_hello.c:(.text.LPM_MCORE_SetPowerStatus+0x30): undefined reference to `GPC_EnterWaitMode'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.LPM_MCORE_SetPowerStatus+0x3a): undefined reference to `GPC_EnterStopMode'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: CMakeFiles/freertos_hello.elf.dir/mnt/f/Customer/3RGIT/M4_SDK/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello_test/freertos_hello.c.obj: in function `hello_task':&lt;BR /&gt;freertos_hello.c:(.text.hello_task+0xcc): undefined reference to `MU_TriggerInterrupts'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.hello_task+0xde): undefined reference to `MU_SendMsg'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: CMakeFiles/freertos_hello.elf.dir/mnt/f/Customer/3RGIT/M4_SDK/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello_test/freertos_hello.c.obj: in function `main':&lt;BR /&gt;freertos_hello.c:(.text.startup.main+0x1e): undefined reference to `MU_Init'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x40): undefined reference to `GPC_Init'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x48): undefined reference to `GPC_EnableIRQ'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x60): undefined reference to `GPT_GetDefaultConfig'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x74): undefined reference to `GPT_Init'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x88): undefined reference to `GPC_EnableIRQ'&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;BR /&gt;CMakeFiles/freertos_hello.elf.dir/build.make:788: recipe for target 'release/freertos_hello.elf' failed&lt;BR /&gt;make[2]: *** [release/freertos_hello.elf] Error 1&lt;BR /&gt;CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/freertos_hello.elf.dir/all' failed&lt;BR /&gt;make[1]: *** [CMakeFiles/freertos_hello.elf.dir/all] Error 2&lt;BR /&gt;Makefile:83: recipe for target 'all' failed&lt;BR /&gt;make: *** [all] Error 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2021 09:40:03 GMT</pubDate>
    <dc:creator>Jems-advantech</dc:creator>
    <dc:date>2021-01-20T09:40:03Z</dc:date>
    <item>
      <title>collect2: error: ld returned 1 exit status when compiler freertos_hello.c</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/collect2-error-ld-returned-1-exit-status-when-compiler-freertos/m-p/1217815#M168073</link>
      <description>&lt;P&gt;Hello Sir,&lt;/P&gt;&lt;P&gt;I am working on i.MX8MM M4 and A53 testing. Would like to wake up A53 from M4. I found there is information as following link, that provided the&amp;nbsp;freertos_hello.c,&amp;nbsp;freertos_hello.bin, and patch files for waking up A53 Linus host. I am following the steps to patch in my Linux system and test with&amp;nbsp;freertos_hello.bin file, it can wake up A53 when it in sleep mode without any problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/M4-Low-Power-Demo-on-i-MX8MM/ta-p/1101109" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/M4-Low-Power-Demo-on-i-MX8MM/ta-p/1101109&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But when I compiler the freertos_hello.c (Copy and replace the freertos_hello.c in "SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello") I got the error. Please check the output below and help to check what is cause this failed, Thanks in advansed~&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output log:&lt;/P&gt;&lt;P&gt;SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello/armgcc$ ./build_release.sh&lt;BR /&gt;CMake Error: The current CMakeCache.txt directory /mnt/d/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello/armgcc/CMakeCache.txt is different than the directory /mnt/f/Customer/3RGIT/M4_SDK/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello_test/armgcc where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt&lt;BR /&gt;[ 3%] Linking C executable release/freertos_hello.elf&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: CMakeFiles/freertos_hello.elf.dir/mnt/f/Customer/3RGIT/M4_SDK/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello_test/freertos_hello.c.obj: in function `LPM_MCORE_SetPowerStatus':&lt;BR /&gt;freertos_hello.c:(.text.LPM_MCORE_SetPowerStatus+0x30): undefined reference to `GPC_EnterWaitMode'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.LPM_MCORE_SetPowerStatus+0x3a): undefined reference to `GPC_EnterStopMode'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: CMakeFiles/freertos_hello.elf.dir/mnt/f/Customer/3RGIT/M4_SDK/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello_test/freertos_hello.c.obj: in function `hello_task':&lt;BR /&gt;freertos_hello.c:(.text.hello_task+0xcc): undefined reference to `MU_TriggerInterrupts'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.hello_task+0xde): undefined reference to `MU_SendMsg'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: CMakeFiles/freertos_hello.elf.dir/mnt/f/Customer/3RGIT/M4_SDK/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello_test/freertos_hello.c.obj: in function `main':&lt;BR /&gt;freertos_hello.c:(.text.startup.main+0x1e): undefined reference to `MU_Init'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x40): undefined reference to `GPC_Init'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x48): undefined reference to `GPC_EnableIRQ'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x60): undefined reference to `GPT_GetDefaultConfig'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x74): undefined reference to `GPT_Init'&lt;BR /&gt;/mnt/f/Customer/3RGIT/M4_SDK/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x88): undefined reference to `GPC_EnableIRQ'&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;BR /&gt;CMakeFiles/freertos_hello.elf.dir/build.make:788: recipe for target 'release/freertos_hello.elf' failed&lt;BR /&gt;make[2]: *** [release/freertos_hello.elf] Error 1&lt;BR /&gt;CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/freertos_hello.elf.dir/all' failed&lt;BR /&gt;make[1]: *** [CMakeFiles/freertos_hello.elf.dir/all] Error 2&lt;BR /&gt;Makefile:83: recipe for target 'all' failed&lt;BR /&gt;make: *** [all] Error 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 09:40:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/collect2-error-ld-returned-1-exit-status-when-compiler-freertos/m-p/1217815#M168073</guid>
      <dc:creator>Jems-advantech</dc:creator>
      <dc:date>2021-01-20T09:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: collect2: error: ld returned 1 exit status when compiler freertos_hello.c</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/collect2-error-ld-returned-1-exit-status-when-compiler-freertos/m-p/1217995#M168088</link>
      <description>&lt;P&gt;Hello Jems-advantech,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you installed the patch, please erase everything you previously build and then build again, sometimes the processor try the latest build and don´t find it.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 14:58:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/collect2-error-ld-returned-1-exit-status-when-compiler-freertos/m-p/1217995#M168088</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2021-01-20T14:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: collect2: error: ld returned 1 exit status when compiler freertos_hello.c</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/collect2-error-ld-returned-1-exit-status-when-compiler-freertos/m-p/1222568#M168576</link>
      <description>&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;I still occur link error when complier the freertos_hello.c file. I extract the&amp;nbsp;SDK_2.8.0_EVK-MIMX8MM file. Replace freertos_hello.c file located at "SDK_2.8.0_EVK-MIMX8MM\boards\evkmimx8mm\rtos_examples\freertos_hello". And I export the toolcahin path and goto "armgcc" folder and run ./build_release.sh. I still got the same error when linking C executable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 09:39:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/collect2-error-ld-returned-1-exit-status-when-compiler-freertos/m-p/1222568#M168576</guid>
      <dc:creator>Jems-advantech</dc:creator>
      <dc:date>2021-01-28T09:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: collect2: error: ld returned 1 exit status when compiler freertos_hello.c</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/collect2-error-ld-returned-1-exit-status-when-compiler-freertos/m-p/1222574#M168578</link>
      <description>&lt;P&gt;Please reference the fail log. It fail when Linking C executable.&lt;/P&gt;&lt;P&gt;[ 93%] Building C object CMakeFiles/freertos_hello.elf.dir/mnt/d/SDK_2.8.0_EVK-MIMX8MM/rtos/freertos/freertos_kernel/tasks.c.obj&lt;BR /&gt;[ 96%] Building C object CMakeFiles/freertos_hello.elf.dir/mnt/d/SDK_2.8.0_EVK-MIMX8MM/devices/MIMX8MM6/utilities/fsl_sbrk.c.obj&lt;BR /&gt;[100%] Linking C executable release/freertos_hello.elf&lt;BR /&gt;/mnt/d/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: CMakeFiles/freertos_hello.elf.dir/mnt/d/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello/freertos_hello.c.obj: in function `LPM_MCORE_SetPowerStatus':&lt;BR /&gt;freertos_hello.c:(.text.LPM_MCORE_SetPowerStatus+0x30): undefined reference to `GPC_EnterWaitMode'&lt;BR /&gt;/mnt/d/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.LPM_MCORE_SetPowerStatus+0x3a): undefined reference to `GPC_EnterStopMode'&lt;BR /&gt;/mnt/d/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: CMakeFiles/freertos_hello.elf.dir/mnt/d/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello/freertos_hello.c.obj: in function `hello_task':&lt;BR /&gt;freertos_hello.c:(.text.hello_task+0xcc): undefined reference to `MU_TriggerInterrupts'&lt;BR /&gt;/mnt/d/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.hello_task+0xde): undefined reference to `MU_SendMsg'&lt;BR /&gt;/mnt/d/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: CMakeFiles/freertos_hello.elf.dir/mnt/d/SDK_2.8.0_EVK-MIMX8MM/boards/evkmimx8mm/rtos_examples/freertos_hello/freertos_hello.c.obj: in function `main':&lt;BR /&gt;freertos_hello.c:(.text.startup.main+0x1e): undefined reference to `MU_Init'&lt;BR /&gt;/mnt/d/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x40): undefined reference to `GPC_Init'&lt;BR /&gt;/mnt/d/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x48): undefined reference to `GPC_EnableIRQ'&lt;BR /&gt;/mnt/d/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x60): undefined reference to `GPT_GetDefaultConfig'&lt;BR /&gt;/mnt/d/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x74): undefined reference to `GPT_Init'&lt;BR /&gt;/mnt/d/Toolchain/gcc-arm-none-eabi-9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld: freertos_hello.c:(.text.startup.main+0x88): undefined reference to `GPC_EnableIRQ'&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;BR /&gt;CMakeFiles/freertos_hello.elf.dir/build.make:788: recipe for target 'release/freertos_hello.elf' failed&lt;BR /&gt;make[2]: *** [release/freertos_hello.elf] Error 1&lt;BR /&gt;CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/freertos_hello.elf.dir/all' failed&lt;BR /&gt;make[1]: *** [CMakeFiles/freertos_hello.elf.dir/all] Error 2&lt;BR /&gt;Makefile:83: recipe for target 'all' failed&lt;BR /&gt;make: *** [all] Error 2&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 09:54:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/collect2-error-ld-returned-1-exit-status-when-compiler-freertos/m-p/1222574#M168578</guid>
      <dc:creator>Jems-advantech</dc:creator>
      <dc:date>2021-01-28T09:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: collect2: error: ld returned 1 exit status when compiler freertos_hello.c</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/collect2-error-ld-returned-1-exit-status-when-compiler-freertos/m-p/1226001#M168907</link>
      <description>&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;The freertos_hello.c file I download from the link below, is it possible to have the armgcc project file for this freertos.c?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/M4-Low-Power-Demo-on-i-MX8MM/ta-p/1101109" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/M4-Low-Power-Demo-on-i-MX8MM/ta-p/1101109&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance~&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 02:34:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/collect2-error-ld-returned-1-exit-status-when-compiler-freertos/m-p/1226001#M168907</guid>
      <dc:creator>Jems-advantech</dc:creator>
      <dc:date>2021-02-04T02:34:24Z</dc:date>
    </item>
  </channel>
</rss>

