Search found 12 matches

by paraita
Tue Oct 20, 2009 6:40 am
Forum: PSP Development
Topic: psptoolchain under Snow Leopard
Replies: 4
Views: 2935

i'm interessed ! actually i'm wondering if it will even work as i'm not sure mpfr is working properly in SL, but i'd like to give it a try !
by paraita
Wed Oct 14, 2009 3:34 am
Forum: PSP Development
Topic: psptoolchain under Snow Leopard
Replies: 4
Views: 2935

psptoolchain under Snow Leopard

Someone managed to successfully compile the toolchain under SL ? i'm getting a strange error on the 2nd script: /Users/paraitawohler/Svnd/psptoolchain/build/gcc-4.3.2/build-psp/./gcc/xgcc -B/Users/paraitawohler/Svnd/psptoolchain/build/gcc-4.3.2/build-psp/./gcc/ -B/usr/local/pspdev/psp/bin/ -B/usr/lo...
by paraita
Sat Jul 25, 2009 10:41 am
Forum: PSP Development
Topic: [solved]strangeful error compiling toolchain on Leopard
Replies: 5
Views: 2695

Thx J.F. ! i tried to explicitly export envvar on the terminal and it worked ! I searched why it didn't work with my .profile and i found that I already had a .bashrc in my home folder, by default bash will look for that file instead of .profile so my envvar were never loaded. I just erased the .bas...
by paraita
Sat Jul 25, 2009 7:14 am
Forum: PSP Development
Topic: [solved]strangeful error compiling toolchain on Leopard
Replies: 5
Views: 2695

I put these lines in my ~/.profile: export PSPDEV="/usr/local/pspdev" export PSPSDK="$PSPDEV/psp/sdk" export PATH="$PSPDEV/bin:$PSPSDK/bin:/Applications/PLT-Scheme-svn/bin:/opt/local/bin:/opt/local/sbin" but i still get the same error at ...
by paraita
Fri Jul 24, 2009 8:11 pm
Forum: PSP Development
Topic: [solved]strangeful error compiling toolchain on Leopard
Replies: 5
Views: 2695

[solved]strangeful error compiling toolchain on Leopard

hi all, I svned a fresh copy 2 hours ago from the repository but i get that error when it arrived on 004-newlib-1.16.8.sh: psp-gcc -B/Users/paraitawohler/src/psptoolchain/build/newlib-1.16.0/build-psp/psp/newlib/ -isystem /Users/paraitawohler/src/psptoolchain/build/newlib-1.16.0/build-psp/psp/newlib...
by paraita
Thu Nov 27, 2008 8:34 pm
Forum: PSP Development
Topic: Remotejoy on Linux (*buntu Intrepid)
Replies: 12
Views: 5203

Re: Remotejoy on Linux (*buntu Intrepid)

make[1]: Entering directory `/home/lingenfr/pspdev/psptoolchain/build/psplinkusb/pspsh' g++ -Wall -g -D_PCTERM -I../psplink -c -o pspsh.o pspsh.C make[1]: g++: Command not found make[1]: *** [pspsh.o] Error 127 make[1]: Leaving directory `/home/lingenfr/pspdev/psptoolchain/build/psplinkusb/pspsh' m...
by paraita
Thu Oct 04, 2007 10:40 am
Forum: PSP Development
Topic: problem compiling toolchain under Mac Os X
Replies: 10
Views: 4045

hi, i tried to run toolchain.sh again, after i typed a successful make in build/psplinkusb/pspsh/ , but toolchain just fails with the same error, i'll wait for a newer revision, if i find a way to run toolchain without errors, i'll post here ^^. thx anyway for your help bulb !
by paraita
Sun Sep 30, 2007 3:11 pm
Forum: PSP Development
Topic: problem compiling toolchain under Mac Os X
Replies: 10
Views: 4045

i uninstalled darwinport and put macport instead (wishing it would work lol), i followed ragnaru's help but at the end i had the same problem, anyway, i tried what you told me and i got this after the make command in build/psplinkusb/pspsh/ : g++ -Wall -g -D_PCTERM -I../psplink -c -o pspsh.o pspsh.C...
by paraita
Sun Sep 30, 2007 10:53 am
Forum: PSP Development
Topic: [ solved ] more toolchain problems under OsX
Replies: 6
Views: 2008

hi, it's weird, i don't have all that stuff when i type gcc --version or g++ --version, it just ouput something like this: i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367) Copyright (C) 2005 Free Software Foundation, Inc. This...
by paraita
Sat Sep 29, 2007 7:49 am
Forum: PSP Development
Topic: problem compiling toolchain under Mac Os X
Replies: 10
Views: 4045

ok, i did a make clean in the /usr/local/pspdev/psptoolchain/build/psplinkusb/pspsh directory, then did a make in that same directory, here's the output: g++ -Wall -g -D_PCTERM -I../psplink -c -o pspsh.o pspsh.C pspsh.C: In function 'int execute_line(const char*)': ps...
by paraita
Thu Sep 27, 2007 10:47 am
Forum: PSP Development
Topic: problem compiling toolchain under Mac Os X
Replies: 10
Views: 4045

i've already tried that too, i'll try to remove and download psptoolchain again tomorrow, but thx for the link, i'll search more. edit: i got this, following what you said in your post: make -C pspsh clean rm -f pspsh *.o make -C usbhostfs_pc clean rm -f usbhostfs_pc *.o make -C tools/remotejoy/pcsd...
by paraita
Wed Sep 26, 2007 1:45 pm
Forum: PSP Development
Topic: problem compiling toolchain under Mac Os X
Replies: 10
Views: 4045

problem compiling toolchain under Mac Os X

Hello, i svned toolchain yesterday and tried to run the toolchain.sh script, at first i had trouble when it came to 001-binutils-2.16.1.sh but i figured out how to continue (thx to Usefullidiot ) but then, at 009-psplinkusb.sh it just fail with a: make[1]:*** [main.o&...