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
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
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 :)
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
/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
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:
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. :)