<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Errors in devkitppc</title>
<description> Hello,
I am trying to compile the demo program that comes with the devkitppc. When I press ALT+1, the bottom of the notepad says &quot;make&quot; it pauses for about 30secs. Then, it says something like 
&amp;#039;&quot;/c/documents not found&quot;
&quot;No command to make documents&quot;
&quot;something something [Error 2]&quot;

I have tried to compile freecell and wadmanager. Freecell gives me the same error, wadmanager has a different problem. I do not care about that.

What do I have to do to fix this?</description><link>http://forum.wiibrew.org/read.php?11,2453,2453#msg-2453</link><lastBuildDate>Sat, 06 Jun 2026 01:25:51 +0200</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?11,2453,3306#msg-3306</guid>
<title>Re: Errors in devkitppc</title><link>http://forum.wiibrew.org/read.php?11,2453,3306#msg-3306</link><description><![CDATA[ @paul.strickler<br /><br />It took me almost an hour to get the tool chain working to the point that it would compile the "Hello World" .dol file. I&#039;ve used these tools before for GC years ago. They are very dependent on the correct location of all files needed by whatever you are compiling. Your second error sounds like you are missing files in the appropriate locations.<br /><br />The problem for me was the installer file (devkitProUpdater-1.4.7.exe) was not downloading the files correctly. I was ending up with only small parts of many of the required files. The installer would appear to unpack the files correctly (no errors) but after examining the folder structure it was obvious that many files were missing. This happened several times on two different Windows boxes.<br /><br />I ended up manually downloading the required files to a different folder (search on Sourceforge). I ran the installer, and as it downloaded the incomplete files I replaced them with the complete files from the separate folder. The installer then unpacked all of the files to the appropriate folders and made the necessary changes to the Windows environment.<br /><br />I don&#039;t know why the installer was not downloading the files correctly (could be our firewall), but I would check to see if that is your problem.]]></description>
<dc:creator>fogbank</dc:creator>
<category>Coding</category><pubDate>Sat, 01 Nov 2008 01:01:47 +0100</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,2453,2564#msg-2564</guid>
<title>Re: Errors in devkitppc</title><link>http://forum.wiibrew.org/read.php?11,2453,2564#msg-2564</link><description><![CDATA[ I&#039;d advise you to try running &#039;make&#039; directly from the project directory using a normal cmd.exe shell, then pasting the full error log here.]]></description>
<dc:creator>blasty</dc:creator>
<category>Coding</category><pubDate>Mon, 13 Oct 2008 09:26:55 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,2453,2468#msg-2468</guid>
<title>Re: Errors in devkitppc</title><link>http://forum.wiibrew.org/read.php?11,2453,2468#msg-2468</link><description><![CDATA[ The second error sounds like you either screwed up the executable search path or you forgot to install the cross build tools.]]></description>
<dc:creator>henke37</dc:creator>
<category>Coding</category><pubDate>Fri, 10 Oct 2008 15:40:04 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,2453,2459#msg-2459</guid>
<title>Re: Errors in devkitppc</title><link>http://forum.wiibrew.org/read.php?11,2453,2459#msg-2459</link><description><![CDATA[ Is the makefile in the directory that you are calling the make command in, and are all of the files your program need actually there?]]></description>
<dc:creator>WiiPhlex</dc:creator>
<category>Coding</category><pubDate>Fri, 10 Oct 2008 07:46:52 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,2453,2458#msg-2458</guid>
<title>Re: Errors in devkitppc</title><link>http://forum.wiibrew.org/read.php?11,2453,2458#msg-2458</link><description><![CDATA[ Lame.<br />Another problem:<br />"&gt; "make"<br /><br />&gt; Failed to create process: The system cannot find the file specified.<br /><br />&gt; Process Exit Code: 0<br />&gt; Time Taken: 00:00"<br /><br />Any ideas?<br />I feel like an idiot.]]></description>
<dc:creator>paul.strickler</dc:creator>
<category>Coding</category><pubDate>Thu, 09 Oct 2008 22:32:15 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,2453,2456#msg-2456</guid>
<title>Re: Errors in devkitppc</title><link>http://forum.wiibrew.org/read.php?11,2453,2456#msg-2456</link><description><![CDATA[ Yeah, the makefile is bugged. They really should fix it.<br />Yet another case of mixing up the data formats and getting bugs.]]></description>
<dc:creator>henke37</dc:creator>
<category>Coding</category><pubDate>Thu, 09 Oct 2008 20:46:28 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,2453,2455#msg-2455</guid>
<title>Re: Errors in devkitppc</title><link>http://forum.wiibrew.org/read.php?11,2453,2455#msg-2455</link><description><![CDATA[ Sweet!<br />I got it working.<br />Now, I just have to learn hot to code c++.<br /><br />It shouldn&#039;t be too hard. I took a class in VB and /know/ html.<br /><br />Thanks.]]></description>
<dc:creator>paul.strickler</dc:creator>
<category>Coding</category><pubDate>Thu, 09 Oct 2008 18:39:26 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,2453,2454#msg-2454</guid>
<title>Re: Errors in devkitppc</title><link>http://forum.wiibrew.org/read.php?11,2453,2454#msg-2454</link><description><![CDATA[ I&#039;m gussing that your project is located under C:\Documents and Settings\etc.? The compiler doesn&#039;t like the space in the path; move it somewhere without a space in the path and try again.]]></description>
<dc:creator>AerialX</dc:creator>
<category>Coding</category><pubDate>Thu, 09 Oct 2008 17:58:10 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,2453,2453#msg-2453</guid>
<title>Errors in devkitppc</title><link>http://forum.wiibrew.org/read.php?11,2453,2453#msg-2453</link><description><![CDATA[ Hello,<br />I am trying to compile the demo program that comes with the devkitppc. When I press ALT+1, the bottom of the notepad says "make" it pauses for about 30secs. Then, it says something like<br />&#039;"/c/documents not found"<br />"No command to make documents"<br />"something something [Error 2]"<br /><br />I have tried to compile freecell and wadmanager. Freecell gives me the same error, wadmanager has a different problem. I do not care about that.<br /><br />What do I have to do to fix this?]]></description>
<dc:creator>paul.strickler</dc:creator>
<category>Coding</category><pubDate>Thu, 09 Oct 2008 17:55:12 +0200</pubDate></item>
</channel>
</rss>