<?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: CodeWarrior 6.4: &amp;quot;the file stdlib.h cannot be opened&amp;quot; in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155024#M2330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Forgot to say, but deleting the project data folder seemed to work.&amp;nbsp; Thanks!&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by Ioline on &lt;SPAN class="date_text"&gt;2008-07-17&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;05:39 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2008 23:38:25 GMT</pubDate>
    <dc:creator>Ioline</dc:creator>
    <dc:date>2008-07-17T23:38:25Z</dc:date>
    <item>
      <title>CodeWarrior 6.4: "the file stdlib.h cannot be opened"</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155020#M2326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Hello, I am a total newbie when it comes to CodeWarrior.&amp;nbsp; I have run across a problem in one of our very old projects.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; The project compiles fine with CodeWarrior 6.4.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; However, when I try and delete a file from the project screen, and then add it back, it claims it cannot find stdlib.h.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; I find this odd cause it can find stdio.h, which is located in the same folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone help?&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2008 07:13:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155020#M2326</guid>
      <dc:creator>Ioline</dc:creator>
      <dc:date>2008-05-10T07:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 6.4: "the file stdlib.h cannot be opened"</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155021#M2327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;OK, I'm guessing that you're using CodeWarrior for ColdFire 6.4. What version of CodeWarrior made the project that you're working with? It sounds like you're having a file path problem (that is, the information used to find header files in the directory trees).&lt;BR /&gt;&lt;BR /&gt;First, check and see if the source file you're working with doesn't have a directory path--or part of one--hard-coded into it for stdlib.h. If it does, edit that out. If not, proceed a follows:&lt;BR /&gt;&lt;BR /&gt;1) Make a copy of the old project directory and all of its files.&lt;BR /&gt;2) Open it with CW ColdFire 6.4.&lt;BR /&gt;3) Choose Remove Object Code.&lt;BR /&gt;4) Choose Reset Project Entry Paths.&lt;BR /&gt;5) Choose Re-search for Files.&lt;BR /&gt;6) Try building the project now.&lt;BR /&gt;&lt;BR /&gt;Steps 4 and 5 essentially purge the project of its old directory tree info, and forces the IDE to look for these files again. The reason for making the duplicate project is in case this attempt makes things worse, you can always start over with the old one.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 19:47:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155021#M2327</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2008-05-12T19:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 6.4: "the file stdlib.h cannot be opened"</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155022#M2328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;Thanks for your help...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;Yes-I am using CodeWarrior for ColdFire 6.4.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; I have no idea what version of CodeWarrior made the original project, as the code I am working with is many years old.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; I just recently tried porting the code to 7.0 (later had to settle with 6.4).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;The source file with the problem simply uses:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Times New Roman"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;#include &amp;lt;stdlib.h&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Times New Roman" size="3"&gt;I tried removing the object code, resetting the entry paths, and re-searching for files (in that order).&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; I still get the same error.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; I tried adding the compiler directory (MSL folder) to the project paths, and it still can’t find the file.&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 00:06:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155022#M2328</guid>
      <dc:creator>Ioline</dc:creator>
      <dc:date>2008-05-13T00:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 6.4: "the file stdlib.h cannot be opened"</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155023#M2329</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;Can you try the following:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Close CodeWarrior&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Open a Windows Explorer&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Browse for your project directory (location of the .mcp file).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Delete the data folder(called &amp;lt;Project&amp;gt;_Data, where &amp;lt;project&amp;gt; stands for your project name).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Restart CodeWarrior and try to build. Is it working better?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;- Can you also check your target AccessPaths directory. Do you have something like&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; {Compiler}\E68K_Support\msl\MSL_C\MSL_Common\Include in the System Paths?&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, 13 May 2008 19:37:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155023#M2329</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-05-13T19:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 6.4: "the file stdlib.h cannot be opened"</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155024#M2330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Forgot to say, but deleting the project data folder seemed to work.&amp;nbsp; Thanks!&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by Ioline on &lt;SPAN class="date_text"&gt;2008-07-17&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;05:39 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 23:38:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155024#M2330</guid>
      <dc:creator>Ioline</dc:creator>
      <dc:date>2008-07-17T23:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: CodeWarrior 6.4: "the file stdlib.h cannot be opened"</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155025#M2331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I had the same problem.&lt;BR /&gt;But I got the solution by changing the access path.&lt;BR /&gt;&lt;BR /&gt;THanks &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 18:58:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CodeWarrior-6-4-quot-the-file-stdlib-h-cannot-be-opened-quot/m-p/155025#M2331</guid>
      <dc:creator>tkvenki</dc:creator>
      <dc:date>2008-12-03T18:58:49Z</dc:date>
    </item>
  </channel>
</rss>

