Help compiling!

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
games4dummies3
Posts: 14
Joined: Tue Aug 31, 2004 10:52 am

Help compiling!

Post 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.
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

as part of installing the toolchain you need to setup the PATH
Shoot Pixels Not People!
Makeshift Development
games4dummies3
Posts: 14
Joined: Tue Aug 31, 2004 10:52 am

Post 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

Image

Help :(
games4dummies3
Posts: 14
Joined: Tue Aug 31, 2004 10:52 am

Post by games4dummies3 »

Image


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.
JorDy
Posts: 121
Joined: Sun Dec 11, 2005 8:45 am

Post 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)
games4dummies3
Posts: 14
Joined: Tue Aug 31, 2004 10:52 am

Post by games4dummies3 »

I fixed that makefile problem by redownload it, but now I get what is in my other post, the link with ps2packer.
games4dummies3
Posts: 14
Joined: Tue Aug 31, 2004 10:52 am

Post by games4dummies3 »

I finally got this:

Image



Does it mean it compiled successfully?

Hopefullly I got it :)
apache37
Posts: 76
Joined: Fri Jun 04, 2004 3:13 pm

Post 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.
JorDy
Posts: 121
Joined: Sun Dec 11, 2005 8:45 am

Post by JorDy »

afaik the sioshell gets detected if you try to log online on games, but im not sure on that
Post Reply