Search found 4 matches

by jltate
Wed Mar 21, 2007 11:06 pm
Forum: PSP Development
Topic: Problem while installing toolchain under cygwin
Replies: 12
Views: 8276

For the record, I'm pretty sure that that stupid error with "invalid feature name: install-libbfd" has to do with a lack of disk space. It stopped giving me that error when I randomly decided to have it place the intermediate files in a different directory than /usr/tmp, or whatever the de...
by jltate
Wed Mar 21, 2007 12:18 pm
Forum: PSP Development
Topic: Problem while installing toolchain under cygwin
Replies: 12
Views: 8276

The problem with that path, is that it results in this: updating cache ./config.cache creating ./config.status creating Makefile test ! -d gcc/libgcc || \ (cd gcc/libgcc && find . -type d -print) | \ while read d; do rm -f gcc/$d/libgcc.a || : ; done rm -rf gcc/libgcc...
by jltate
Wed Mar 21, 2007 2:58 am
Forum: PSP Development
Topic: Problem while installing toolchain under cygwin
Replies: 12
Views: 8276

Typed this in: Administrator@hydra ~ $ rm -rf psptoolchain Administrator@hydra ~ $ svn co svn://svn.ps2dev.org/psp/branches/pspdev/psptoolchain A psptoolchain/gcc-4.0.0.patch A psptoolchain/toolchain.sh A psptoolchain/README.TXT A psptoolchain/binutils-2.16.patch A psptoolchain/newlib-1.13.0...
by jltate
Tue Mar 20, 2007 1:35 pm
Forum: PSP Development
Topic: Problem while installing toolchain under cygwin
Replies: 12
Views: 8276

It wasn't fixed.

I'm getting exactly the same error that was pointed out in this thread. I've been trying to get this stupid thing working for 2 days and no matter whose instructions I follow it's the same idiotic problem of: configure: error: invalid feature name: install-libbfd Except unlik...