forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

error while setting enviroments

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
yarco



Joined: 29 Aug 2007
Posts: 2

PostPosted: Sat Dec 29, 2007 1:11 pm    Post subject: error while setting enviroments Reply with quote

Quote:

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.
Back to top
View user's profile Send private message
J.F.



Joined: 22 Feb 2004
Posts: 2906

PostPosted: Sat Dec 29, 2007 5:15 pm    Post subject: Reply with quote

You haven't given the part of the output with the error. That's earlier that what you have quoted.
Back to top
View user's profile Send private message AIM Address
seventh



Joined: 21 Jan 2006
Posts: 11

PostPosted: Sat Dec 29, 2007 5:56 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group