<?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>MQX Software Solutions中的主题 Re: ARM_GCC_Support/ewl/EWL_C/src/stdio/vsnprintf.c undefined reference to `__pformatter'</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/ARM-GCC-Support-ewl-EWL-C-src-stdio-vsnprintf-c-undefined/m-p/444486#M14880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am experiencing the same thing, except it presents as this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m/fpu\libc.a(printf.o): In function `printf':&lt;/P&gt;&lt;P&gt;ARM_GCC_Support/ewl/EWL_C/src/stdio/printf.c:44: undefined reference to `__pformatter'&lt;/P&gt;&lt;P&gt;mingw32-make: *** [httpsrv_frdmk64f.elf] Error 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like the libc library is taking precedence over the MQX printf function and not playing nicely at the linker stage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2015 02:48:36 GMT</pubDate>
    <dc:creator>ironsean</dc:creator>
    <dc:date>2015-05-21T02:48:36Z</dc:date>
    <item>
      <title>ARM_GCC_Support/ewl/EWL_C/src/stdio/vsnprintf.c undefined reference to `__pformatter'</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/ARM-GCC-Support-ewl-EWL-C-src-stdio-vsnprintf-c-undefined/m-p/444485#M14879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently I was porting my code from MQX 4.1 to MQX 4.2. I got this error "ARM_GCC_Support/ewl/EWL_C/src/stdio/vsnprintf.c undefined reference to `__pformatter'" when I compile my code. What is the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 08:14:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/ARM-GCC-Support-ewl-EWL-C-src-stdio-vsnprintf-c-undefined/m-p/444485#M14879</guid>
      <dc:creator>shark</dc:creator>
      <dc:date>2015-05-19T08:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: ARM_GCC_Support/ewl/EWL_C/src/stdio/vsnprintf.c undefined reference to `__pformatter'</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/ARM-GCC-Support-ewl-EWL-C-src-stdio-vsnprintf-c-undefined/m-p/444486#M14880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am experiencing the same thing, except it presents as this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/lib/armv7e-m/fpu\libc.a(printf.o): In function `printf':&lt;/P&gt;&lt;P&gt;ARM_GCC_Support/ewl/EWL_C/src/stdio/printf.c:44: undefined reference to `__pformatter'&lt;/P&gt;&lt;P&gt;mingw32-make: *** [httpsrv_frdmk64f.elf] Error 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like the libc library is taking precedence over the MQX printf function and not playing nicely at the linker stage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 02:48:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/ARM-GCC-Support-ewl-EWL-C-src-stdio-vsnprintf-c-undefined/m-p/444486#M14880</guid>
      <dc:creator>ironsean</dc:creator>
      <dc:date>2015-05-21T02:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: ARM_GCC_Support/ewl/EWL_C/src/stdio/vsnprintf.c undefined reference to `__pformatter'</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/ARM-GCC-Support-ewl-EWL-C-src-stdio-vsnprintf-c-undefined/m-p/444487#M14881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at their example project, including this headers anywhere you want to print seems to work:&lt;/P&gt;&lt;P&gt;#include &amp;lt;ctype.h&amp;gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;stdlib.h&amp;gt;&lt;/P&gt;&lt;P&gt;#if MQX_USE_IO_OLD&lt;/P&gt;&lt;P&gt;#include &amp;lt;fio.h&amp;gt;&lt;/P&gt;&lt;P&gt;#else&lt;/P&gt;&lt;P&gt;#include &amp;lt;stdio.h&amp;gt;&lt;/P&gt;&lt;P&gt;#endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 14:19:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/ARM-GCC-Support-ewl-EWL-C-src-stdio-vsnprintf-c-undefined/m-p/444487#M14881</guid>
      <dc:creator>ironsean</dc:creator>
      <dc:date>2015-05-21T14:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: ARM_GCC_Support/ewl/EWL_C/src/stdio/vsnprintf.c undefined reference to `__pformatter'</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/ARM-GCC-Support-ewl-EWL-C-src-stdio-vsnprintf-c-undefined/m-p/444488#M14882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It fix when change Librarian&amp;nbsp;back to ewl, not use ewl-noio. Fixed as well sprintf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 00:44:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/ARM-GCC-Support-ewl-EWL-C-src-stdio-vsnprintf-c-undefined/m-p/444488#M14882</guid>
      <dc:creator>marceli1</dc:creator>
      <dc:date>2017-01-23T00:44:50Z</dc:date>
    </item>
  </channel>
</rss>

