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.
Help compiling!
as part of installing the toolchain you need to setup the PATH
Shoot Pixels Not People!
Makeshift Development
Makeshift Development
-
- Posts: 14
- Joined: Tue Aug 31, 2004 10:52 am
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 :(
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 :(
-
- Posts: 14
- Joined: Tue Aug 31, 2004 10:52 am
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.
-
- Posts: 14
- Joined: Tue Aug 31, 2004 10:52 am
-
- Posts: 14
- Joined: Tue Aug 31, 2004 10:52 am