<?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 Re: cannot find -lrt in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/cannot-find-lrt/m-p/298627#M10751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Simon:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be caused by a missing library search path. Please check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; ARM Ltd Windows GCC C Linker -&amp;gt; Libraries, and make sure that you have the path to arm libraries.&lt;/P&gt;&lt;P&gt;You don't say but if using Kinetis K device the path ends with &lt;STRONG&gt;armv7e-m&lt;/STRONG&gt;, but if using Kinetis L, the path ends with &lt;STRONG&gt;armv6-m&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Library.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/43257i99DC98276BC1EBEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Library.png" alt="Library.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves the issue!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jorge Gonzalez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2014 06:55:47 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2014-03-20T06:55:47Z</dc:date>
    <item>
      <title>cannot find -lrt</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/cannot-find-lrt/m-p/298626#M10750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm getting this message: cannot find -lrt&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;context:&lt;/P&gt;&lt;P&gt;"C:\\Freescale\\CW MCU v10.5\\gnu\\bin\\mingw32-make" -j8 all &lt;/P&gt;&lt;P&gt;'Building target: Step1.elf'&lt;/P&gt;&lt;P&gt;'Executing target #22 Step1.elf'&lt;/P&gt;&lt;P&gt;'Invoking: ARM Ltd Windows GCC C Linker'&lt;/P&gt;&lt;P&gt;"C:/Freescale/CW MCU v10.5/Cross_Tools/arm-none-eabi-gcc-4_7_3/bin/arm-none-eabi-gcc"&amp;nbsp;&amp;nbsp;&amp;nbsp; @"Step1.args" -o"Step1.elf"&lt;/P&gt;&lt;P&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&lt;STRONG&gt;/ld.exe: cannot find -lrt&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;collect2.exe: error: ld returned 1 exit status&lt;/P&gt;&lt;P&gt;mingw32-make: *** [Step1.elf] Error 1&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to have started after I loaded updates to 10.5 (which also broke CTL-X, CTL-C etc).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did setup my project for no IO since I use my own tiny printf. I did check and the library selected is: ewl_noio&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 20:33:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/cannot-find-lrt/m-p/298626#M10750</guid>
      <dc:creator>smachell</dc:creator>
      <dc:date>2014-03-18T20:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: cannot find -lrt</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/cannot-find-lrt/m-p/298627#M10751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Simon:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be caused by a missing library search path. Please check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; ARM Ltd Windows GCC C Linker -&amp;gt; Libraries, and make sure that you have the path to arm libraries.&lt;/P&gt;&lt;P&gt;You don't say but if using Kinetis K device the path ends with &lt;STRONG&gt;armv7e-m&lt;/STRONG&gt;, but if using Kinetis L, the path ends with &lt;STRONG&gt;armv6-m&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Library.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/43257i99DC98276BC1EBEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Library.png" alt="Library.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves the issue!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jorge Gonzalez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 06:55:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/cannot-find-lrt/m-p/298627#M10751</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-03-20T06:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: cannot find -lrt</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/cannot-find-lrt/m-p/298628#M10752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This does solve the problem, but why do the lib paths suddenly disappear? I did not import or change version, I just started getting this error.&lt;/P&gt;&lt;P&gt;It's hard to make progress with&amp;nbsp; disruptions.&lt;/P&gt;&lt;P&gt;This is a bug in 10.6:&lt;/P&gt;&lt;P&gt;"Lib paths get cleared for no apparent reason"&lt;/P&gt;&lt;P&gt;For a K64 project you will need:&lt;/P&gt;&lt;P&gt;"${MCUToolsBaseDir}/ARM_GCC_Support/ewl/lib/armv6e-m"&lt;/P&gt;&lt;P&gt;"${MCUToolsBaseDir}/ARM_GCC_Support/ewl/lib/armv7e-m"&lt;/P&gt;&lt;P&gt;"${MCUToolsBaseDir}/ARM_GCC_Support/ewl/lib/armv7e-m/fpu"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a RAM version of the project, you can copy from there or create a new project and copy them over if these are not right for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Aug 2014 18:57:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/cannot-find-lrt/m-p/298628#M10752</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2014-08-03T18:57:58Z</dc:date>
    </item>
  </channel>
</rss>

