| View previous topic :: View next topic |
| Author |
Message |
hltrex
Joined: 30 Apr 2004 Posts: 16 Location: we_vn
|
Posted: Sat Mar 05, 2005 9:18 pm Post subject: How can build ps2sdk with ps2dev. |
|
|
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. |
|
| Back to top |
|
 |
mharris
Joined: 25 Jan 2004 Posts: 155 Location: Annapolis, MD, USA
|
Posted: Sun Mar 06, 2005 5:13 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
hltrex
Joined: 30 Apr 2004 Posts: 16 Location: we_vn
|
Posted: Sun Mar 06, 2005 12:19 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
blackdroid
Joined: 17 Jan 2004 Posts: 564 Location: Sweden
|
Posted: Mon Mar 07, 2005 7:29 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
hltrex
Joined: 30 Apr 2004 Posts: 16 Location: we_vn
|
Posted: Tue Mar 08, 2005 11:38 pm Post subject: I have problem, please help me. |
|
|
I rebuild ps2sdk with ps2dev in cygwin
I have error:
| Quote: |
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. |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Mar 08, 2005 11:54 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
boomint
Joined: 13 Apr 2004 Posts: 80 Location: Sheffield, UK
|
Posted: Wed Mar 09, 2005 1:04 am Post subject: |
|
|
| 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! )-- |
|
| Back to top |
|
 |
hltrex
Joined: 30 Apr 2004 Posts: 16 Location: we_vn
|
Posted: Thu Mar 10, 2005 10:26 pm Post subject: This is my fault. |
|
|
Hi all,
i must say sorry everybody because this is my fault.
Now i can built it. Thank you very much. |
|
| Back to top |
|
 |
mharris
Joined: 25 Jan 2004 Posts: 155 Location: Annapolis, MD, USA
|
Posted: Fri Mar 11, 2005 8:41 am Post subject: Re: This is my fault. |
|
|
| 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... |
|
| Back to top |
|
 |
|