error while setting enviroments

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

Moderators: cheriff, TyRaNiD

Post Reply
yarco
Posts: 2
Joined: Wed Aug 29, 2007 12:20 pm

error while setting enviroments

Post by yarco »

checking for psp-as... (cached) psp-as
checking for psp-ar... (cached) psp-ar
checking for psp-ranlib... (cached) psp-ranlib
checking for psp-readelf... (cached) psp-readelf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking for build system executable suffix... no
updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
make[1]: Leaving directory `/root/psptoolchain/build/newlib-1.15.0/build-psp'
make: *** [all] Error 2
../scripts/004-newlib-1.15.0.sh: Failed.
what's wrong about the toolchain? i've just checked out from svn repos.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

You haven't given the part of the output with the error. That's earlier that what you have quoted.
seventh
Posts: 11
Joined: Sat Jan 21, 2006 2:10 am

Post by seventh »

Hi,

I got the same issue. What you have to do is go into the newlib mafefile and check for the MAKEINFO variable definition.

For a reason I didn't try to investigate, it was set to something like this :

MAKEINFO = /usr/blablabla/missing makeinfo

Just remove the path that is obviously incorrect

MAKEINFO = makeinfo

Launch "make", "make install" again and it should run perfectly.

N.B. : After that, you'll have to patch the toolchain.sh script to continue installation and not to restart from the beginning, and fail on the same issue.
Post Reply