Welcome! Log In Create A New Profile

Advanced

Upgraded to vista, reinstalled Environment(DevkitPro)

Posted by Matando 
Upgraded to vista, reinstalled Environment(DevkitPro)
December 31, 2008 09:46PM
It won't Compile anything(tried only with libwiisprite)

This is the error I got, please help.

Quote

C:\Users\Administrator\Documents\Projects\libwiisprite>make
gamewindow.cpp
powerpc-gekko-g++.exe: CreateProcess: No such file or directory
make[1]: *** [gamewindow.o] Error 1
make: *** [build] Error 2
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
December 31, 2008 09:48PM
Looks to me like you dont have libwiisprite properly installed or linked (in you makefile) to your program.
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
December 31, 2008 10:40PM
libwiisprite is the program I'm compiling :P

was just using it as a test.



Edited 1 time(s). Last edit at 12/31/2008 10:41PM by Matando.
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
December 31, 2008 10:51PM
In that case, make sure that all the libwiisprite source is in your source folder. If you used the default install path, then your full path should be:

C:/projects/projecttitle/source/allthelibwiispritesourcefilesareinhere

I hope that helps



Edited 1 time(s). Last edit at 12/31/2008 11:05PM by Arikado.
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
December 31, 2008 11:00PM
Google "CreateProcess: No such file or directory" and look at some of the results. It looks like the problem is related to your search path.
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
December 31, 2008 11:37PM
thanks, I don't know why I didn't do that in the first place, lol
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 01, 2009 01:25PM
The error is that make can not find the compiler. Help it out by telling where to look and/or making sure that it even exists.
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 01, 2009 06:13PM
I know, I already solved it :p

thx :)
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 08, 2009 02:15PM
I'm jumping into the deep end here, and I'm using the Devkitppc setup (Windows) page step by step, but I have the same problem. In the discussion on that page, someone else has asked the question, but has no answer.

I haven't a clue how you have fixed it. I've tried searching the net for answers, but the closest I can find states to include the compiler location in the IDE.

Well, Programmers Notepad 2 doesn't use that and the command prompt doesn't give me a lot of choice there...

Could someone please take some pity on me and explain what is missing/wrong and why?

Thanks
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 08, 2009 02:37PM
@fouzzedout

I originally had the same problem. Delete everything you have already installed (or start from scratch so to speak). Run the installer, making sure to install devkitPPC, libogc, and libfat all into a devkitPRO folder in your C drive. Also be sure to install msys and programmers notepad. After that, create a projects folder in your C drive. Copy the helloworld example from the examples folder (somwhere in your devkitPRO folder) into a folder named helloworld inside your projects folder. Open template.pnproj with programmers notepad. Select make at the top of the Programmers Notepad window. You should get a clean compilation resulting in a helloworld.elf and a helloworld.dol file.



Edited 1 time(s). Last edit at 01/08/2009 02:37PM by Arikado.
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 08, 2009 04:49PM
Yup, I've done that, but all I get is:

> "make" 
template.c
powerpc-gekko-gcc.exe: CreateProcess: No such file or directory
make[1]: *** [template.o] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:00

If I go through the command prompt and MSys, I also get this result.

Clues?
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 08, 2009 06:25PM
go into msys and type: unset platform Then press enter. Then try compiling again.
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 08, 2009 06:36PM
No change:
Paul@PAUL-VISTA ~
$ unset PLATFORM

Paul@PAUL-VISTA ~
$ cd /c/Projects/Wii/HelloWorld

Paul@PAUL-VISTA /c/Projects/Wii/HelloWorld
$ ls
Makefile  build  source  template.pnproj  template.pnps

Paul@PAUL-VISTA /c/Projects/Wii/HelloWorld
$ make
template.c
powerpc-gekko-gcc.exe: CreateProcess: No such file or directory
make[1]: *** [template.o] Error 1
make: *** [build] Error 2

Paul@PAUL-VISTA /c/Projects/Wii/HelloWorld
$
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 08, 2009 06:47PM
Try reinstaling devkitPPC.
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 08, 2009 06:55PM
I've tried that, I've also tried rebooting to make sure that the settings take hold. Still no change.

Should I take this up with the DevKitPro forum?
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 08, 2009 06:58PM
check the environment variables
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 08, 2009 07:02PM
What should I be looking for?
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 08, 2009 07:04PM
see if they set the devkit folders correctly
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 08, 2009 07:06PM
Paths should be:

c:/devkitPRO/devkitPPC

c:/devkitPRO/libogc/include

c:/devkitPRO/libogc/lib
Re: Upgraded to vista, reinstalled Environment(DevkitPro)
January 08, 2009 07:09PM
do you have uac turned on? that could be a problem maybe
Sorry, only registered users may post in this forum.

Click here to login