Git Product home page Git Product logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
Funny when I try step 1 it works for me.  Maybe you can go into more detail?

Original comment by [email protected] on 7 Jul 2008 at 11:18

from mupen64gc.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
I don't knwow, I have downloads all source by SVN. After I try to compile 
source :
rename a Makefile to "Makefile" and do in I use a file ".bat" :

@echo off
make.exe
pause

With other projects it works.

Original comment by [email protected] on 8 Jul 2008 at 7:24

from mupen64gc.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
Maybe you can give us the error message?  Which makefile did you use?  Do you 
have
your environment set up properly with libogc and libfat?

Original comment by [email protected] on 8 Jul 2008 at 10:43

from mupen64gc.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
I have this message of error :

powerpc-gekko-gcc -g -O2 -Wall -DGEKKO -mcpu=750 -meabi -mhard-float 
-I/d/devkitPro/libogc/include -I/d/devkitPro/libfat/libogc/include 
-DCPU_SHUTDOWN
-DSPC700_SHUTDOWN -DVAR_CYCLES -DSOUND -DNOASM -DNGC -DNOASM 
-DPIXEL_FORMAT=RGB565
-fno-exceptions -Wno-unused-parameter -pipe -DUSE_GUI -DSHOW_DEBUG -DWII 
-DTHREADED_A
UDIO -DUSE_RECOMP_CACHE -DUSE_TLB_CACHE   -c -o main/rom_gc.o main/rom_gc.c
make.exe: powerpc-gekko-gcc: Command not found
make.exe: *** [main/rom_gc.o] Error 127

I think it's work (I can compile PSCXGC) maybe I have a problem with Libfat if 
it's
not install at default.

I use "Makefile.GLN64_dev_wii" for Makefile.

Original comment by [email protected] on 9 Jul 2008 at 5:03

from mupen64gc.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
I can't compile it either I'm on linux I type make but It comes up with errors 
that
alot of files are missing

Original comment by [email protected] on 9 Jul 2008 at 6:45

from mupen64gc.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
adrientoub: As it says, it can't find powerpc-gekko-gcc.  You will have to 
either add
the powerpc-gekko binaries to your path or you'll have to change the 
executables in
the makefile to the absolute path of the binaries.

vader347: You'll have to be more specific about which files are giving you a 
problem.
 Do you have your environment set up properly?

Original comment by [email protected] on 10 Jul 2008 at 1:55

from mupen64gc.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
What I had to change ?
How ?

Original comment by [email protected] on 10 Jul 2008 at 3:25

from mupen64gc.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
Help me please !

Original comment by [email protected] on 15 Jul 2008 at 9:38

from mupen64gc.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
adrientoub: I've explained to you what is wrong.  This is for bug reports, its 
not a
help desk.  Understandably, our program isn't the simplest to compile, but 
we're not
doing anything magical, and we have built it on all of the big 3 (OS
X/Linux/Windows), so I doubt there is a real issue here.

Original comment by [email protected] on 16 Jul 2008 at 3:42

  • Changed state: Invalid

from mupen64gc.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
Adrientoub : Just to close the subject this is what your are supposed to do 
when 
tehpola told :
"you'll have to change the executables in the makefile to the absolute path of 
the 
binaries." ...

In fact you need to open the make file and at the beginning replace :
"
CC =powerpc-gekko-gcc
CXX =powerpc-gekko-g++
AS =powerpc-gekko-as
"

by :
"
PREFIX  = $(DEVKITPPC)/bin/powerpc-gekko-
CC      = $(PREFIX)gcc
CXX     = $(PREFIX)g++
AS      = $(PREFIX)as
"

where PREFIX is the absolute path to powerpc-geko-...

It works until revision 398 but seems to bug again with revision 399/400 and 
newer...
Perhaps because of Dynarec re-activation ...

Tehpola : If you have a hint about what's wrong ??? Thank you in advance.

Original comment by [email protected] on 8 Sep 2008 at 11:52

from mupen64gc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.