Search found 12 matches
- Tue Oct 20, 2009 6:40 am
- Forum: PSP Development
- Topic: psptoolchain under Snow Leopard
- Replies: 4
- Views: 3318
- Wed Oct 14, 2009 3:34 am
- Forum: PSP Development
- Topic: psptoolchain under Snow Leopard
- Replies: 4
- Views: 3318
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...
- Sat Jul 25, 2009 10:41 am
- Forum: PSP Development
- Topic: [solved]strangeful error compiling toolchain on Leopard
- Replies: 5
- Views: 3184
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...
- Sat Jul 25, 2009 7:14 am
- Forum: PSP Development
- Topic: [solved]strangeful error compiling toolchain on Leopard
- Replies: 5
- Views: 3184
- Fri Jul 24, 2009 8:11 pm
- Forum: PSP Development
- Topic: [solved]strangeful error compiling toolchain on Leopard
- Replies: 5
- Views: 3184
[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...
- Thu Nov 27, 2008 8:34 pm
- Forum: PSP Development
- Topic: Remotejoy on Linux (*buntu Intrepid)
- Replies: 12
- Views: 5774
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...
- Thu Oct 04, 2007 10:40 am
- Forum: PSP Development
- Topic: problem compiling toolchain under Mac Os X
- Replies: 10
- Views: 4517
- Sun Sep 30, 2007 3:11 pm
- Forum: PSP Development
- Topic: problem compiling toolchain under Mac Os X
- Replies: 10
- Views: 4517
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...
- Sun Sep 30, 2007 10:53 am
- Forum: PSP Development
- Topic: [ solved ] more toolchain problems under OsX
- Replies: 6
- Views: 2319
- Sat Sep 29, 2007 7:49 am
- Forum: PSP Development
- Topic: problem compiling toolchain under Mac Os X
- Replies: 10
- Views: 4517
- Thu Sep 27, 2007 10:47 am
- Forum: PSP Development
- Topic: problem compiling toolchain under Mac Os X
- Replies: 10
- Views: 4517
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...
- Wed Sep 26, 2007 1:45 pm
- Forum: PSP Development
- Topic: problem compiling toolchain under Mac Os X
- Replies: 10
- Views: 4517
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&...