How can build ps2sdk with ps2dev.

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

Moderators: cheriff, Herben

Post Reply
hltrex
Posts: 16
Joined: Fri Apr 30, 2004 6:57 pm
Location: we_vn

How can build ps2sdk with ps2dev.

Post by hltrex »

Hi,

How can i build ps2sdk with ps2dev. I can not run toolchain of oopo on cygwin.

Please help me thank you very much.

PS: My english is not good.
mharris
Posts: 155
Joined: Sun Jan 25, 2004 2:26 pm
Location: Annapolis, MD, USA

Post by mharris »

If you could give a little more information about why it's not building, you'll be more likely to get (useful) information. Many (most?) people here are using cygwin, with great success (although I'm not one of them).

Make sure you have included all of the components of cygwin that are needed -- gcc (the native compiler), wget (to get things from the net), and cvs (er, to get things from cvs) are the bare minimum, AFAIK.
hltrex
Posts: 16
Joined: Fri Apr 30, 2004 6:57 pm
Location: we_vn

Post by hltrex »

I use cygwin 2.4 with gcc 3.3.1, cvs, gzip but i can't build toolchain with oopo's toolchain shell. I posted in section "Toolchain" but nobody help me.

If you can help me , thank you very much.
blackdroid
Posts: 564
Joined: Sat Jan 17, 2004 10:22 am
Location: Sweden
Contact:

Post by blackdroid »

and the errors you get when building the toolchain ?
also what gcc version do you have on the system you are compiling the toolchain on ?
Kung VU
hltrex
Posts: 16
Joined: Fri Apr 30, 2004 6:57 pm
Location: we_vn

I have problem, please help me.

Post by hltrex »

I rebuild ps2sdk with ps2dev in cygwin
I have error:
make[1]: Leaving directory `/home/Administrator/ps2sdk/ee'
PS2SDKSRC=/home/Administrator/ps2sdk make -C common clean
make[1]: Entering directory `/home/Administrator/ps2sdk/common'
Nothing to clean in common
make[1]: Leaving directory `/home/Administrator/ps2sdk/common'
PS2SDKSRC=/home/Administrator/ps2sdk make -C samples clean
make[1]: Entering directory `/home/Administrator/ps2sdk/samples'
Nothing to clean in samples
make[1]: Leaving directory `/home/Administrator/ps2sdk/samples'
PS2SDKSRC=/home/Administrator/ps2sdk make -C tools
make[1]: Entering directory `/home/Administrator/ps2sdk/tools'
make -C bin2s
make[2]: Entering directory `/home/Administrator/ps2sdk/tools/bin2s'
mkdir obj/
mkdir bin/
make[2]: *** No rule to make target `obj/bin2s.o', needed by `bin/bin2s'. Stop.

make[2]: Leaving directory `/home/Administrator/ps2sdk/tools/bin2s'
make[1]: *** [all-bin2s] Error 2
make[1]: Leaving directory `/home/Administrator/ps2sdk/tools'
make: *** [all-tools] Error 2
ERROR BUILDING PS2SDK
I don't understand, please help me.
Guest

Post by Guest »

One Rule to make them all,
One Rule to compile them,
One Rule to link them all,
and in the darkness, binary.

(edit: minor change on last line ;)
Last edited by Guest on Wed Mar 09, 2005 2:01 am, edited 1 time in total.
boomint
Posts: 80
Joined: Tue Apr 13, 2004 2:21 am
Location: Sheffield, UK

Post by boomint »

gorim wrote:One Rule to make them all,
One Rule to compile them,
One Rule to link them all,
and in the darkness bin2s them.
Funny, but I don't think it was an appropriate answer, have another try! :)
--( someone stole my sig! )--
hltrex
Posts: 16
Joined: Fri Apr 30, 2004 6:57 pm
Location: we_vn

This is my fault.

Post by hltrex »

Hi all,
i must say sorry everybody because this is my fault.
Now i can built it. Thank you very much.
mharris
Posts: 155
Joined: Sun Jan 25, 2004 2:26 pm
Location: Annapolis, MD, USA

Re: This is my fault.

Post by mharris »

hltrex wrote:Hi all,
i must say sorry everybody because this is my fault.
Now i can built it. Thank you very much.
Why don't you post what you did wrong, and how you corrected it? That way newcomers can learn from your mistakes.

Assuming anyone searches these forums before posting questions...
Post Reply