Psptoolchain binutil compilation problem

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

Moderators: cheriff, TyRaNiD

Post Reply
thejul
Posts: 3
Joined: Fri Dec 16, 2005 6:10 pm

Psptoolchain binutil compilation problem

Post by thejul »

Hello,
I am having an error I don't know how to solve when building the toolchain :

Code: Select all

`/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 /cygdrive/c/Program Files/Vim/vim63/install -c libbfd.la /usr/local/pspdev/i686-pc-cygwin
psp/lib/libbfd.la
libtool: install: `/usr/local/pspdev/i686-pc-cygwin/psp/lib/libbfd.la' is not a directory
Try `libtool --help --mode=install' for more information.
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-recursive] Error 1
make[1]: Leaving directory `/tmp/pspdev/binutils-2.16.1/build-psp/bfd'
make: *** [install-bfd] Error 2
ERROR INSTALLING BINUTILS
For info I am trying to compile this for several days know (successively had bad version of toolchain, bad version of cygwin tools, PATH prb etc...)
So out of despair I made a clean install of the latest cygwin (full version :-P )
I would be greatfull if someone could help me out
Thank you
thejul
Posts: 3
Joined: Fri Dec 16, 2005 6:10 pm

I am dumb :-(

Post by thejul »

Ok nevermind,
found out the problem,
I have gvim in my cygwin path, it s installed in Program file\Vim
the problem? there is a install.exe file in the vim directory...
which of course as nothing to do with /usr/bin/install.exe

sorry for the bother, I feel so dumb :-(
Post Reply