Page 1 of 1
Help compiling!
Posted: Sun Jul 09, 2006 3:25 pm
by games4dummies3
Sorry for asking but I am have a hard time getting something compiled, I am trying to use cygwin. When I go to the directory of the source code files and type 'make' shouldnt it compile it according to the Makefile. Instead I get:
$ make
ee-gcc -D_EE -02 -G0 -Wall -I/usr/local/ps2dev/ps2sdk/ee/include -I/usr/local/ps2dev/ps2sdk.commom/include -I. -c Main.S -o main.o
make: ee-gcc: Command not found
make: *** [main.o] Error 127
I have installed a directory to ps2dev/ps2sdk where the toolchain is but I dont get it.
I there any other way to compile if you already have a 'Makefile' at hand.
Posted: Sun Jul 09, 2006 4:05 pm
by Drakonite
as part of installing the toolchain you need to setup the PATH
Posted: Sun Jul 09, 2006 4:49 pm
by games4dummies3
Fixed that problem but now I got this, seems like I need Pixel's PS2 Packer how do I setup this up in cygwin?
What do I edit in the bash.bashrc for ps2 packer?
For ps2sdk I used:
## PS2DEV SETTINGS
export PS2DEV="/usr/local/ps2dev"
export PS2SDK="$PS2DEV/ps2sdk"
export PATH="$PATH:$PS2DEV/bin:$PS2DEV/ee/bin:$PS2DEV/iop/bin"
export PATH="$PATH:$PS2DEV/dvp/bin:$PS2SDK/bin"
Found at:
http://www.lukasz.dk/static.php?page=cygwintutorial
Help :(
Posted: Mon Jul 10, 2006 3:15 am
by games4dummies3
What does it mean?
In the bash.bashrc file I added:
export PS2PACKER="/usr/local/ps2packer"
export STUB="$ps2packer/stub"
export PATH="$PATH:$ps2packer"
export PATH="$PATH:$ps2packer/stub"
What is wrong with the link or is it something else?
Posted: Mon Jul 10, 2006 3:19 am
by JorDy
inside the make file you have used 8 spaces instead of a TAB go find an indented line and make it a tab instead that should fix it.(probably because ou have copied off the internet)
Posted: Mon Jul 10, 2006 3:40 am
by games4dummies3
I fixed that makefile problem by redownload it, but now I get what is in my other post, the link with ps2packer.
Posted: Mon Jul 10, 2006 4:05 am
by games4dummies3
I finally got this:
Does it mean it compiled successfully?
Hopefullly I got it :)
Posted: Tue Jul 11, 2006 9:14 am
by apache37
Looks like it sompiled ok. Based on your previous post you are trying to hack online games with this??
AFAIK this stuff is not supported here.
Posted: Tue Jul 11, 2006 9:03 pm
by JorDy
afaik the sioshell gets detected if you try to log online on games, but im not sure on that