Search found 20 matches

by frcol
Sat Aug 26, 2006 3:13 am
Forum: PS2 Development
Topic: Toolchain Installation
Replies: 9
Views: 3460

Is there an easier way to download older versions?

My cygwin setup installation doesn't have the older versions, so I'm entering by ftp into the sites and downloading the package to my computer then I run the setuo and install from my HD.
by frcol
Fri Aug 25, 2006 5:47 am
Forum: PS2 Development
Topic: Toolchain Installation
Replies: 9
Views: 3460

My actual packages versions are: Cygwin DLL version info: DLL version: 1.5.21 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5 DLL malloc env: 28 API major: 0 API minor: 156 Shared data: 4 DLL identifier: cygwin1 Mount registry: 2 Cygnus registry name: Cygnus Solutions Cygwin registry nam...
by frcol
Thu Aug 24, 2006 7:27 am
Forum: PS2 Development
Topic: Toolchain Installation
Replies: 9
Views: 3460

I've tried GCC-3.3.3-3 and it doens't work.
by frcol
Thu Aug 24, 2006 4:54 am
Forum: PS2 Development
Topic: Toolchain Installation
Replies: 9
Views: 3460

Sorry, I made a mistake, my actual version of CGG is 3.4.4-1.
But, I'll try to install some older version.

Thanks for the replay.
by frcol
Wed Aug 23, 2006 10:28 pm
Forum: PS2 Development
Topic: Toolchain Installation
Replies: 9
Views: 3460

Why the toochain uses GCC-3.2.2 if the GCC is in version 4.4-1??
How can I force it to use the actual version??

as you see I used "CC=gcc-3.4 sh ./toolchain" but it returned me an error.
by frcol
Tue Aug 22, 2006 11:03 pm
Forum: PS2 Development
Topic: Toolchain Installation
Replies: 9
Views: 3460

Toolchain Installation

I won't give up, but it's been harder then I thought. I run ./toolchain and receive the following message: compiler error in schedule_block, at haifa-sched.c:1714 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instruc...
by frcol
Tue Aug 22, 2006 4:50 am
Forum: PS2 Development
Topic: GCC Building Issue
Replies: 31
Views: 36122

I downgraded the following packages: * cygwin : from 1.5.19-4 to 1.5.18-1 * coreutils : from 5.93-3 to 5.3.0-9 * findutils: from 4.2.27-1 to 4.3.25-2 * sed : from 4.1.5-1 to 4.1.4-1 I downgraded the following packages * cygwin : from (1.5.21-2) to 1.5.18-1 * coreutils : from (5.97-1) to 5.3.0-9 * f...
by frcol
Tue Aug 22, 2006 4:48 am
Forum: PS2 Development
Topic: ERROR BUILDING GCC (gcc-3.2.2 ee C++)
Replies: 8
Views: 4502

did u checked this post : http://forums.ps2dev.org/viewtopic.php?t=4909 good luck :) Yes, and I've alredy reinstalled these packages with these older versions: * cygwin : from (1.5.21-2) to 1.5.18-1 * coreutils : from (5.97-1) to 5.3.0-9 * findutils: from (4.3.0-2) to 4.2.25-2 * sed : from (4.1.5-2...
by frcol
Tue Aug 22, 2006 3:48 am
Forum: PS2 Development
Topic: ERROR BUILDING GCC (gcc-3.2.2 ee C++)
Replies: 8
Views: 4502

I run ./toolchain and receive the following message: compiler error in schedule_block, at haifa-sched.c:1714 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. make[3]: *** [locale-inst.lo] Error 1 make[3]: ...
by frcol
Fri Aug 18, 2006 3:55 pm
Forum: PS2 Development
Topic: gmake and SVN
Replies: 4
Views: 2239

I found out (ooPo opened my eyes) that the "gmake: command not found" wasn't the problem, the ERROR was a mkdir command few lines below in the script. I solve it using the "ps2toolchain-20050713.tgz" that I downloaded from the ps2dev site and not from the "svn checkout svn:/...
by frcol
Mon Aug 07, 2006 4:30 pm
Forum: PS2 Development
Topic: ERROR BUILDING GCC (gcc-3.2.2 ee C++)
Replies: 2
Views: 2573

ERROR BUILDING GCC (gcc-3.2.2 ee C++)

it has been a hard time to install the Toolchain. Now, after more then an hour of installation, it showed me this message: /tmp/ps2dev/gcc-3.2.2/build-ee-c++/ee/libstdc++-v3/include/bits/locale_facets.tcc: In member function `_InIter std::money_get<_CharT, _InIter>::do_get(_InIter, _InIter, bool, st...
by frcol
Sun Aug 06, 2006 8:00 am
Forum: PS2 Development
Topic: gmake: command not found
Replies: 13
Views: 5201

It appears that $PS2SDK is empty. Try this to see what it is set to: echo $PS2SDK. It returned Nothing Chances are you didn't read the readme that tells you to set the environment variables before running the script, or perhaps you removed them or even broke them somehow in your editing of the scri...
by frcol
Sun Aug 06, 2006 3:41 am
Forum: PS2 Development
Topic: Tutorial: How to setup a ps2dev env in cygwin
Replies: 64
Views: 32275

Do you know why am I having problem with the mkdir -p $PS2SDK?

$ mkdir -p $PS2SDK
mkdir: missing operand
Try `mkdir --help' for more information.
by frcol
Sun Aug 06, 2006 3:29 am
Forum: PS2 Development
Topic: gmake: command not found
Replies: 13
Views: 5201

You see, $PS2SDK is an environment variable. It is typically set to '/usr/local/ps2dev/ps2sdk'. Removing the $ is a rather silly thing to do. So, do you know the reason that I can't create this enviroment variable? $PS2SDK ? $ mkdir -p $PS2SDK mkdir: missing operand Try `mkdir --help' for more info...
by frcol
Sun Aug 06, 2006 1:16 am
Forum: PS2 Development
Topic: gmake: command not found
Replies: 13
Views: 5201

The problem is here:

mkdir -p $PS2SDK || { echo "ERROR1: Please make sure you're root."; exit; }

the "$" is the problem, if I take off this symbol, it works. Do you know why?
by frcol
Sat Aug 05, 2006 1:46 pm
Forum: PS2 Development
Topic: gmake: command not found
Replies: 13
Views: 5201

It's still showing:

$ ./toolchain.sh
./toolchain.sh: line 68: gmake: command not found
mkdir: missing operand
Try `mkdir --help' for more information.
ERROR: Please make sure you're root.
by frcol
Sat Aug 05, 2006 7:36 am
Forum: PS2 Development
Topic: gmake: command not found
Replies: 13
Views: 5201

it seems that the line 68 of toolchain, the instruction IF is not working, because it shows that there is an error in line 68, gmake: command not found.

well I'll desinstall all the cygwin and install everything again.
by frcol
Fri Aug 04, 2006 2:04 pm
Forum: PS2 Development
Topic: gmake: command not found
Replies: 13
Views: 5201

gmake: command not found

Does anybody knows how can I fix it?
It happens when a run ./toolchain.sh
by frcol
Thu Aug 03, 2006 5:16 am
Forum: PS2 Development
Topic: gmake and SVN
Replies: 4
Views: 2239

I found the subversion package, but I still have an Error on gmake command.
by frcol
Wed Aug 02, 2006 7:55 am
Forum: PS2 Development
Topic: gmake and SVN
Replies: 4
Views: 2239

gmake and SVN

I installed the Cygwin, then I copied the PS2Toolchain files into the home Directory. Two Problems: 1) When I try to run ./toolchain.sh in cygwin it returns me an Error saying: "./toolchain.sh: line 68: gmake: command not found" 2) Where can I find the SVN Package? I found the wget, make, ...