<?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>Kinetis MicrocontrollersのトピックRe: Warnings from Processor Expert from ConsoleIO</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270287#M9111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sam:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I jumped the gun and thought you were using GCC. In that case the warnings are due to multiple definitions, but according to these warnings the functions ignored are those of the libraries, and your functions included with the ConsoleIO component are the valid ones, then you should have no problem. Have you tried to use prints? They should be directed to your selected UART channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for your other question, it is recommended to use GCC build tools instead of Freescale tools. GCC produces smaller and more efficient code. Besides Freescale tools are no longer developed and the default option is to use GCC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my reply is useful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Feb 2014 03:04:25 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2014-02-05T03:04:25Z</dc:date>
    <item>
      <title>Warnings from Processor Expert from ConsoleIO</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270284#M9108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used Processor Expert to add a ConsoleIO to my project for debugging and now when I build I get three warnings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Resource&lt;/TD&gt;&lt;TD&gt;Path&lt;/TD&gt;&lt;TD&gt;Location&lt;/TD&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Symbol __close_console multiply defined in CsIO1_c.obj() and librt_Thumb_LE_v7M.a(semihosted_cons) Ignoring the definition in librt_Thumb_LE_v7M.a(semihosted_cons)&lt;/TD&gt;&lt;TD&gt;External_Memory_Programmer&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Resource&lt;/TD&gt;&lt;TD&gt;Path&lt;/TD&gt;&lt;TD&gt;Location&lt;/TD&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Symbol __read_console multiply defined in CsIO1_c.obj() and librt_Thumb_LE_v7M.a(semihosted_cons) Ignoring the definition in librt_Thumb_LE_v7M.a(semihosted_cons)&lt;/TD&gt;&lt;TD&gt;External_Memory_Programmer&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Resource&lt;/TD&gt;&lt;TD&gt;Path&lt;/TD&gt;&lt;TD&gt;Location&lt;/TD&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Symbol __write_console multiply defined in CsIO1_c.obj() and librt_Thumb_LE_v7M.a(semihosted_cons) Ignoring the definition in librt_Thumb_LE_v7M.a(semihosted_cons)&lt;/TD&gt;&lt;TD&gt;External_Memory_Programmer&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't find "librt_Thumb_LE_v7M.a" in my project and I'm not sure what it is or why it would have those methods defined. Does anyone know where that file is located or how to fix this? I am using CodeWarrior v 10.5 and I'm developing for a TWRK60d100M dev board. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 15:05:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270284#M9108</guid>
      <dc:creator>sryan</dc:creator>
      <dc:date>2014-01-31T15:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Warnings from Processor Expert from ConsoleIO</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270285#M9109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sam:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems you have conflict with low level IO support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you want to direct your console functions (printf, ...) to a UART channel, is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, from the New Project wizard , you should have selected UART, not Debugger Console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="IO_Support.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42524iAD1956F90D49F79D/image-size/large?v=v2&amp;amp;px=999" role="button" title="IO_Support.png" alt="IO_Support.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To correct this, go to Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Librarian, and make sure you have the "ewl" library selected, instead of "ewl_hosted".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ewl_library.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42525i35B7C4FCB9E1B192/image-size/large?v=v2&amp;amp;px=999" role="button" title="ewl_library.png" alt="ewl_library.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if this helps to correct your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 21:13:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270285#M9109</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-01-31T21:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Warnings from Processor Expert from ConsoleIO</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270286#M9110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge, thanks for the answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct that I am trying to redirect the console output to the UART. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I started the project I chose "Freescale" under Arm Build Tools, so it looked like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CWSetup.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42549i28AF87DB7ED1E84F/image-size/large?v=v2&amp;amp;px=999" role="button" title="CWSetup.jpg" alt="CWSetup.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select GCC instead of Freescale at that screen I do see the UART radio button, but with Freescale selected I don't see it. Should I use GCC instead of Freescale? I'm not really clear on the differences to be honest. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked under &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Librarian&lt;/SPAN&gt; and it looks like I do have ewl selected, I included a screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CodewarriorScreen.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42552i1FA1C9E3AE56905A/image-size/large?v=v2&amp;amp;px=999" role="button" title="CodewarriorScreen.jpg" alt="CodewarriorScreen.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 19:36:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270286#M9110</guid>
      <dc:creator>sryan</dc:creator>
      <dc:date>2014-02-04T19:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Warnings from Processor Expert from ConsoleIO</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270287#M9111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sam:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I jumped the gun and thought you were using GCC. In that case the warnings are due to multiple definitions, but according to these warnings the functions ignored are those of the libraries, and your functions included with the ConsoleIO component are the valid ones, then you should have no problem. Have you tried to use prints? They should be directed to your selected UART channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for your other question, it is recommended to use GCC build tools instead of Freescale tools. GCC produces smaller and more efficient code. Besides Freescale tools are no longer developed and the default option is to use GCC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my reply is useful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 03:04:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270287#M9111</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-02-05T03:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Warnings from Processor Expert from ConsoleIO</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270288#M9112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's correct, the "printf"s were working. I was just worried about what the warnings meant and I like to keep my projects warning free when possible because it makes it easier to spot when new ones pop up. I started a new project using the GCC build tools and it looks like I can use the console without warnings now, thanks for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have one quick follow up question: Is there a way to change my existing project (which currently uses the Freescale build tools) to use the GCC build tools, or will I need to create a new project and import my old files? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 16:01:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270288#M9112</guid>
      <dc:creator>sryan</dc:creator>
      <dc:date>2014-02-05T16:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Warnings from Processor Expert from ConsoleIO</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270289#M9113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it is possible to update your projects. I am attaching a document with tips and tricks on how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 16:31:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270289#M9113</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-02-05T16:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Warnings from Processor Expert from ConsoleIO</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270290#M9114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jorge,&lt;/P&gt;&lt;P&gt;After integrating a large batch of code from a new include path, I am having a similar issue, and i'm wondering if you could help?&amp;nbsp; I am getting:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;EM&gt;'Invoking: ARM Ltd Windows GCC C Linker'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;EM&gt;c:/freescale/cw mcu v10.5/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: cannot find -lrt&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;c:/freescale/cw mcu v10.5/cross_tools/arm-none-eabi-gcc-4_7_3/bin/../lib/gcc/arm-none-eabi/4.7.3/../../../../arm-none-eabi/bin/ld.exe: cannot find -luart&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the only two errors I have, and I don't know of any duplicate definitions.&amp;nbsp; I thought perhaps it had something to do with duplicate include paths in the project settings, but I can't seem to make it go away... I am using CW 10.3 with the ARM Ltd. GCC toolchain, and i'm not using the UART for any console I/O that I'm aware of.&amp;nbsp; Any idea how to pinpoint the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 21:27:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270290#M9114</guid>
      <dc:creator>jonathanscott</dc:creator>
      <dc:date>2014-02-19T21:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Warnings from Processor Expert from ConsoleIO</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270291#M9115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonathan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I have not seen those errors before. Please create a new thread about this and if possible share your project to recreate it. I will download it and give it a check when I find some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 02:46:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270291#M9115</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-02-20T02:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Warnings from Processor Expert from ConsoleIO</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270292#M9116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorge,&lt;/P&gt;&lt;P&gt;Thanks for your reply. I did figure it out, and it did indeed have to do with the librarian model setting. It was incorrectly set to EWL instead of EWL hosted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 18:51:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Warnings-from-Processor-Expert-from-ConsoleIO/m-p/270292#M9116</guid>
      <dc:creator>jonathanscott</dc:creator>
      <dc:date>2014-02-27T18:51:32Z</dc:date>
    </item>
  </channel>
</rss>

