![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Toolchain linux installation time? within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Usually how long does it take to install on Ubuntu? i got to the third package but it got an ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() |
Usually how long does it take to install on Ubuntu? i got to the third package but it got an error, so i started over and same problem... i installed everything up to date... and im not using an Ide, im dual booting so i can use Visual C++ to code and restart in linux and compile...
p.s. i heard it takes like the whole day with cygyn thing... or is it because that was 1-2 years ago? and psp does use c++ right? not just c... cause the sticky of c/c++ help... |
|
|
|
|
|
#4 |
![]() ![]() It's good to be free...
|
So much wrong with this thread...
Anyway, 30 minutes or so. Less with two cores. What is the error? Ubuntu doesn't hog memory, Firefox and Compiz do. Just turn off Compiz. That's what I did. Still nothing compared to, say, Vista. Use an IDE on Linux. It'll make your life much easier. Say, Code::Blocks or Eclipse.
__________________
pəʇuɒɹɓ ɹoɟ ɓuɪɥʇou əʞɒʇ
|
|
|
|
|
|
#5 | |
![]() |
Quote:
didnt copy error, i thought it was bypassable but no
|
|
|
|
|
|
|
#6 |
![]() ![]() It's good to be free...
|
Code::Blocks is probably better for C++ than Eclipse. Eclipse is primarily for Java, but there is a C++ mode.
Did you turn off Compiz? 512 MB of memory is just not enough for Compiz.
__________________
pəʇuɒɹɓ ɹoɟ ɓuɪɥʇou əʞɒʇ
|
|
|
|
|
|
#7 | |
![]() |
Quote:
-= Double Post =- make[1]: Leaving directory `/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp' make: *** [all] Error 2 ../scripts/004-newlib-1.15.0.sh: Failed. i think thats a bad error... it should be cause i cant compile even helloworld... i manually ran it, it works, but whats next? Last edited by davidthefat; 05-25-2008 at 03:59 PM.. Reason: Automerged Doublepost |
|
|
|
|
|
|
#8 | |
|
No longer a community member.
|
Quote:
In the psptoolchain folder, there is a readme file for Ubuntu. Read it, and follow the instructions, and you should be fine. It worked for me on a stock installation of Ubuntu, and took about 30 minutes to compile on a core 2 duo. |
|
|
|
|
|
|
#9 |
![]() |
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-windres... no checking for windres... no checking for i686-pc-linux-gnu-objcopy... no checking for objcopy... objcopy checking for i686-pc-linux-gnu-objdump... no checking for objdump... objdump checking for psp-cc... no checking for psp-gcc... psp-gcc checking for psp-c++... no checking for psp-g++... no checking for psp-cxx... no checking for psp-gxx... no checking for psp-gcc... psp-gcc checking for psp-gcj... no checking for psp-gfortran... no checking for ar... no checking for psp-ar... psp-ar checking for as... no checking for psp-as... psp-as checking for dlltool... no checking for psp-dlltool... no checking for ld... no checking for psp-ld... psp-ld checking for lipo... no checking for psp-lipo... no checking for nm... no checking for psp-nm... psp-nm checking for objdump... no checking for psp-objdump... psp-objdump checking for ranlib... no checking for psp-ranlib... psp-ranlib checking for strip... no checking for psp-strip... psp-strip checking for windres... no checking for psp-windres... no checking where to find the target ar... pre-installed checking where to find the target as... pre-installed checking where to find the target cc... pre-installed checking where to find the target c++... pre-installed checking where to find the target c++ for libstdc++... pre-installed checking where to find the target dlltool... pre-installed checking where to find the target gcc... pre-installed checking where to find the target gcj... pre-installed checking where to find the target gfortran... pre-installed checking where to find the target ld... pre-installed checking where to find the target lipo... pre-installed checking where to find the target nm... pre-installed checking where to find the target objdump... pre-installed checking where to find the target ranlib... pre-installed checking where to find the target strip... pre-installed checking where to find the target windres... pre-installed checking whether to enable maintainer-specific portions of Makefiles... no checking whether -fkeep-inline-functions is supported... yes updating cache ./config.cache creating ./config.status creating Makefile make[1]: Entering directory `/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp' if test -f gcc/Makefile; then cd gcc && make clean-target-libgcc; else :; fi make[1]: Leaving directory `/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp' rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log make[1]: Entering directory `/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp' mkdir -p -- ./etc Checking multilib configuration for newlib... Configuring in ./etc mkdir -p -- psp/newlib Configuring in psp/newlib configure: creating cache ./config.cache checking for a BSD-compatible install... /usr/bin/install -c configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile make[2]: Entering directory `/home/davidthefat/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/davidthefat/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/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/etc' /home/davidthefat/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/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/etc' make[2]: *** [info] Error 1 make[2]: Leaving directory `/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/etc' make[1]: *** [all-etc] Error 2 make[1]: *** Waiting for unfinished jobs.... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking host system type... mipsallegrexel-psp-elf checking for psp-strip... psp-strip checking for gcc... psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include checking dependency style of psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include... gcc3 checking whether we are using GNU C... yes checking whether psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include accepts -g... no checking for psp-as... psp-as checking for psp-ar... psp-ar checking for psp-ranlib... psp-ranlib checking for psp-readelf... psp-readelf checking for a BSD-compatible install... /usr/bin/install -c checking whether to enable maintainer-specific portions of Makefiles... no checking for .preinit_array/.init_array/.fini_array support... yes checking for array aliasing support... no updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile Adding multilib support to Makefile in ../../../newlib multidirs= with_multisubdir= config.status: creating newlib.h config.status: executing depfiles commands configure: configuring in libc configure: running /bin/sh '../../../../newlib/libc/configure' --prefix=/usr/local/pspdev '--cache-file=./config.cache' '--build=i686-pc-linux-gnu' '--host=psp' '--target=psp' '--with-newlib' '--enable-multilib' '--with-cross-host=i686-pc-linux-gnu' '--prefix=/usr/local/pspdev' '--program-transform-name=s,^,psp-,; ' '--with-target-subdir=psp' '--srcdir=../../../newlib' 'CC=psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include' 'CFLAGS=-O2 -g -O2 ' 'CPPFLAGS=' 'LDFLAGS=' 'build_alias=i686-pc-linux-gnu' 'host_alias=psp' 'target_alias=psp' --cache-file=.././config.cache --srcdir=../../../../newlib/libc configure: loading cache .././config.cache checking build system type... (cached) i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking for style of include used by make... GNU checking host system type... (cached) mipsallegrexel-psp-elf checking for psp-strip... (cached) psp-strip checking for gcc... (cached) psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include checking dependency style of psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include... (cached) gcc3 checking whether we are using GNU C... (cached) yes checking whether psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/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 configure: creating ./config.status config.status: creating Makefile config.status: creating argz/Makefile config.status: creating ctype/Makefile config.status: creating errno/Makefile config.status: creating locale/Makefile config.status: creating misc/Makefile config.status: creating reent/Makefile config.status: creating search/Makefile config.status: creating stdio/Makefile config.status: creating stdio64/Makefile config.status: creating stdlib/Makefile config.status: creating string/Makefile config.status: creating time/Makefile config.status: creating posix/Makefile config.status: creating signal/Makefile config.status: creating syscalls/Makefile config.status: creating unix/Makefile config.status: creating iconv/Makefile config.status: creating iconv/ces/Makefile config.status: creating iconv/ccs/Makefile config.status: creating iconv/ccs/binary/Makefile config.status: creating iconv/lib/Makefile config.status: executing depfiles commands configure: configuring in machine configure: running /bin/sh '../../../../../newlib/libc/machine/configure' --prefix=/usr/local/pspdev '--cache-file=./config.cache' '--build=i686-pc-linux-gnu' '--host=psp' '--target=psp' '--with-newlib' '--enable-multilib' '--with-cross-host=i686-pc-linux-gnu' '--prefix=/usr/local/pspdev' '--program-transform-name=s,^,psp-,; ' '--with-target-subdir=psp' '--srcdir=../../../newlib' 'CC=psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include' 'CFLAGS=-O2 -g -O2 ' 'CPPFLAGS=' 'LDFLAGS=' 'build_alias=i686-pc-linux-gnu' 'host_alias=psp' 'target_alias=psp' '--cache-file=.././config.cache' '--srcdir=../../../../newlib/libc' --cache-file=../.././config.cache --srcdir=../../../../../newlib/libc/machine configure: loading cache ../.././config.cache checking build system type... (cached) i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking for style of include used by make... GNU checking host system type... (cached) mipsallegrexel-psp-elf checking for psp-strip... (cached) psp-strip checking for gcc... (cached) psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include checking dependency style of psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include... (cached) gcc3 checking whether we are using GNU C... (cached) yes checking whether psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/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 configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands configure: configuring in mips configure: running /bin/sh '../../../../../../newlib/libc/machine/mips/configure' --prefix=/usr/local/pspdev '--cache-file=./config.cache' '--build=i686-pc-linux-gnu' '--host=psp' '--target=psp' '--with-newlib' '--enable-multilib' '--with-cross-host=i686-pc-linux-gnu' '--prefix=/usr/local/pspdev' '--program-transform-name=s,^,psp-,; ' '--with-target-subdir=psp' '--srcdir=../../../newlib' 'CC=psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include' 'CFLAGS=-O2 -g -O2 ' 'CPPFLAGS=' 'LDFLAGS=' 'build_alias=i686-pc-linux-gnu' 'host_alias=psp' 'target_alias=psp' '--cache-file=.././config.cache' '--srcdir=../../../../newlib/libc' '--cache-file=../.././config.cache' '--srcdir=../../../../../newlib/libc/machine' --cache-file=../../.././config.cache --srcdir=../../../../../../newlib/libc/machine/mips configure: loading cache ../../.././config.cache checking build system type... (cached) i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking for style of include used by make... GNU checking host system type... (cached) mipsallegrexel-psp-elf checking for psp-strip... (cached) psp-strip checking for gcc... (cached) psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include checking dependency style of psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include... (cached) gcc3 checking whether we are using GNU C... (cached) yes checking whether psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/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 configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands configure: configuring in sys configure: running /bin/sh '../../../../../newlib/libc/sys/configure' --prefix=/usr/local/pspdev '--cache-file=./config.cache' '--build=i686-pc-linux-gnu' '--host=psp' '--target=psp' '--with-newlib' '--enable-multilib' '--with-cross-host=i686-pc-linux-gnu' '--prefix=/usr/local/pspdev' '--program-transform-name=s,^,psp-,; ' '--with-target-subdir=psp' '--srcdir=../../../newlib' 'CC=psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include' 'CFLAGS=-O2 -g -O2 ' 'CPPFLAGS=' 'LDFLAGS=' 'build_alias=i686-pc-linux-gnu' 'host_alias=psp' 'target_alias=psp' '--cache-file=.././config.cache' '--srcdir=../../../../newlib/libc' --cache-file=../.././config.cache --srcdir=../../../../../newlib/libc/sys configure: loading cache ../.././config.cache checking build system type... (cached) i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking for style of include used by make... GNU checking host system type... (cached) mipsallegrexel-psp-elf checking for psp-strip... (cached) psp-strip checking for gcc... (cached) psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include checking dependency style of psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include... (cached) gcc3 checking whether we are using GNU C... (cached) yes checking whether psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/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 configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands configure: configuring in psp configure: running /bin/sh '../../../../../../newlib/libc/sys/psp/configure' --prefix=/usr/local/pspdev '--cache-file=./config.cache' '--build=i686-pc-linux-gnu' '--host=psp' '--target=psp' '--with-newlib' '--enable-multilib' '--with-cross-host=i686-pc-linux-gnu' '--prefix=/usr/local/pspdev' '--program-transform-name=s,^,psp-,; ' '--with-target-subdir=psp' '--srcdir=../../../newlib' 'CC=psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include' 'CFLAGS=-O2 -g -O2 ' 'CPPFLAGS=' 'LDFLAGS=' 'build_alias=i686-pc-linux-gnu' 'host_alias=psp' 'target_alias=psp' '--cache-file=.././config.cache' '--srcdir=../../../../newlib/libc' '--cache-file=../.././config.cache' '--srcdir=../../../../../newlib/libc/sys' --cache-file=../../.././config.cache --srcdir=../../../../../../newlib/libc/sys/psp configure: loading cache ../../.././config.cache checking build system type... (cached) i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking for style of include used by make... GNU checking host system type... (cached) mipsallegrexel-psp-elf checking for psp-strip... (cached) psp-strip checking for gcc... (cached) psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include checking dependency style of psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include... (cached) gcc3 checking whether we are using GNU C... (cached) yes checking whether psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/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 configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands configure: configuring in libm configure: running /bin/sh '../../../../newlib/libm/configure' --prefix=/usr/local/pspdev '--cache-file=./config.cache' '--build=i686-pc-linux-gnu' '--host=psp' '--target=psp' '--with-newlib' '--enable-multilib' '--with-cross-host=i686-pc-linux-gnu' '--prefix=/usr/local/pspdev' '--program-transform-name=s,^,psp-,; ' '--with-target-subdir=psp' '--srcdir=../../../newlib' 'CC=psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include' 'CFLAGS=-O2 -g -O2 ' 'CPPFLAGS=' 'LDFLAGS=' 'build_alias=i686-pc-linux-gnu' 'host_alias=psp' 'target_alias=psp' --cache-file=.././config.cache --srcdir=../../../../newlib/libm configure: loading cache .././config.cache checking build system type... (cached) i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking for style of include used by make... GNU checking host system type... (cached) mipsallegrexel-psp-elf checking for psp-strip... (cached) psp-strip checking for gcc... (cached) psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include checking dependency style of psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include... (cached) gcc3 checking whether we are using GNU C... (cached) yes checking whether psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/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 configure: creating ./config.status config.status: creating Makefile config.status: creating math/Makefile config.status: creating mathfp/Makefile config.status: creating common/Makefile config.status: executing depfiles commands configure: configuring in doc configure: running /bin/sh '../../../../newlib/doc/configure' --prefix=/usr/local/pspdev '--cache-file=./config.cache' '--build=i686-pc-linux-gnu' '--host=psp' '--target=psp' '--with-newlib' '--enable-multilib' '--with-cross-host=i686-pc-linux-gnu' '--prefix=/usr/local/pspdev' '--program-transform-name=s,^,psp-,; ' '--with-target-subdir=psp' '--srcdir=../../../newlib' 'CC=psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include' 'CFLAGS=-O2 -g -O2 ' 'CPPFLAGS=' 'LDFLAGS=' 'build_alias=i686-pc-linux-gnu' 'host_alias=psp' 'target_alias=psp' --cache-file=.././config.cache --srcdir=../../../../newlib/doc configure: loading cache .././config.cache checking build system type... (cached) i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking for style of include used by make... GNU checking host system type... (cached) mipsallegrexel-psp-elf checking for psp-strip... (cached) psp-strip checking for gcc... (cached) psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include checking dependency style of psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/newlib/libc/include... (cached) gcc3 checking whether we are using GNU C... (cached) yes checking whether psp-gcc -B/home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/ -isystem /home/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp/psp/newlib/targ-include -isystem /home/davidthefat/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/davidthefat/Desktop/psptoolchain/build/newlib-1.15.0/build-psp' make: *** [all] Error 2 ../scripts/004-newlib-1.15.0.sh: Failed. |
|
|
|
|
|
#12 |
![]() |
apt-get install build-essential ?
__________________
[CENTER]You can hyperlink quotes and the whole box will be a link: [URL=http://forums.qj.net/showthread.php?t=35215][COLOR=DarkRed][QUOTE=ANTONIO_424][CENTER][COLOR=DarkRed]Go for it, and remember, video tape every moment...........I gotta see this :D[/COLOR][/CENTER][/QUOTE][/COLOR][/URL][SIZE=1][B][U][URL=http://forums.qj.net/showthread.php?t=65979]A Ultimate QJ FAQ[/URL][/U][/B]-[B][U][URL=http://forums.qj.net/search.php?do=finduser&u=13500]Topics I'm in[/URL][/U][/B]-[B][U][URL=http://forums.qj.net/f-psp-development-forum-11/t-pps-game-66613.html]My qj game topic[/URL][/U][/B]-[B][U][URL=http://www.psp-programming.com/dev-forum/viewtopic.php?t=962]My psp-prog topic[/URL][/U][/B]-[B][U][URL=http://files.pspupdates.qj.net/cgi-bin/cfiles.cgi]Old QJ Download site[/URL][/U][/B]-[B][U][URL=http://forums.qj.net/showthread.php?t=46926]Only ISO topic[/URL][/U][/B][/SIZE] "You stayed up all night trying to make your psp crash? LOLOL!!" - my brother My PSN name is "icantthinkofone".[/CENTER] |
|
|
|
|
|
#13 |
![]() Enter Custom Title
|
Code:
sudo apt-get install build-essential autoconf automake bison flex \ libncurses5-dev libreadline-dev libusb-dev texinfo Code:
export PSPDEV="/usr/local/pspdev" export PSPSDK="$PSPDEV/psp/sdk" export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin" Code:
source ~/.bashrc Code:
sudo ./toolchain-sudo.sh |
|
|
|
![]() |
| Tags |
| installation , linux , time , toolchain |
| Thread Tools | |
|
|