[SOLVED] psptoolchain compiling error

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

Moderators: cheriff, TyRaNiD

Post Reply
hockeyhead019
Posts: 6
Joined: Tue Jan 06, 2009 1:08 pm

[SOLVED] psptoolchain compiling error

Post by hockeyhead019 »

hey guys,

ok so i've searched and searched and it seems as though everybody is having trouble with installing this due to an error in gcc... unfortunately i have a different problem... instead of the usual error message that everybody has been getting i get

Code: Select all

make[1]: Leaving directory `/home/jim/Desktop/psptoolchain/build/newlib-1.15.0/build-psp'
make: *** [all] Error 2
../scripts/004-newlib-1.15.0.sh: Failed.
if anybody could help it would be great... i'm on ubuntu 8.10 by the way... thanks
Last edited by hockeyhead019 on Mon Jan 12, 2009 2:48 am, edited 2 times in total.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

How about giving us the actual error instead of merely the final failed notice. :)
hockeyhead019
Posts: 6
Joined: Tue Jan 06, 2009 1:08 pm

Post by hockeyhead019 »

k gimme a second as i need to re-run it and watch it crash... again hahaha... don't worry it only gets about ten or so minutes into it untill it crashes with that error...

ok here we go... i only copied up until i saw a "no" where there is usually a "yes" but please tell me if you need me to go farther up as i have it copied to a txt file now haha

Code: Select all

checking whether psp-gcc -B/home/jim/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/jim/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/jim/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include accepts -g... (cached) no
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 `/home/jim/Desktop/psptoolchain/build/newlib-1.15.0/build-psp'
make: *** [all] Error 2
../scripts/004-newlib-1.15.0.sh: Failed.
sorry bout the lack of "knowledge" about the console and how the whole process works haha but i've tried so many times and re downloaded over and over and started from scratch and everything haha... but anyways any help would be GREATLY appreciated :)
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Errr - still no error listed. :)

Don't look for "no", look for "error". Most terminals allow you to increase the scrollback cache so that you can scroll back to see lines that were scrolled off the display. I keep mine set for 20000 lines. :D
hockeyhead019
Posts: 6
Joined: Tue Jan 06, 2009 1:08 pm

Post by hockeyhead019 »

ok so what would the error look like so i have some idea
hockeyhead019
Posts: 6
Joined: Tue Jan 06, 2009 1:08 pm

Post by hockeyhead019 »

ok sorry for the double post but as i was scrolling through it i found this bit which seemed like it might cause something....

Code: Select all

/jim/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/etc'
for f in standards.info configure.info; do \
	  if test -f ../../etc/`echo $f | sed -e 's/.info$/.texi/'`; then \
	    if make "MAKEINFO=/home/jim/Desktop/psptoolchain/build/newlib-1.15.0/missing makeinfo --split-size=5000000 --split-size=5000000" $f; then \
	      true; \
	    else \
	      exit 1; \
	    fi; \
	  fi; \
	done
make[3]: Entering directory `/home/jim/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/etc'
/home/jim/Desktop/psptoolchain/build/newlib-1.15.0/missing makeinfo --split-size=5000000 --split-size=5000000 --no-split -I../../etc -o standards.info ../../etc/standards.texi
WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
make[3]: *** [standards.info] Error 1
make[3]: Leaving directory `/home/jim/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/etc'
make[2]: *** [info] Error 1
make[2]: Leaving directory `/home/jim/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/etc'
make[1]: *** [all-etc] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
so i reinstalled the two packages which are suggested in the "Warning" and still nothing :( i don't even know if this is the error you are looking for... sorry
hockeyhead019
Posts: 6
Joined: Tue Jan 06, 2009 1:08 pm

Post by hockeyhead019 »

*BUMP* please anybody have any ideas??
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

That particular error has been covered so many times it's silly. If you do a search on "makeinfo" in the psp dev forum, you'll find more threads than you can shake a stick at. It seems everyone would rather start a new thread than look for already existing ones... like these:

http://forums.ps2dev.org/viewtopic.php?t=11191
http://forums.ps2dev.org/viewtopic.php?t=10096
http://forums.ps2dev.org/viewtopic.php?t=10254
http://forums.ps2dev.org/viewtopic.php?t=9173

and many, MANY more just like them. :)
hockeyhead019
Posts: 6
Joined: Tue Jan 06, 2009 1:08 pm

Post by hockeyhead019 »

yea i feel so dumb right now... sorry bout the noobishness haha but i appreciate the direction
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

No problem... just remember to search first. THEN if you still have a problem, ask. Of course, first you needed to identify that it was "makeinfo" causing the error, then you could search. :)
Post Reply