<?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 Link error in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Link-error/m-p/744758#M1571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just updated to version 10.1.0 on Linux (Ubuntu 64 bit).&amp;nbsp; I'm now getting a link error and can't find what broke.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;Building target: X-42_Rev_1.axf&lt;BR /&gt;Invoking: MCU Linker&lt;BR /&gt;arm-none-eabi-gcc -nostdlib -L"/home/jerry/Shared/Clients/Products/X-42/firmware/CMSIS_CORE_LPC11xx/Debug" -Xlinker -Map="X-42_Rev_1.map" -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "X-42_Rev_1_Debug.ld" -o "X-42_Rev_1.axf"&amp;nbsp; ./src/FreeRTOS/portable/MemMang/heap_1.o&amp;nbsp; ./src/FreeRTOS/portable/GCC/ARM_CM0/port.o&amp;nbsp; ./src/FreeRTOS/croutine.o ./src/FreeRTOS/event_groups.o ./src/FreeRTOS/list.o ./src/FreeRTOS/queue.o ./src/FreeRTOS/tasks.o ./src/FreeRTOS/timers.o&amp;nbsp; ./src/Detection.o ./src/Display.o ./src/Front_Panel.o ./src/cr_startup_lpc11xx.o ./src/initialize.o ./src/main.o ./src/misc.o&amp;nbsp;&amp;nbsp; -lCMSIS_CORE_LPC11xx&lt;BR /&gt;/usr/local/mcuxpressoide-10.1.0_589/ide/tools/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libcr_c.a(_deferredlazyseek.o): In function `__flsbuf':&lt;BR /&gt;_deferredlazyseek.c:(.text.__flsbuf+0x8e): undefined reference to `__sys_istty'&lt;BR /&gt;/usr/local/mcuxpressoide-10.1.0_589/ide/tools/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libcr_c.a(_writebuf.o): In function `_Cwritebuf':&lt;BR /&gt;makefile:33: recipe for target 'X-42_Rev_1.axf' failed&lt;BR /&gt;_writebuf.c:(.text._Cwritebuf+0x16): undefined reference to `__sys_flen'&lt;BR /&gt;_writebuf.c:(.text._Cwritebuf+0x26): undefined reference to `__sys_seek'&lt;BR /&gt;_writebuf.c:(.text._Cwritebuf+0x48): undefined reference to `__sys_write'&lt;BR /&gt;/usr/local/mcuxpressoide-10.1.0_589/ide/tools/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libcr_c.a(alloc.o): In function `_Csys_alloc':&lt;BR /&gt;alloc.c:(.text._Csys_alloc+0xe): undefined reference to `__sys_write'&lt;BR /&gt;alloc.c:(.text._Csys_alloc+0x12): undefined reference to `__sys_appexit'&lt;BR /&gt;/usr/local/mcuxpressoide-10.1.0_589/ide/tools/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libcr_c.a(fseek.o): In function `fseek':&lt;BR /&gt;fseek.c:(.text.fseek+0x1a): undefined reference to `__sys_istty'&lt;BR /&gt;fseek.c:(.text.fseek+0x86): undefined reference to `__sys_flen'&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;BR /&gt;make: *** [X-42_Rev_1.axf] Error 1&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Dec 2017 00:00:04 GMT</pubDate>
    <dc:creator>jerrydurand</dc:creator>
    <dc:date>2017-12-23T00:00:04Z</dc:date>
    <item>
      <title>Link error</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Link-error/m-p/744758#M1571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just updated to version 10.1.0 on Linux (Ubuntu 64 bit).&amp;nbsp; I'm now getting a link error and can't find what broke.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;Building target: X-42_Rev_1.axf&lt;BR /&gt;Invoking: MCU Linker&lt;BR /&gt;arm-none-eabi-gcc -nostdlib -L"/home/jerry/Shared/Clients/Products/X-42/firmware/CMSIS_CORE_LPC11xx/Debug" -Xlinker -Map="X-42_Rev_1.map" -Xlinker --gc-sections -mcpu=cortex-m0 -mthumb -T "X-42_Rev_1_Debug.ld" -o "X-42_Rev_1.axf"&amp;nbsp; ./src/FreeRTOS/portable/MemMang/heap_1.o&amp;nbsp; ./src/FreeRTOS/portable/GCC/ARM_CM0/port.o&amp;nbsp; ./src/FreeRTOS/croutine.o ./src/FreeRTOS/event_groups.o ./src/FreeRTOS/list.o ./src/FreeRTOS/queue.o ./src/FreeRTOS/tasks.o ./src/FreeRTOS/timers.o&amp;nbsp; ./src/Detection.o ./src/Display.o ./src/Front_Panel.o ./src/cr_startup_lpc11xx.o ./src/initialize.o ./src/main.o ./src/misc.o&amp;nbsp;&amp;nbsp; -lCMSIS_CORE_LPC11xx&lt;BR /&gt;/usr/local/mcuxpressoide-10.1.0_589/ide/tools/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libcr_c.a(_deferredlazyseek.o): In function `__flsbuf':&lt;BR /&gt;_deferredlazyseek.c:(.text.__flsbuf+0x8e): undefined reference to `__sys_istty'&lt;BR /&gt;/usr/local/mcuxpressoide-10.1.0_589/ide/tools/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libcr_c.a(_writebuf.o): In function `_Cwritebuf':&lt;BR /&gt;makefile:33: recipe for target 'X-42_Rev_1.axf' failed&lt;BR /&gt;_writebuf.c:(.text._Cwritebuf+0x16): undefined reference to `__sys_flen'&lt;BR /&gt;_writebuf.c:(.text._Cwritebuf+0x26): undefined reference to `__sys_seek'&lt;BR /&gt;_writebuf.c:(.text._Cwritebuf+0x48): undefined reference to `__sys_write'&lt;BR /&gt;/usr/local/mcuxpressoide-10.1.0_589/ide/tools/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libcr_c.a(alloc.o): In function `_Csys_alloc':&lt;BR /&gt;alloc.c:(.text._Csys_alloc+0xe): undefined reference to `__sys_write'&lt;BR /&gt;alloc.c:(.text._Csys_alloc+0x12): undefined reference to `__sys_appexit'&lt;BR /&gt;/usr/local/mcuxpressoide-10.1.0_589/ide/tools/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v6-m/libcr_c.a(fseek.o): In function `fseek':&lt;BR /&gt;fseek.c:(.text.fseek+0x1a): undefined reference to `__sys_istty'&lt;BR /&gt;fseek.c:(.text.fseek+0x86): undefined reference to `__sys_flen'&lt;BR /&gt;collect2: error: ld returned 1 exit status&lt;BR /&gt;make: *** [X-42_Rev_1.axf] Error 1&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2017 00:00:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Link-error/m-p/744758#M1571</guid>
      <dc:creator>jerrydurand</dc:creator>
      <dc:date>2017-12-23T00:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Link error</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Link-error/m-p/744759#M1572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this faq&amp;nbsp;&lt;A href="https://community.nxp.com/message/630711"&gt;https://community.nxp.com/message/630711&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2017 12:57:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Link-error/m-p/744759#M1572</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2017-12-26T12:57:20Z</dc:date>
    </item>
  </channel>
</rss>

