Search found 6 matches

by FredrikP
Sat Aug 06, 2005 10:20 pm
Forum: PSP Development
Topic: Help needed running toolchain.sh
Replies: 10
Views: 3241

Never mind, I've finally got it all together and compiled my first samle!!! =)

thanx for your help! (what i did was throw out my old installation of cygwin and follow http://wiki.pspdev.org/psp:programming_faq
to the letter.. ;)

now i can finally begin experimenting!
by FredrikP
Sat Aug 06, 2005 6:39 am
Forum: PSP Development
Topic: Help needed running toolchain.sh
Replies: 10
Views: 3241

ok this is the current prob...

Image
by FredrikP
Sat Aug 06, 2005 5:56 am
Forum: PSP Development
Topic: Help needed running toolchain.sh
Replies: 10
Views: 3241

Well, now I've reinstalled Cygwin a couple of times, and now im sure I've got both automake and autoconf. Now when I run the script i get the following error:

"ERROR BUILDING NEWLIB"

Does anybody recognize this?
by FredrikP
Sat Aug 06, 2005 1:56 am
Forum: PSP Development
Topic: Help needed running toolchain.sh
Replies: 10
Views: 3241

Yes, after doing the "cd psptolchain", being at

Fredrik@fredrik ~/psptoolchain
$

should i have a file called configure in my psptoolchain folder?
by FredrikP
Sat Aug 06, 2005 1:43 am
Forum: PSP Development
Topic: Help needed running toolchain.sh
Replies: 10
Views: 3241

When i type

Code: Select all

chmod +x ./configure
i get

Code: Select all

chmod: cannot acces `./configure´: No such file or directory
btw thanx for your help =)
by FredrikP
Sat Aug 06, 2005 1:29 am
Forum: PSP Development
Topic: Help needed running toolchain.sh
Replies: 10
Views: 3241

Help needed running toolchain.sh

When running toolchain.sh I get the following error : grep: Makefile.in: No such file or directory cat: configure: No such file or directory ./toolchain.sh: line 245: ./configure: Permission denied ERROR RUNNING PSPSDK CONFIGURE (Not sure if th...