Welcome! Log In Create A New Profile

Advanced

powerpc-eabi-g++: Command not found

Posted by pokeglobe 
powerpc-eabi-g++: Command not found
February 24, 2010 10:44PM
I cannot compile any of tantric's apps anymore. Just says that.
Any idea how to fix this?
Re: powerpc-eabi-g++: Command not found
February 24, 2010 11:04PM
Reinstall devkitPPC.
Re: powerpc-eabi-g++: Command not found
February 24, 2010 11:22PM
Sure you've got devkitppc r19. The tools changed from powerpc-gekko* to powerpc-eabi* in version 18. Like Arikado said reinstall with r19.
Re: powerpc-eabi-g++: Command not found
February 24, 2010 11:35PM
Alright, now I have this :

FreeTypeGX.cpp
In file included from c:/Users/lolwut/Desktop/Build-1/source/FreeTypeGX.cpp:23:
c:/Users/lolwut/Desktop/Build-1/source/FreeTypeGX.h:155:22: warning: ft2build.h: No such file or directory
c:/Users/lolwut/Desktop/Build-1/source/FreeTypeGX.h:156:10: error: #include expects "FILENAME" or 
c:/Users/lolwut/Desktop/Build-1/source/FreeTypeGX.h:157:10: error: #include expects "FILENAME" or 
make[1]: *** [FreeTypeGX.o] Error 1
"make": *** [build] Error 2

edit: #include FT_FREETYPE_H
#include FT_BITMAP_H

is what the template had



Edited 1 time(s). Last edit at 02/24/2010 11:36PM by pokeglobe.
Re: powerpc-eabi-g++: Command not found
February 24, 2010 11:42PM
Sounds like you screwed up more than just devkitPPC.

Reinstall freetypeGX and, if necessary, freetype. Use the ones on the SVN page of Tantric's emulator you are compiling.
Re: powerpc-eabi-g++: Command not found
February 24, 2010 11:44PM
ft2build.h is not found, did you installed Freetype? If no, go install the latest version from [sourceforge.net]
Re: powerpc-eabi-g++: Command not found
February 25, 2010 12:00AM
Edit: Just missing these now:
#include tremor/ivorbiscodec.h
#include tremor/ivorbisfile.h

I remember having this problem before. Where can I get these?



Edited 2 time(s). Last edit at 02/25/2010 12:04AM by pokeglobe.
Re: powerpc-eabi-g++: Command not found
February 25, 2010 12:08AM
Quote
pokeglobe
Edit: Just missing these now:
#include tremor/ivorbiscodec.h
#include tremor/ivorbisfile.h

I remember having this problem before. Where can I get these?

They should be on the devkitpro sourceforge site under port libs
Re: powerpc-eabi-g++: Command not found
February 25, 2010 12:16AM
Ok found it. Now I gotta get the PNG library and I'm one step closer lol.
Re: powerpc-eabi-g++: Command not found
February 25, 2010 12:26AM
Finally got it! Thanks for the help!
Sorry, only registered users may post in this forum.

Click here to login