<?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>ColdFire/68K Microcontrollers and Processors中的主题 Re: Undefined InitializeUART, ReadUARTN, WriteUARTN</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257432#M11655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to port some stack on the MPC5675K and am using eclipse cdt and my code has lot of printf's and am getting this errors you mentioned above is their any other solution for this other than build-&amp;gt;settings-&amp;gt;librarian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have given the path of the .a file it askes in LDFLAGS but ists not finding, I also added the path in environment variable,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is as below,&lt;/P&gt;&lt;P&gt;LDFLAGS = "-lr C:/Freescale/PA_Support/ewl -lr C:/Freescale/PowerPC_EABI_Support -lr C:/Freescale/PowerPC_EABI_Tools";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error goes as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mwldeppc.exe: undefined: 'InitializeUART'&lt;/P&gt;&lt;P&gt;mwldeppc.exe: Referenced from '__init_uart_console' in &lt;/P&gt;&lt;P&gt;mwldeppc.exe: libc_E200z650_VLE_SPFP_Only.a&lt;/P&gt;&lt;P&gt;mwldeppc.exe: undefined: 'ReadUARTN'&lt;/P&gt;&lt;P&gt;mwldeppc.exe: Referenced from '__read_console' in &lt;/P&gt;&lt;P&gt;mwldeppc.exe: libc_E200z650_VLE_SPFP_Only.a&lt;/P&gt;&lt;P&gt;mwldeppc.exe: undefined: 'WriteUARTN'&lt;/P&gt;&lt;P&gt;mwldeppc.exe: Referenced from '__write_console' in &lt;/P&gt;&lt;P&gt;mwldeppc.exe: libc_E200z650_VLE_SPFP_Only.a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mwldeppc.exe: undefined: '_ExitProcess'&lt;/P&gt;&lt;P&gt;Errors caused tool to abort.&lt;/P&gt;&lt;P&gt;mwldeppc.exe: Referenced from 'exit' in libc_E200z650_VLE_SPFP_Only.a&lt;/P&gt;&lt;P&gt;mwldeppc.exe: undefined: '_ExitProcess'&lt;/P&gt;&lt;P&gt;mwldeppc.exe: Referenced from 'abort' in libc_E200z650_VLE_SPFP_Only.a&lt;/P&gt;&lt;P&gt;mwldeppc.exe: alert: Link failed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Apr 2016 09:31:25 GMT</pubDate>
    <dc:creator>abhishekpatil</dc:creator>
    <dc:date>2016-04-29T09:31:25Z</dc:date>
    <item>
      <title>Undefined InitializeUART, ReadUARTN, WriteUARTN</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257423#M11646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm setting up a new C++ project for a Coldfire MCF52110.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything builds fine until I start including code from the EWL_C++ library - I then get three linker errors.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Undefined InitializeUART Referenced from __init_uart_console&lt;/P&gt;&lt;P&gt;Undefined ReadUARTNReferenced from __read_console&lt;/P&gt;&lt;P&gt;Undefined WriteUARTNReferenced from __write_console&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand why these keep popping up, especially because the files that are getting referenced are getting compiled out using the _EWL_CONSOLE_SUPPORT define.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried rebuilding the EWL project several times, that doesn't seem to help either.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't need or want console support. How do I get rid of these linker errors?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 22:44:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257423#M11646</guid>
      <dc:creator>dan_quist</dc:creator>
      <dc:date>2013-04-08T22:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined InitializeUART, ReadUARTN, WriteUARTN</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257424#M11647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search for "__init_uart_console" and see if the previous posts answer your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 00:48:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257424#M11647</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2013-04-09T00:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined InitializeUART, ReadUARTN, WriteUARTN</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257425#M11648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I spent over an hour searching, including that phrase. I can't find a single post that answers this question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 01:10:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257425#M11648</guid>
      <dc:creator>dan_quist</dc:creator>
      <dc:date>2013-04-09T01:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined InitializeUART, ReadUARTN, WriteUARTN</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257426#M11649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; I spent over an hour searching,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would have helped if you'd mentioned your previous research.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is with the Development Environment setup rather than with using the CPU, which is what this forum is (mainly) for. So one of the Tools/Development forums may get you a better audience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you've been down this path, and may have dismissed all of these, but just in case...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something must still be pulling in those "__xxxx_console" functions for them to then want the other definitions. Are you using MQX? This post mentions "bare metal printf()" and "a bunch of code you pulled in from elsewhere" which might be related to your problem as it might describe whatever "EWL" is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/107664"&gt;twrmp55125 linker error with printf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's often problems compiling code written for an older CW or MQX with newer versions. These things don't support "mix and match" or older versions of code (and there often aren't newer versions):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/63401"&gt;Error Undefined InitializeUART&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 02:36:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257426#M11649</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2013-04-09T02:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined InitializeUART, ReadUARTN, WriteUARTN</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257427#M11650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dan, how is the project going, any breakthroughs?&lt;/P&gt;&lt;P&gt;Please keep us posted, we'd like to know! :smileywink:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Monica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 21:40:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257427#M11650</guid>
      <dc:creator>Monica</dc:creator>
      <dc:date>2013-04-15T21:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined InitializeUART, ReadUARTN, WriteUARTN</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257428#M11651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I came across this issue too and found a couple of solutions that worked for me.&amp;nbsp; Not sure if this topic is still open.&amp;nbsp; But anyway, here's my input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traditional solution to this issue in the past has been to define the low-level UART functions *before* the standard library functions.&amp;nbsp; I.e., __read_console, __write_console, and __close_console (see [ewl]/sys/console_io.h) would overwrite the functions of the same name found in the EWL_C library.&amp;nbsp; This also required an "Initialize UART" function to set up the UART settings; i.e., baud, pins, etc.&amp;nbsp; While this solution worked perfectly fine in a *C* project, I discovered some nuances and annoyances when transferring the same working code from a *C* project to a *C++* project.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To overcome this, I discovered a MUCH easier solution, that requires *no* UART set up at all.&amp;nbsp; With the latest release of Codewarrior (version 10.4...must be the one with *out* code size restriction), there's a feature that let's users specify the Console window/tab for I/O!&amp;nbsp; When a creating a new project, all the user has to do is specify the "Developer Console" option instead of the "UART" one under the I/O options.&amp;nbsp; For existing projects, the I/O options can always be changed after the fact by going to the Project Properties (Alt+Enter)&amp;nbsp; --&amp;gt; C/C++ Build --&amp;gt; Librarian:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* ewl_c / ewl_c++ --&amp;gt; this requires the UART code to be defined. &lt;/P&gt;&lt;P&gt;* ewl_c_hosted / ewl_c++_hosted --&amp;gt; no UART code required.&amp;nbsp; stdio will route to the developer's console.&amp;nbsp; no need to open some third-party terminal window and enter COM port settings.&amp;nbsp; (really cool!)&lt;/P&gt;&lt;P&gt;* ewl_c_no_io / ewl_c++_no_io&amp;nbsp; --&amp;gt; disable console I/O altogether?&amp;nbsp; Well, kind of...stdio functions won't be compiled, so all calls to stdio functions will have to be omitted; i.e., #define DBG_PRINT 0 or similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realize that this feature (semihosting) might have been available before, but the latest version of codewarrior (10.4) makes it much more noticeable and easier to use.&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Some users may have an issue with the slightly slower baud rate, but I don't think this is a huge deal.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, as a word of caution...be careful with those scanf's and printf's...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I hope this helps, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jun 2013 05:59:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257428#M11651</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2013-06-08T05:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined InitializeUART, ReadUARTN, WriteUARTN</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257429#M11652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich, your effort helped me a lot, for some reason I would like to use traditional terminal than console, anybody has the source code for these functions which i can use while eliminating the above errors (K21 device)&lt;/P&gt;&lt;P&gt;initializeUART(), ReadUARTN(), WriteUARTN()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;tvc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 05:20:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257429#M11652</guid>
      <dc:creator>venkatachalapat</dc:creator>
      <dc:date>2013-07-30T05:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined InitializeUART, ReadUARTN, WriteUARTN</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257430#M11653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should it help anyone, I just had this problem crop up in my code when I included "assert.h" as I am not using any of the stdio libs. Replacing it with a simple one-liner definition of assert() fixed it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Aug 2013 10:25:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257430#M11653</guid>
      <dc:creator>FridgeFreezer</dc:creator>
      <dc:date>2013-08-09T10:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined InitializeUART, ReadUARTN, WriteUARTN</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257431#M11654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wouldn't that mean your app would only run attached to the debugger?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 00:29:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257431#M11654</guid>
      <dc:creator>bowerymarc</dc:creator>
      <dc:date>2014-01-04T00:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined InitializeUART, ReadUARTN, WriteUARTN</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257432#M11655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to port some stack on the MPC5675K and am using eclipse cdt and my code has lot of printf's and am getting this errors you mentioned above is their any other solution for this other than build-&amp;gt;settings-&amp;gt;librarian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have given the path of the .a file it askes in LDFLAGS but ists not finding, I also added the path in environment variable,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code is as below,&lt;/P&gt;&lt;P&gt;LDFLAGS = "-lr C:/Freescale/PA_Support/ewl -lr C:/Freescale/PowerPC_EABI_Support -lr C:/Freescale/PowerPC_EABI_Tools";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error goes as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mwldeppc.exe: undefined: 'InitializeUART'&lt;/P&gt;&lt;P&gt;mwldeppc.exe: Referenced from '__init_uart_console' in &lt;/P&gt;&lt;P&gt;mwldeppc.exe: libc_E200z650_VLE_SPFP_Only.a&lt;/P&gt;&lt;P&gt;mwldeppc.exe: undefined: 'ReadUARTN'&lt;/P&gt;&lt;P&gt;mwldeppc.exe: Referenced from '__read_console' in &lt;/P&gt;&lt;P&gt;mwldeppc.exe: libc_E200z650_VLE_SPFP_Only.a&lt;/P&gt;&lt;P&gt;mwldeppc.exe: undefined: 'WriteUARTN'&lt;/P&gt;&lt;P&gt;mwldeppc.exe: Referenced from '__write_console' in &lt;/P&gt;&lt;P&gt;mwldeppc.exe: libc_E200z650_VLE_SPFP_Only.a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mwldeppc.exe: undefined: '_ExitProcess'&lt;/P&gt;&lt;P&gt;Errors caused tool to abort.&lt;/P&gt;&lt;P&gt;mwldeppc.exe: Referenced from 'exit' in libc_E200z650_VLE_SPFP_Only.a&lt;/P&gt;&lt;P&gt;mwldeppc.exe: undefined: '_ExitProcess'&lt;/P&gt;&lt;P&gt;mwldeppc.exe: Referenced from 'abort' in libc_E200z650_VLE_SPFP_Only.a&lt;/P&gt;&lt;P&gt;mwldeppc.exe: alert: Link failed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 09:31:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257432#M11655</guid>
      <dc:creator>abhishekpatil</dc:creator>
      <dc:date>2016-04-29T09:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined InitializeUART, ReadUARTN, WriteUARTN</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257433#M11656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;Hows going on this issue? if you got the solution can you share the steps please, I am facing the same issue,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;I am using CW 5.9.0 , powerPC platform. Below are the error... Need help&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Link Error : undefined: 'InitializeUART'&lt;BR /&gt;Referenced from '__init_uart_console' in MSL_C.PPCEABI.bare.E.UC.a&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Link Error : undefined: 'ReadUARTN'&lt;BR /&gt;Referenced from '__read_console' in MSL_C.PPCEABI.bare.E.UC.a&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Link Error : undefined: 'WriteUARTN'&lt;BR /&gt;Referenced from '__write_console' in MSL_C.PPCEABI.bare.E.UC.a&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Appreciated the help.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Thanks,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;-Mohammed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 05:32:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Undefined-InitializeUART-ReadUARTN-WriteUARTN/m-p/257433#M11656</guid>
      <dc:creator>mohammedzakari1</dc:creator>
      <dc:date>2019-06-19T05:32:20Z</dc:date>
    </item>
  </channel>
</rss>

