MathewWi / mupen64gc

Automatically exported from code.google.com/p/mupen64gc
GNU General Public License v2.0
0 stars 0 forks source link

Having trouble compiling #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download r473
2. Download devkitPro and kevkitPPC
3. Compile libogc

What is the expected output? What do you see instead?
I renamed the makefile I wanted to "makefile" opened it in programmer's
notepad, said make and got this error:
---------
powerpc-gekko-gcc: Command not found
---------

What version of the product are you using? On which system and loader?
Windows, latest devkit and ogc

Please provide any additional information below.

If anyone could help me out, I'd be very grateful.  Thanks!

Original issue reported on code.google.com by vdubgol...@gmail.com on 21 Feb 2009 at 6:36

GoogleCodeExporter commented 9 years ago
1. In the PowerPC Bin folder in your DevKitPro install, check that 
powerpc-gekko-
objcopy exists
2. Check the PowerPC Bin folder is in your "path"
If you go to the command line and type "PATH" and press enter, you should get 
something that looks a bit like this:
PATH=C:\WINDOWS\system32;C:\WINDOWS;....

Check that C:\devkitPro\devkitPPC\bin exists in the list. If it doesn't, you 
can add 
it by-
1. Right click on My Computer
2. Click Properties
3. Click Advance Tabs
4. Click Environment Variables
5. In either User variables, or System variables, if a PATH variable exists, 
edit it, 
otherwise click New, and add it.

Original comment by bguerrer...@yahoo.com on 21 Feb 2009 at 8:20

GoogleCodeExporter commented 9 years ago
I have a folder named "powerpc-gekko", is that the one, or does it have to have 
the
"objcopy" at the end of it?

I type in PATH into the cli and "C:\devkitPro\devkitPPC\bin" does not appear.  
When I
right click on my computer and go to this list of variables, 
"C:\devkitPro\devkitPPC"
is there though.

Thanks for the response!

Original comment by vdubgol...@gmail.com on 21 Feb 2009 at 8:37

GoogleCodeExporter commented 9 years ago
It should be 'C:\devkitPro\devkitPPC\bin\powerpc-gekko-objcopy.exe'
And make sure that 'C:\devkitPro\devkitPPC\bin' exists in the list and not just 
'C:\devkitPro\devkitPPC'

Original comment by bguerrer...@yahoo.com on 21 Feb 2009 at 9:21

GoogleCodeExporter commented 9 years ago
I have "C:\devkitPro\devkitPPC\bin\powerpc-gekko-objcopy.exe" and I added
"C:\devkitPro\devkitPPC\bin" onto the list, but still, devkitPPC\bin doesn't 
show up
with I type "PATH" into the CLI.

Original comment by vdubgol...@gmail.com on 21 Feb 2009 at 10:10

GoogleCodeExporter commented 9 years ago
Discuss this in a forum.  There are tutorials out there for setting up 
devkitPRO.

Original comment by sepp...@gmail.com on 23 Feb 2009 at 3:46