The first working ps3toolchain release!

Technical discussion on the newly released and hard to find PS3.

Moderators: cheriff, emoon

hallo007
Posts: 36
Joined: Sat May 13, 2006 6:15 pm

Post by hallo007 »

emoon wrote:you change

Code: Select all

prefix = /usr/local/ps3dev/ppu 
to

Code: Select all

prefix = usr/local/ps3dev/ppu
and run make install. Thats what I did for the spu toolchain at least (ppu worked just fine)

Code: Select all

$ make install
for outputs in libgloss.a crti.o crtn.o crt1.o crt2.o; do\
         /usr/bin/install -c -m 644 ${outputs} /usr/local/ps3dev/ppu/ppu/lib/${o
utputs}; \
        done
But now isnt the whole toolchain installed , is it?
hallo007
Posts: 36
Joined: Sat May 13, 2006 6:15 pm

Post by hallo007 »

Code: Select all

../../binutils/bin2c.c: In function `main':
../../binutils/bin2c.c:89: warning: implicit declaration of function `_fileno'
../../binutils/bin2c.c:89: warning: implicit declaration of function `_setmode'
make[4]: *** [bin2c.exe] Error 1
make[4]: Leaving directory `/home/Leen/ps3toolchain/build/binutils-2.17.50/build
-spu/binutils'
noooo:(
Den_John
Posts: 6
Joined: Mon Jun 18, 2007 6:01 am

Post by Den_John »

Den_John wrote:
emoon wrote:Make sure to have a home directory with no spaces in it.

Like Jonathan_Heirbaut instead of "Jonathan Heirbaut"
Done that and it worked but is it normal that the installation takes more then 4hours?
I see this for more then one hour, that's not normal isn't it
?

Code: Select all

/bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2   -o gprof.exe  basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o spar
c.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a
mkdir .libs
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -o gprof.exe basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl
.o fsf_callg_bl.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
make[4]: Leaving directory `/home/ps3toolchain/build/binutils-2.17.50/build-ppu/gprof'
make[3]: Leaving directory `/home/ps3toolchain/build/binutils-2.17.50/build-ppu/gprof'
make[2]: Leaving directory `/home/ps3toolchain/build/binutils-2.17.50/build-ppu/gprof'
Nobody?
User avatar
emoon
Posts: 91
Joined: Sun Jan 18, 2004 10:03 pm
Location: Stockholm, Sweden
Contact:

Post by emoon »

hallo007 wrote:

Code: Select all

../../binutils/bin2c.c: In function `main':
../../binutils/bin2c.c:89: warning: implicit declaration of function `_fileno'
../../binutils/bin2c.c:89: warning: implicit declaration of function `_setmode'
make[4]: *** [bin2c.exe] Error 1
make[4]: Leaving directory `/home/Leen/ps3toolchain/build/binutils-2.17.50/build
-spu/binutils'
noooo:(
I had the same thing, what I did was to copy the compileline and then just remove -Werror and run it again and it builds fine.
User avatar
emoon
Posts: 91
Joined: Sun Jan 18, 2004 10:03 pm
Location: Stockholm, Sweden
Contact:

Post by emoon »

Den_John wrote:
Den_John wrote:
emoon wrote:Make sure to have a home directory with no spaces in it.

Like Jonathan_Heirbaut instead of "Jonathan Heirbaut"
Done that and it worked but is it normal that the installation takes more then 4hours?
I see this for more then one hour, that's not normal isn't it
?

Code: Select all

/bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2   -o gprof.exe  basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o spar
c.o mips.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a
mkdir .libs
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -o gprof.exe basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o tahoe.o sparc.o mips.o flat_bl.o bsd_callg_bl
.o fsf_callg_bl.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
make[4]: Leaving directory `/home/ps3toolchain/build/binutils-2.17.50/build-ppu/gprof'
make[3]: Leaving directory `/home/ps3toolchain/build/binutils-2.17.50/build-ppu/gprof'
make[2]: Leaving directory `/home/ps3toolchain/build/binutils-2.17.50/build-ppu/gprof'
Nobody?
just try to run make for it again.
User avatar
emoon
Posts: 91
Joined: Sun Jan 18, 2004 10:03 pm
Location: Stockholm, Sweden
Contact:

Post by emoon »

I would just also say I tested to build and run the OtherOS demo with the cygwin built toolchain and it worked just fine. Good to know :)
zabbyh
Posts: 13
Joined: Fri Jul 15, 2005 3:40 am

Post by zabbyh »

Hi All;

Anyone willing to share some information, on how to setup a working version of this toolchain on Windows Environment. The programs required and how to compile this demo.pkg etc..

Thanks.
User avatar
emoon
Posts: 91
Joined: Sun Jan 18, 2004 10:03 pm
Location: Stockholm, Sweden
Contact:

Post by emoon »

Well... Currently it's not really a smooth ride to get it running under cygwin as you can see in this thread (it is possible though with basic *nix shell knowledge and some programming experience)

what you need to do is to install cygwin www.cygwin.com and the gcc compiler for it. then grab the toolchain buildscripts from the subversion repository [url]svn://svn.ps2dev.org/ps3/trunk/ps3toolchain[/url]

information about subversion and how to use it can be found at www.subversion.com
nirving
Posts: 12
Joined: Wed Sep 20, 2006 6:35 am

Post by nirving »

zabbyh wrote:Hi All;

Anyone willing to share some information, on how to setup a working version of this toolchain on Windows Environment. The programs required and how to compile this demo.pkg etc..

Thanks.
1. Download Cygwin - http://www.cygwin.com/setup.exe
2. Execute setup.exe
3. Click the Next Button
4. Select "Install from Internet" radio button and click Next
5. Browse for a "Root Directory" and then click Next
6. Browse for a "Local Package Directory" and click Next
7. Choose your Proxy settings, I use Direct Connection, and click Next
8. Choose a download site near to you and click Next
9. Click the "view" button till you get Full
10. Select the following Packages

Code: Select all

     autoconf 2.1
     automake 1.10
     bison
     flex
     gcc
     libgmp3
     libmpfr-devel
     libmpfr1
     make 
     ncurses
     patch 
     subversion
     terminfo
     wget
11. Click Next
12. Click Finish
13. Open a Cygwin Terminal
14. edit .bash_profile and add the following lines to the bottom.

Code: Select all

export PS3DEV=/usr/local/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/ppu/bin
export PATH=$PATH:$PS3DEV/spu/bin
15. use svn to checkout the tool chains

Code: Select all

svn export svn://svn.ps2dev.org/ps3/trunk/ps3toolchain

16. run the toolchain script.

Code: Select all

./toolchain.sh
Thats pretty much it.
Last edited by nirving on Wed Jun 20, 2007 6:55 am, edited 2 times in total.
nirving
Posts: 12
Joined: Wed Sep 20, 2006 6:35 am

Post by nirving »

I am getting this, on a Cygwin install as outlined above.

Code: Select all

checking for string.h... (cached) yes
checking for wait3... checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking for wait4... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for __fsetlocking... no
checking for fgets_unlocked... no
checking whether basename is declared... no
  23838 [sig] sh 3480 d:\development\cygwin\bin\sh.exe: *** fatal error - called
 with threadlist_ix -1
/bin/sh: line 16:  3480 Hangup                  /bin/sh ${libsrcdir}/configure -
-cache-file=./config.cache --build=i686-pc-cygwin --host=i686-pc-cygwin --target
=ppu --prefix=/usr/local/ps3dev/ppu --with-newlib --enable-cxx-flags=-G0 --disab
le-libgomp --disable-libmudflap --disable-nls --disable-shared --disable-threads
 --enable-languages=c,c++ --program-transform-name='s,^,ppu-,; ' ${srcdiroption}

no
make[1]: *** [configure-intl] Error 1
make[1]: *** Waiting for unfinished jobs....
checking whether ffs is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
make[1]: Leaving directory `/home/nirving/ps3/ps3toolchain/build/gcc-4.2.0/build
-ppu-stage2'
make: *** [all] Error 2
../scripts/004-gcc-4.2.0-ppu-stage2.sh: Failed.
Any ideas?
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

23838 [sig] sh 3480 d:\development\cygwin\bin\sh.exe: *** fatal error - called
with threadlist_ix -1
Looks like hardware problems to me.
kid101skater
Posts: 26
Joined: Wed Jun 20, 2007 6:13 am

error

Post by kid101skater »

Code: Select all

ERROR: Set $PS3DEV before continuing.
../depends/check-ps3dev.sh: Failed.
also i did add

Code: Select all

export PS3DEV=/usr/local/ps3dev 
export PATH=$PATH:$PS3DEV/bin 
export PATH=$PATH:$PS3DEV/ppu/bin 
export PATH=$PATH:$PS3DEV/spu/bin
nirving
Posts: 12
Joined: Wed Sep 20, 2006 6:35 am

Post by nirving »

ooPo wrote:
23838 [sig] sh 3480 d:\development\cygwin\bin\sh.exe: *** fatal error - called
with threadlist_ix -1
Looks like hardware problems to me.
This was done on a T7200 (Intel Centino Core 2 Duo) processor, so is there any way to modify the build process not to use both cores?

I am now trying on an AMD Athlon 64 3000+ Processor.
Last edited by nirving on Wed Jun 20, 2007 6:56 am, edited 1 time in total.
kid101skater
Posts: 26
Joined: Wed Jun 20, 2007 6:13 am

Post by kid101skater »

can someone please explain more what to do with

Code: Select all


export PS3DEV=/usr/local/ps3dev 
export PATH=$PATH:$PS3DEV/bin 
export PATH=$PATH:$PS3DEV/ppu/bin 
export PATH=$PATH:$PS3DEV/spu/bin

nirving
Posts: 12
Joined: Wed Sep 20, 2006 6:35 am

Post by nirving »

kid101skater wrote:can someone please explain more what to do with

Code: Select all


export PS3DEV=/usr/local/ps3dev 
export PATH=$PATH:$PS3DEV/bin 
export PATH=$PATH:$PS3DEV/ppu/bin 
export PATH=$PATH:$PS3DEV/spu/bin

You need to add it to your path. In Cygwin, there is a file in your users root directory called .bash_profile, edit that and add it to the end and then restart your Cygwin window. Under linux edit whatever is your default profile and add those details.
kid101skater
Posts: 26
Joined: Wed Jun 20, 2007 6:13 am

Post by kid101skater »

nirving wrote:
kid101skater wrote:can someone please explain more what to do with

Code: Select all


export PS3DEV=/usr/local/ps3dev 
export PATH=$PATH:$PS3DEV/bin 
export PATH=$PATH:$PS3DEV/ppu/bin 
export PATH=$PATH:$PS3DEV/spu/bin

You need to add it to your path. In Cygwin, there is a file in your users root directory called .bash_profile, edit that and add it to the end and then restart your Cygwin window. Under linux edit whatever is your default profile and add those details.
well everytime i open up the .bash_profile in home/kev/ and put those lines at the end from notepad, i open up cygwin and get an error:

Code: Select all

bash: $'\r': command not found
bash: $'\r': command not found
bash: $'\r': command not found
bash: $'\r': command not found
bash: $'\r': command not found
bash: /home/kevin/.bash_profile: line 45: syntax error: unexpected end of file
nirving
Posts: 12
Joined: Wed Sep 20, 2006 6:35 am

Post by nirving »

kid101skater wrote:well everytime i open up the .bash_profile in home/kev/ and put those lines at the end from notepad, i open up cygwin and get an error:
There lies your problem, Notepad. It does not save in Unix Format, so try adding Vim as a Cygwin package, or using another application like TextPad, PSPad that can save in Unix Format. The other alternative is to try and use dos2unix to convert the Windows formatted file back into Unix format.

Code: Select all

dos2unix .bash_profile > tmp
mv tmp .bash_profile
or

Code: Select all

cat .bash_profile | tr -d '\r' > .bash_profile 
Last edited by nirving on Wed Jun 20, 2007 8:13 am, edited 1 time in total.
kid101skater
Posts: 26
Joined: Wed Jun 20, 2007 6:13 am

Post by kid101skater »

nirving wrote:
kid101skater wrote:well everytime i open up the .bash_profile in home/kev/ and put those lines at the end from notepad, i open up cygwin and get an error:
There lies your problem, Notepad. It does not save in Unix Format, so try adding Vim as a Cygwin package, or using another application like TextPad, PSPad that can save in Unix Format. The other alternative is to try and use dos2unix to convert the Windows formatted file back into Unix format.

Code: Select all

dos2unix .bash_profile > tmp
mv tmp .bash_profile
or

Code: Select all

cat .bash_profile | tr -d '\r' > .bash_profile 
HAHA... i feel kinda stupid... but hey, thanks alot... if u got aim or msn... msg me it cause id love to talk to some dev's :) ... i cant wait, u can expect something good from me soon as long as i dont run into more errors :)
kid101skater
Posts: 26
Joined: Wed Jun 20, 2007 6:13 am

Post by kid101skater »

new error

Code: Select all

make[8]: *** [compatibility.lo] Error 1
make[8]: *** Waiting for unfinished jobs....
make[8]: Leaving directory `/home/kevin/ps3toolchain/build/gcc-4.2.0/build-ppu-s
tage2/ppu/32/libstdc++-v3/src'
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory `/home/kevin/ps3toolchain/build/gcc-4.2.0/build-ppu-s
tage2/ppu/32/libstdc++-v3'
make[6]: *** [all] Error 2
make[6]: Leaving directory `/home/kevin/ps3toolchain/build/gcc-4.2.0/build-ppu-s
tage2/ppu/32/libstdc++-v3'
make[5]: *** [multi-do] Error 1
make[5]: Leaving directory `/home/kevin/ps3toolchain/build/gcc-4.2.0/build-ppu-s
tage2/ppu/libstdc++-v3'
make[4]: *** [all-multi] Error 2
make[4]: Leaving directory `/home/kevin/ps3toolchain/build/gcc-4.2.0/build-ppu-s
tage2/ppu/libstdc++-v3'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/kevin/ps3toolchain/build/gcc-4.2.0/build-ppu-s
tage2/ppu/libstdc++-v3'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/kevin/ps3toolchain/build/gcc-4.2.0/build-ppu-s
tage2/ppu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/kevin/ps3toolchain/build/gcc-4.2.0/build-ppu-s
tage2'
make: *** [all] Error 2
../scripts/004-gcc-4.2.0-ppu-stage2.sh: Failed.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

make[8]: *** [compatibility.lo] Error 1
The important part is probably just above that first line you posted.
kid101skater
Posts: 26
Joined: Wed Jun 20, 2007 6:13 am

Post by kid101skater »

Well heres the new problem

Code: Select all


../../binutils/bin2c.c: In function `main':
../../binutils/bin2c.c:89: warning: implicit declaration of function `_fileno'
../../binutils/bin2c.c:89: warning: implicit declaration of function `_setmode'
make[4]: *** [bin2c.exe] Error 1
make[4]: Leaving directory `/home/kevin/ps3toolchain/build/binutils-2.17.50/buil
d-spu/binutils'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/kevin/ps3toolchain/build/binutils-2.17.50/buil
d-spu/binutils'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/kevin/ps3toolchain/build/binutils-2.17.50/buil
d-spu/binutils'
make[1]: *** [all-binutils] Error 2
make[1]: *** Waiting for unfinished jobs....
gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -D_GNU_SOURCE -I. -I../../gas -I../bfd -
I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOC
ALEDIR="\"/usr/local/ps3dev/spu/share/locale\""   -W -Wall -Wstrict-prototypes -
Wmissing-prototypes -Werror -g -O2 -c ../../gas/write.c
gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -D_GNU_SOURCE -I. -I../../gas -I../bfd -
I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOC
ALEDIR="\"/usr/local/ps3dev/spu/share/locale\""   -W -Wall -Wstrict-prototypes -
Wmissing-prototypes -Werror -g -O2 -c ../../gas/config/tc-spu.c
gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -D_GNU_SOURCE -I. -I../../gas -I../bfd -
I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOC
ALEDIR="\"/usr/local/ps3dev/spu/share/locale\""   -W -Wall -Wstrict-prototypes -
Wmissing-prototypes -Werror -g -O2 -c ../../gas/config/obj-elf.c
gcc -DHAVE_CONFIG_H -I. -I../../gas -I. -D_GNU_SOURCE -I. -I../../gas -I../bfd -
I../../gas/config -I../../gas/../include -I../../gas/.. -I../../gas/../bfd -DLOC
ALEDIR="\"/usr/local/ps3dev/spu/share/locale\""   -W -Wall -Wstrict-prototypes -
Wmissing-prototypes -Werror -g -O2 -c ../../gas/config/atof-ieee.c
/bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototy
pes -Werror -g -O2   -o as-new.exe  app.o as.o atof-generic.o cond.o depend.o dw
arf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum
-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o me
ssages.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o write.o tc-spu.o
obj-elf.o atof-ieee.o  ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/li
biberty.a
mkdir .libs
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -o as-new.e
xe app.o as.o atof-generic.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o eho
pt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file
.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o sb.
o stabs.o subsegs.o symbols.o write.o tc-spu.o obj-elf.o atof-ieee.o  ../opcodes
/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
make[4]: Leaving directory `/home/kevin/ps3toolchain/build/binutils-2.17.50/buil
d-spu/gas'
make[3]: Leaving directory `/home/kevin/ps3toolchain/build/binutils-2.17.50/buil
d-spu/gas'
make[2]: Leaving directory `/home/kevin/ps3toolchain/build/binutils-2.17.50/buil
d-spu/gas'
make[1]: Leaving directory `/home/kevin/ps3toolchain/build/binutils-2.17.50/buil
d-spu'
make: *** [all] Error 2
../scripts/005-binutils-2.17.50-spu.sh: Failed.

jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

That error and its solution were already discussed in an earlier post in this thread.
hallo007
Posts: 36
Joined: Sat May 13, 2006 6:15 pm

Post by hallo007 »

I fixed it:):):) you get this error when you dont have cygwin1.dll in windows/system32 , so copy usr/bin/cygwin1.dll to the system32 folder



check-cygwin1.sh

Code: Select all

#!/bin/sh
# check-cygwin1.sh by Roel ([email protected]) 

 ## Check for cygwin1.dll
 ls -l C:/windows/system32/cygwin1.dll 1> /dev/null || { echo "ERROR: Copy usr/bin/Cygwin1.dll before continuing."; exit 1; } 
Dunno how to do it with other drives:p
Last edited by hallo007 on Wed Jun 20, 2007 2:41 pm, edited 1 time in total.
kid101skater
Posts: 26
Joined: Wed Jun 20, 2007 6:13 am

Post by kid101skater »

had the same thing, what I did was to copy the compileline and then just remove -Werror and run it again and it builds fine.
explain in english plz.... little confused
hallo007
Posts: 36
Joined: Sat May 13, 2006 6:15 pm

Post by hallo007 »

kid101skater wrote:
had the same thing, what I did was to copy the compileline and then just remove -Werror and run it again and it builds fine.
explain in english plz.... little confused
check my post above , it will fix it
kid101skater
Posts: 26
Joined: Wed Jun 20, 2007 6:13 am

Post by kid101skater »

ok...
lol i bet thats it... im doing it on my new amd 3800+ dual core
gosh, i didnt do the cygwin1.dll before too for the psp one on this comp :(


let me try dat
hallo007
Posts: 36
Joined: Sat May 13, 2006 6:15 pm

Post by hallo007 »

i found it by running manuel the bin2C.exe wich gave the error and windows said it couldnt find cygwin1.dll and I remember i had to copied in the past too to that folder , when it was copied , it dindt gave the error any more


add this in your ps3toolchain/depends

http://hallo007.e-vizion.com/check-cygwin1.sh
kid101skater
Posts: 26
Joined: Wed Jun 20, 2007 6:13 am

Post by kid101skater »

ok...

have u got cygwin to fully compile the toolchain?
hallo007
Posts: 36
Joined: Sat May 13, 2006 6:15 pm

Post by hallo007 »

This technic work


-copy the compille line of bin2c
-delete -werror
-paste it
-run the scripts in ps3toolchain/scripts , one by one
hallo007
Posts: 36
Joined: Sat May 13, 2006 6:15 pm

Post by hallo007 »

AARAGH

Code: Select all

checking for suffix of object files... configure: error: cannot compute suffix o
f object files: cannot compile
See `config.log' for more details.
make[1]: *** [configure-target-libgcc] Error 1
make[1]: Leaving directory `/home/Leen/ps3toolchain/scripts/gcc-4.3-20070608/bui
ld-spu-stage1'
make: *** [all] Error 2
:( , tommorow have i a week free , i hope to install it soon
Post Reply