<?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 unable to open and write  file  using MPC5554 in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193847#M4986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I am using MPC5554EVB with code Warrior version 2.3 and Nexus (P&amp;amp;E) debugger.&lt;/DIV&gt;&lt;DIV&gt;I want to open a file and write some data or string into the file..&lt;/DIV&gt;&lt;DIV&gt;I have added fopen() and fwrite() with MSL macros and source files in my default project.. and runnning it&lt;/DIV&gt;&lt;DIV&gt;on NEXUS (P&amp;amp;E) debugger. I have not found any errors while compiling and linking with codewarrior.&lt;/DIV&gt;&lt;DIV&gt;But after running test.elf build file&amp;nbsp;on P&amp;amp;E debuuger its not opening any file..no run errors..&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please guide me what needs to be used to use file handling in Codewarrior for MPC5554 board.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;Taranath&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2008 10:02:03 GMT</pubDate>
    <dc:creator>tkm_moog</dc:creator>
    <dc:date>2008-10-15T10:02:03Z</dc:date>
    <item>
      <title>unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193847#M4986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I am using MPC5554EVB with code Warrior version 2.3 and Nexus (P&amp;amp;E) debugger.&lt;/DIV&gt;&lt;DIV&gt;I want to open a file and write some data or string into the file..&lt;/DIV&gt;&lt;DIV&gt;I have added fopen() and fwrite() with MSL macros and source files in my default project.. and runnning it&lt;/DIV&gt;&lt;DIV&gt;on NEXUS (P&amp;amp;E) debugger. I have not found any errors while compiling and linking with codewarrior.&lt;/DIV&gt;&lt;DIV&gt;But after running test.elf build file&amp;nbsp;on P&amp;amp;E debuuger its not opening any file..no run errors..&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please guide me what needs to be used to use file handling in Codewarrior for MPC5554 board.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;Taranath&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 10:02:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193847#M4986</guid>
      <dc:creator>tkm_moog</dc:creator>
      <dc:date>2008-10-15T10:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193848#M4987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Support for file I/O function is not available in the MPC55xx bare board tool chain.&lt;/DIV&gt;&lt;DIV&gt;Usage of file I/O requires a file system and probably an operating system.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Look at {Install}\Help\PDF\MSL C Reference.pdf.&lt;/DIV&gt;&lt;DIV&gt;In chapter "Configuring MSL" there is a section speaking about configuring file I/O.&lt;/DIV&gt;&lt;DIV&gt;Look at "Configuring Input and Output".&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Basically you need to provide your implementation of fopen, fwrite, and so on.&lt;/DIV&gt;&lt;DIV&gt;If you have an underlying operating system providing file I/O capability, you can they hook up the OS&amp;nbsp;system call&amp;nbsp;to the MSL function.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 16:41:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193848#M4987</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-10-16T16:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193849#M4988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks for your reply Crasy,&lt;/DIV&gt;&lt;DIV&gt;I followed the Help/PDF/MSL c reference ..in that configuring input and output. (Console IO)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am adding these in my default project c source&amp;nbsp; file, which was created while opening the default project in the IDE.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;#inlcude&amp;lt;stdio.h&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;#inlcude&amp;lt;stdlib.h&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;and the following MSL pragmas is set in my c file to..&lt;/DIV&gt;&lt;DIV&gt;#define _MSL_OS_DISK_FILE_SUPPORT 1&lt;/DIV&gt;&lt;DIV&gt;#define _MSL_CONSOLE_SUPPORT 1&lt;BR /&gt;#define _MSL_BUFFERED_CONSOLE 1&lt;BR /&gt;#define _MSL_CONSOLE_FILE_IS_DISK_FILE&amp;nbsp; 1&lt;BR /&gt;#define&amp;nbsp; _MSL_FILE_CONSOLE_ROUTINES&amp;nbsp; 1&lt;BR /&gt;#define&amp;nbsp; _MSL_NULL_CONSOLE_ROUTINES&amp;nbsp; 0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;i was able to build with this, and this is running in nexus debugger(P&amp;amp;E) but no file is opened by this..&lt;/DIV&gt;&lt;DIV&gt;I have attached the project folder which i am using..&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;Taranath&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.freescale.com/files/community_files/CWCOMM/msg6057_MPC5554test.zip" rel="nofollow" target="_self"&gt;Copy of MPC5554test.zip&lt;/A&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-08-31&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;04:13 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 09:57:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193849#M4988</guid>
      <dc:creator>tkm_moog</dc:creator>
      <dc:date>2008-10-17T09:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193850#M4989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Did you provide an implementation for the file I/O function?&lt;/DIV&gt;&lt;DIV&gt;Function available in the MSL library are empty. You need to provide source code for fopen.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 18:33:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193850#M4989</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-10-17T18:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193851#M4990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hello Crasy,&lt;/DIV&gt;&lt;DIV&gt;Thanks for your suggestion,&amp;nbsp;i will try to provide the fopen implementation for file I/O.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by 05-Oct-2008 on &lt;SPAN class="date_text"&gt;2008-10-20&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;03:15 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 09:12:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193851#M4990</guid>
      <dc:creator>tkm_moog</dc:creator>
      <dc:date>2008-10-20T09:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193852#M4991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Crasy,&lt;/DIV&gt;&lt;DIV&gt;I tried to provide the fopen implementation.. i have observed some functions in&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;${CWFOLDER}/MSL/MSL_C/MSL_Common/src/file_io.c ..does these functions have the full implementation for fopen(), fclose() etc..&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;can you give more details about this..&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;Taranath&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 12:34:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193852#M4991</guid>
      <dc:creator>tkm_moog</dc:creator>
      <dc:date>2008-10-22T12:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193853#M4992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This will not be enough. Functions in module file_io.c are calling other functions like __open_file, __read_file, __write_file, .. which need to be implemented.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The file \PowerPC_EABI_Support\MSL\MSL_C\PPC_EABI\SRC\file_io.stub.c includes containers for these functions.&lt;/DIV&gt;&lt;DIV&gt;But you need to provide the actual implementation.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 18:28:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193853#M4992</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-11-05T18:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193854#M4993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Crasy,&lt;/DIV&gt;&lt;DIV&gt;I am trying to add some functions to these...if i find and problems in between i will get back to you..&lt;/DIV&gt;&lt;DIV&gt;please suggest me which is better..without having file I/O is that good enough to dump data using the break point&amp;nbsp;..Actually i am using RTRT with this..&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;Taranath&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 19:03:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193854#M4993</guid>
      <dc:creator>tkm_moog</dc:creator>
      <dc:date>2008-11-05T19:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193855#M4994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;According to my understanding you are trying to dump content of memory when you reach a breakpoint.&lt;/DIV&gt;&lt;DIV&gt;Is that correct?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The debugger delivered with MPC5554 comes from P&amp;amp;E.&lt;/DIV&gt;&lt;DIV&gt;So I would recommend you to ask them how you can achieve that.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;They have a forum at following URL:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &lt;A href="http://www.pemicro.com/support/forums_index.cfm" rel="nofollow" target="_blank"&gt;http://www.pemicro.com/support/forums_index.cfm&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 18:33:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193855#M4994</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-11-11T18:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193856#M4995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hello CrasyCat,&lt;/DIV&gt;&lt;DIV&gt;I am able to dump memory from the debugger back to RTRT..&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have one question if i am able to work with&amp;nbsp;file handlers in Codewarrior thats fine, then no break point is required in P&amp;amp;E debugger for RTRT to collect the runtime data..&amp;nbsp; does Frescale have the updated library which is not available in the current version for the file handling. Then instead of breakpoint i can Automate the process by collecting data in a file.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I tried to update the functions available in the MSL library for file handling but i am not understanding this completley.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by 05-Oct-2008 on &lt;SPAN class="date_text"&gt;2008-11-12&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;02:35 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 10:28:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193856#M4995</guid>
      <dc:creator>tkm_moog</dc:creator>
      <dc:date>2008-11-12T10:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193857#M4996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I do not know is something like that is available.&lt;/DIV&gt;&lt;DIV&gt;I would recommend you to submit a service request to ask for this library.&lt;BR /&gt;&lt;BR /&gt;Click &lt;A href="https://www.freescale.com/webapp/servicerequest.create_SR.framework?regFlag=fromOpenSR" rel="nofollow" target="_blank"&gt;here&lt;/A&gt; to submit a service request.&lt;BR /&gt;&lt;BR /&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 20:48:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193857#M4996</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-11-12T20:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193858#M4997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Crasy,&lt;/DIV&gt;&lt;DIV&gt;I am able to build the project in RTRT using the library files of Code Warrior.&lt;/DIV&gt;&lt;DIV&gt;Its working fine with no stubs and&amp;nbsp;I am able to debug it in nexus debugger.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Now&amp;nbsp;I have a problem with the stubs in RTRT, its giving undefined Stub name..&lt;/DIV&gt;&lt;DIV&gt;Following are the errors I am getting by adding the stubs..........................&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;TestRT attolcc1 - INFO: Function UartControlStatus renamed&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;Linking .\PowerPc5554\Test.elf...&lt;BR /&gt;### mwldeppc.exe Linker Error:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;undefined: 'UartControlStatus'&amp;nbsp;&amp;nbsp;&amp;nbsp; #Stub call&lt;/STRONG&gt;&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; Referenced from 'CheckGroundInterlocks' in COMCheckGroundInterlocks.o&lt;BR /&gt;### mwldeppc.exe Linker Error:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; Link failed.&lt;BR /&gt;exit from the link Function before return&lt;BR /&gt;Executing .\PowerPc5554\Test.elf...&lt;BR /&gt;No trace PowerPc5554\TTest.rio generated.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Looking for more information .&amp;nbsp;I can give the necessary files if you need.&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Taranath&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2009 18:15:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193858#M4997</guid>
      <dc:creator>tkm_moog</dc:creator>
      <dc:date>2009-02-10T18:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193859#M4998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would recommend you to submit a service request for that.&lt;BR /&gt;&lt;BR /&gt;Click &lt;A href="https://www.freescale.com/webapp/servicerequest.create_SR.framework?regFlag=fromOpenSR" rel="nofollow" target="_blank"&gt;here&lt;/A&gt; to submit a service request.&lt;BR /&gt;&lt;BR /&gt;Make sure to attach a reproducible project and installed product information to the service request.&lt;BR /&gt;To generate the required information:&lt;BR /&gt;- Start CodeWarrior&lt;BR /&gt;- Open the project&lt;BR /&gt;- Select "Help" -&amp;gt; "Pack and Go" and follow instructions on the screen.&lt;BR /&gt;&lt;BR /&gt;Attach the generated .zip file to the SR.&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 18:10:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193859#M4998</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2009-02-12T18:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193860#M4999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks for your reply Crasy,&lt;/DIV&gt;&lt;DIV&gt;I would do that.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Taranath&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 10:18:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193860#M4999</guid>
      <dc:creator>tkm_moog</dc:creator>
      <dc:date>2009-02-13T10:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193861#M5000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i saw the post from &lt;FONT size="1"&gt;&lt;FONT size="2"&gt;Taranath and i wonder what can be&amp;nbsp;the solution to his problem... since i have&amp;nbsp;the EXACT SAME PROBLEM right now when i try to use RTRT with CodeWarrior for Mobile GT.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;Hi Crasy,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;I am able to build the project in RTRT using the library files of Code Warrior.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;Its working fine with no stubs and&amp;nbsp;I am able to debug it in nexus debugger.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;Now&amp;nbsp;I have a problem with the stubs in RTRT, its giving undefined Stub name..&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;Following are the errors I am getting by adding the stubs..........................&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT size="1"&gt;TestRT attolcc1 - INFO: Function UartControlStatus renamed&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;Linking .\PowerPc5554\Test.elf...&lt;BR /&gt;### mwldeppc.exe Linker Error:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;undefined: 'UartControlStatus'&amp;nbsp;&amp;nbsp;&amp;nbsp; #Stub call&lt;/STRONG&gt;&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; Referenced from 'CheckGroundInterlocks' in COMCheckGroundInterlocks.o&lt;BR /&gt;### mwldeppc.exe Linker Error:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; Link failed.&lt;BR /&gt;exit from the link Function before return&lt;BR /&gt;Executing .\PowerPc5554\Test.elf...&lt;BR /&gt;No trace PowerPc5554\TTest.rio generated.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;Looking for more information .&amp;nbsp;I can give the necessary files if you need.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;Thanks,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;Taranath&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;HR /&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am pretty new to RTRT so if you have any clue and/or a solution for this problem, I'd like to hear that!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2009 02:49:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193861#M5000</guid>
      <dc:creator>FournierDavid</dc:creator>
      <dc:date>2009-04-11T02:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193862#M5001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi David,&lt;BR /&gt;&lt;BR /&gt;Use this option for the Preprocessor, it works fine for me with the integers but i have problem with the floating point values,,, please let me know if you are able to solve this...&lt;BR /&gt;&lt;BR /&gt;SystemP("$cc -E -ppopt pragma -ppopt line -ppopt full $defines $includes \"$src\" &amp;gt; atltmp.i");&lt;BR /&gt;&lt;BR /&gt;Taranath&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2009 09:19:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193862#M5001</guid>
      <dc:creator>tkm_moog</dc:creator>
      <dc:date>2009-04-13T09:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: unable to open and write  file  using MPC5554</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193863#M5002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank&amp;nbsp;you very much Taranath, it works fine for me too.&amp;nbsp; You saved the day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i use floating point (but for now i don't think so) i will let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2009 22:22:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/unable-to-open-and-write-file-using-MPC5554/m-p/193863#M5002</guid>
      <dc:creator>FournierDavid</dc:creator>
      <dc:date>2009-04-14T22:22:12Z</dc:date>
    </item>
  </channel>
</rss>

