Page 1 of 1
How can build ps2sdk with ps2dev.
Posted: Sat Mar 05, 2005 9:18 pm
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.
Posted: Sun Mar 06, 2005 5:13 am
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.
Posted: Sun Mar 06, 2005 12:19 pm
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.
Posted: Mon Mar 07, 2005 7:29 pm
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 ?
I have problem, please help me.
Posted: Tue Mar 08, 2005 11:38 pm
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.
Posted: Tue Mar 08, 2005 11:54 pm
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 ;)
Posted: Wed Mar 09, 2005 1:04 am
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! :)
This is my fault.
Posted: Thu Mar 10, 2005 10:26 pm
by hltrex
Hi all,
i must say sorry everybody because this is my fault.
Now i can built it. Thank you very much.
Re: This is my fault.
Posted: Fri Mar 11, 2005 8:41 am
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...