| View previous topic :: View next topic |
| Author |
Message |
games4dummies3
Joined: 31 Aug 2004 Posts: 14
|
Posted: Sun Jul 09, 2006 3:25 pm Post subject: Help compiling! |
|
|
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. |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Sun Jul 09, 2006 4:05 pm Post subject: |
|
|
as part of installing the toolchain you need to setup the PATH _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
games4dummies3
Joined: 31 Aug 2004 Posts: 14
|
Posted: Sun Jul 09, 2006 4:49 pm Post subject: |
|
|
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 :( |
|
| Back to top |
|
 |
games4dummies3
Joined: 31 Aug 2004 Posts: 14
|
Posted: Mon Jul 10, 2006 3:15 am Post subject: |
|
|
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?
Last edited by games4dummies3 on Mon Jul 10, 2006 3:38 am; edited 1 time in total |
|
| Back to top |
|
 |
JorDy
Joined: 11 Dec 2005 Posts: 121
|
Posted: Mon Jul 10, 2006 3:19 am Post subject: |
|
|
| 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) |
|
| Back to top |
|
 |
games4dummies3
Joined: 31 Aug 2004 Posts: 14
|
Posted: Mon Jul 10, 2006 3:40 am Post subject: |
|
|
| I fixed that makefile problem by redownload it, but now I get what is in my other post, the link with ps2packer. |
|
| Back to top |
|
 |
games4dummies3
Joined: 31 Aug 2004 Posts: 14
|
Posted: Mon Jul 10, 2006 4:05 am Post subject: |
|
|
I finally got this:
Does it mean it compiled successfully?
Hopefullly I got it :) |
|
| Back to top |
|
 |
apache37
Joined: 04 Jun 2004 Posts: 76
|
Posted: Tue Jul 11, 2006 9:14 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
JorDy
Joined: 11 Dec 2005 Posts: 121
|
Posted: Tue Jul 11, 2006 9:03 pm Post subject: |
|
|
| afaik the sioshell gets detected if you try to log online on games, but im not sure on that |
|
| Back to top |
|
 |
|