Cygwin error when setting up

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
guyfrom7up
Posts: 1
Joined: Sun Nov 19, 2006 10:20 am

Cygwin error when setting up

Post by guyfrom7up »

I just installed cygwin and did the svn update (I'm following the first tutorial on www.psp-programming.com, then I did the ./toolchain.sh thingy. About half an hour later after a ton of text I get this error thing:

make[2]: Leaving directory '/tmp/pspdev/binutils-2.16.1/build-psp/bfd/po'
make[2]: Entering directory '/tmp/pspdev/binutils-2.16.1/build-psp/bfd'
make[3]: Entering directory '/tmp/pspdev/binutils-2.16.1/build-psp/bfd'
make[3]: Nothing to be done for 'install-exec-am'.
/bin/sh ../../bfd/../mkinstalldirs /usr/local/pspdev/i686-pc-cygwin/psp/lib
/bin/sh ../../bfd/../mkinstalldirs /usr/local/pspdev/i686-pc-cygwin/psp/include
/bin/sh ./libtool --mode=install /usr/bin/install -c libbfd.la/usr/local/pspdev/i686-pc-cygwin/psp/lib/libbfd.la
/usr/bin/install -c .libs/libbfd.lai /usr/local/pspdev/i686-pc-cygwin/psp/lib/libbfd.la
/usr/bin/install: cannot create regular file '/usr/local/pspdev/i686-pc-cygwin/psp/lib/libbfd/la':Permission denied
make[3]: *** [install_libbfd} Error 1
make[3]: Leaving directory '/tmp/pspdev/binutils-2.16.1/build-psp/bfd'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory '/tmp/pspdev/binutils-2.16.1/build-psp/bfd'
make[1]: *** [install-rcursive] Error 1
make[1]: Leaving directory '/tmp/pspdev/binutils-2.16.1/build-psp/bfd'
make: *** [install-bfd] Error 2
ERROR INSTALLING BINUTILS


Anyone have any answers to this, I really want to start programming my PSP! :)
huh?
Post Reply