Jarvik7 / sdl-wii

Automatically exported from code.google.com/p/sdl-wii
0 stars 0 forks source link

Only the SDL main libraries makefile can find powerpc-gekko-gcc/ar etc... #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I try to compile any of the other libs I get the following

Compiling src/SDL_framerate.c
/bin/sh: powerpc-gekko-gcc: command not found
Compiling src/SDL_gfxBlitFunc.c
/bin/sh: powerpc-gekko-gcc: command not found
Compiling src/SDL_gfxPrimitives.c
/bin/sh: powerpc-gekko-gcc: command not found
Compiling src/SDL_imageFilter.c
/bin/sh: powerpc-gekko-gcc: command not found
Compiling src/SDL_rotozoom.c
/bin/sh: powerpc-gekko-gcc: command not found
Archiving lib/libSDL_gfx.a
make: powerpc-gekko-ar: Command not found
make: *** [lib/libSDL_gfx.a] Error 127

I've tried this on 3 PCs now, all running Vista with the same result for
these, but I have no problems compiling other software

Original issue reported on code.google.com by cwstjden...@gmail.com on 5 May 2009 at 1:55

GoogleCodeExporter commented 9 years ago
Try adding

  include $(DEVKITPRO)/wii_rules

to the top of the Makefiles in the other directories. If it works, I'll fixup 
the
other Makefiles also work.

I have the toolchain in my PATH so I don' see this issue.

Original comment by simon.ka...@gmail.com on 5 May 2009 at 2:52

GoogleCodeExporter commented 9 years ago
Just cut and paste the bit at the top of the main makefile into the others. 
That 
fixes it.

I made makefiles and project files for it a while back, but I'm not a member of 
this 
project.

Original comment by Carl.Kenner@gmail.com on 5 May 2009 at 5:27

GoogleCodeExporter commented 9 years ago
You can ask Tantric to add you to the project.

I'll fix and commit this issue though.

Original comment by simon.ka...@gmail.com on 5 May 2009 at 6:08

GoogleCodeExporter commented 9 years ago
Corrected

Original comment by simon.ka...@gmail.com on 5 May 2009 at 6:11

GoogleCodeExporter commented 9 years ago

Original comment by dborth@gmail.com on 14 May 2009 at 5:20