error doing toolchain

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

Moderators: cheriff, TyRaNiD

Post Reply
Paradox.psp
Posts: 27
Joined: Mon Feb 06, 2006 6:06 am
Location: N.ireland LISBURN

error doing toolchain

Post by Paradox.psp »

Code: Select all

make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src'
make[1]: Leaving directory `/tmp/pspdev/pspsdk/src'
Making install-data in tools
make[1]: Entering directory `/tmp/pspdev/pspsdk/tools'
make[1]: Nothing to be done for `install-data'.
make[1]: Leaving directory `/tmp/pspdev/pspsdk/tools'
make[1]: Entering directory `/tmp/pspdev/pspsdk'
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/tmp/pspdev/pspsdk'
checking for pspsdk version... 1.0+beta2
checking for pspdev... /usr/local/pspdev
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for psp-gcc... psp-gcc
checking for psp-g++... psp-g++
checking for psp-as... psp-as
checking for psp-ld... psp-ld
checking for psp-ar... psp-ar
checking for psp-nm... psp-nm
checking for psp-ranlib... psp-ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for getcwd... yes
checking for strchr... yes
checking for doxygen... /usr/bin/doxygen
checking for perl... /usr/bin/perl
checking for dot... no
configure: WARNING: dot not found - will not generate graphics for doxygen docum
entation
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/audio/Makefile
config.status: creating src/base/Makefile
config.status: creating src/ctrl/Makefile
config.status: creating src/debug/Makefile
config.status: creating src/display/Makefile
config.status: creating src/ge/Makefile
config.status: creating src/gu/Makefile
config.status: creating src/gum/Makefile
config.status: creating src/hprm/Makefile
config.status: creating src/kernel/Makefile
config.status: creating src/libc/Makefile
config.status: creating src/nand/Makefile
config.status: creating src/net/Makefile
config.status: creating src/power/Makefile
config.status: creating src/rtc/Makefile
config.status: creating src/sircs/Makefile
config.status: creating src/sdk/Makefile
config.status: creating src/startup/Makefile
config.status: creating src/user/Makefile
config.status: creating src/umd/Makefile
config.status: creating src/usb/Makefile
config.status: creating src/usbstor/Makefile
config.status: creating src/utility/Makefile
config.status: creating src/wlan/Makefile
config.status: creating src/fpu/Makefile
config.status: creating src/vfpu/Makefile
config.status: creating src/vsh/Makefile
config.status: creating src/samples/Makefile
config.status: creating tools/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
Making clean in tools
make[1]: Entering directory `/tmp/pspdev/pspsdk/tools'
test -z "bin2s.exe bin2c.exe bin2o.exe pack-pbp.exe unpack-pbp.exe mksfo.exe psp
-config.exe psp-build-exports.exe psp-prxgen.exe psp-fixup-imports.exe" || rm -f
 bin2s.exe bin2c.exe bin2o.exe pack-pbp.exe unpack-pbp.exe mksfo.exe psp-config.
exe psp-build-exports.exe psp-prxgen.exe psp-fixup-imports.exe
rm -f *.o
make[1]: Leaving directory `/tmp/pspdev/pspsdk/tools'
Making clean in src
make[1]: Entering directory `/tmp/pspdev/pspsdk/src'
Making clean in samples
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/samples'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/samples'
Making clean in wlan
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/wlan'
test -z "libpspwlan.a" || rm -f libpspwlan.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/wlan'
Making clean in vsh
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/vsh'
test -z "libpspchnnlsv.a" || rm -f libpspchnnlsv.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/vsh'
Making clean in vfpu
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/vfpu'
test -z "libpspvfpu.a" || rm -f libpspvfpu.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/vfpu'
Making clean in utility
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/utility'
test -z "libpsputility.a" || rm -f libpsputility.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/utility'
Making clean in user
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/user'
test -z "libpspuser.a" || rm -f libpspuser.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/user'
Making clean in usbstor
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/usbstor'
test -z "libpspusbstor.a" || rm -f libpspusbstor.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/usbstor'
Making clean in usb
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/usb'
test -z "libpspusb.a libpspusb_driver.a" || rm -f libpspusb.a libpspusb_driver.a

rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/usb'
Making clean in umd
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/umd'
test -z "libpspumd.a" || rm -f libpspumd.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/umd'
Making clean in startup
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/startup'
test -z "crt0.o crt0_prx.o prxexports.o " || rm -f crt0.o crt0_prx.o prxexports.
o
test -z "lib.a" || rm -f lib.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/startup'
Making clean in sdk
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/sdk'
test -z "libpspsdk.a" || rm -f libpspsdk.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/sdk'
Making clean in sircs
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/sircs'
test -z "libpspsircs.a" || rm -f libpspsircs.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/sircs'
Making clean in rtc
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/rtc'
test -z "libpsprtc.a" || rm -f libpsprtc.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/rtc'
Making clean in power
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/power'
test -z "libpsppower.a" || rm -f libpsppower.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/power'
Making clean in net
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/net'
test -z "libpspnet.a libpspnet_apctl.a libpspnet_inet.a libpspnet_resolver.a" ||
 rm -f libpspnet.a libpspnet_apctl.a libpspnet_inet.a libpspnet_resolver.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/net'
Making clean in nand
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/nand'
test -z "libpspnand_driver.a" || rm -f libpspnand_driver.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/nand'
Making clean in libc
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/libc'
test -z "libpsplibc.a" || rm -f libpsplibc.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/libc'
Making clean in kernel
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/kernel'
test -z "libpspkernel.a" || rm -f libpspkernel.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/kernel'
Making clean in hprm
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/hprm'
test -z "libpsphprm.a libpsphprm_driver.a" || rm -f libpsphprm.a libpsphprm_driv
er.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/hprm'
Making clean in gum
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/gum'
test -z "libpspgum.a libpspgum_vfpu.a" || rm -f libpspgum.a libpspgum_vfpu.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/gum'
Making clean in gu
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/gu'
test -z "libpspgu.a" || rm -f libpspgu.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/gu'
Making clean in ge
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/ge'
test -z "libpspge.a " || rm -f libpspge.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/ge'
Making clean in fpu
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/fpu'
test -z "libpspfpu.a" || rm -f libpspfpu.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/fpu'
Making clean in display
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/display'
test -z "libpspdisplay.a libpspdisplay_driver.a" || rm -f libpspdisplay.a libpsp
display_driver.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/display'
Making clean in debug
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/debug'
test -z "libpspdebug.a libpspgdb.a libpspgdb_user.a libpspgdb_kernel.a" || rm -f
 libpspdebug.a libpspgdb.a libpspgdb_user.a libpspgdb_kernel.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/debug'
Making clean in ctrl
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/ctrl'
test -z "libpspctrl.a libpspctrl_driver.a" || rm -f libpspctrl.a libpspctrl_driv
er.a
rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/ctrl'
Making clean in base
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/base'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/base'
Making clean in audio
make[2]: Entering directory `/tmp/pspdev/pspsdk/src/audio'
test -z "libpspaudio.a libpspaudiolib.a" || rm -f libpspaudio.a libpspaudiolib.a

rm -f *.o
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src/audio'
Making clean in .
make[2]: Entering directory `/tmp/pspdev/pspsdk/src'
make[2]: Nothing to be done for `clean-am'.
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src'
make[1]: Leaving directory `/tmp/pspdev/pspsdk/src'
Making clean in .
make[1]: Entering directory `/tmp/pspdev/pspsdk'
test -z "doc/pspsdk.tag -r doc/html        " || rm -f doc/pspsdk.tag -r doc/html

make[1]: Leaving directory `/tmp/pspdev/pspsdk'
cd . && /bin/sh /tmp/pspdev/pspsdk/missing --run autoheader
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/tmp/pspdev/pspsdk'
Making all in src
make[2]: Entering directory `/tmp/pspdev/pspsdk/src'
Making all in audio
make[3]: Entering directory `/tmp/pspdev/pspsdk/src/audio'
psp-gcc  -g -O2 -G0 -Wall -I../../src/base -I../../src/user -I../../src/debug -c
 sceAudio.S
/bin/sh: psp-gcc: command not found
make[3]: *** [sceAudio.o] Error 127
make[3]: Leaving directory `/tmp/pspdev/pspsdk/src/audio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/pspdev/pspsdk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/pspdev/pspsdk'
make: *** [all] Error 2
ERROR BUILDING PSPSDK

333@boys-dffxz ~/psptoolchain
$


anyone know how to fix it?
Paradox.psp
Posts: 27
Joined: Mon Feb 06, 2006 6:06 am
Location: N.ireland LISBURN

Post by Paradox.psp »

ok got a different this time .. plz help

Code: Select all

g-prototypes -g -O2 -c ../../bfd/coffgen.c -o coffgen.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o corefile.lo .
./../bfd/corefile.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/corefile.c -o corefile.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o format.lo ../
../bfd/format.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/format.c -o format.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o init.lo ../..
/bfd/init.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/init.c -o init.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o libbfd.lo ../
../bfd/libbfd.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/libbfd.c -o libbfd.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o opncls.lo ../
../bfd/opncls.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/opncls.c -o opncls.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o reloc.lo ../.
./bfd/reloc.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/reloc.c -o reloc.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o section.lo ..
/../bfd/section.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/section.c -o section.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o syms.lo ../..
/bfd/syms.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/syms.c -o syms.o
rm -f targmatch.h
sed -f ../../bfd/targmatch.sed < ../../bfd/config.bfd > targmatch.new
mv -f targmatch.new targmatch.h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -DDEFAULT_VECTOR
=bfd_elf32_littlemips_vec -DSELECT_VECS='&bfd_elf32_littlemips_vec,&bfd_elf32_bi
gmips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&bfd_elf64_little_gen
eric_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big
_generic_vec' -DSELECT_ARCHITECTURES='&bfd_mips_arch' -DHAVE_bfd_elf32_littlemip
s_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64
_littlemips_vec -DHAVE_bfd_elf64_little_generic_vec -DHAVE_bfd_elf64_big_generic
_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../
bfd/targets.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c -DDEFAULT_VECTOR=bfd_elf32_littlemips_vec "-DSELECT_VECS=
&bfd_elf32_littlemips_vec,&bfd_elf32_bigmips_vec,&bfd_elf64_bigmips_vec,&bfd_elf
64_littlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_
elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bf
d_mips_arch" -DHAVE_bfd_elf32_littlemips_vec -DHAVE_bfd_elf32_bigmips_vec -DHAVE
_bfd_elf64_bigmips_vec -DHAVE_bfd_elf64_littlemips_vec -DHAVE_bfd_elf64_little_g
eneric_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec
-DHAVE_bfd_elf32_big_generic_vec ../../bfd/targets.c -o targets.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o hash.lo ../..
/bfd/hash.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/hash.c -o hash.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o linker.lo ../
../bfd/linker.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/linker.c -o linker.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o srec.lo ../..
/bfd/srec.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/srec.c -o srec.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o binary.lo ../
../bfd/binary.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/binary.c -o binary.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o tekhex.lo ../
../bfd/tekhex.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/tekhex.c -o tekhex.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o ihex.lo ../..
/bfd/ihex.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/ihex.c -o ihex.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o stabs.lo ../.
./bfd/stabs.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/stabs.c -o stabs.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o stab-syms.lo
../../bfd/stab-syms.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/stab-syms.c -o stab-syms.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o merge.lo ../.
./bfd/merge.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/merge.c -o merge.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o dwarf2.lo ../
../bfd/dwarf2.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/dwarf2.c -o dwarf2.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o simple.lo ../
../bfd/simple.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/simple.c -o simple.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o archive64.lo
../../bfd/archive64.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/archive64.c -o archive64.o
rm -f elf32-target.h
sed -e s/NN/32/g < ../../bfd/elfxx-target.h > elf32-target.new
mv -f elf32-target.new elf32-target.h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o elf32-mips.lo
 ../../bfd/elf32-mips.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/elf32-mips.c -o elf32-mips.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o elfxx-mips.lo
 ../../bfd/elfxx-mips.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/elfxx-mips.c -o elfxx-mips.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o elf32.lo ../.
./bfd/elf32.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/elf32.c -o elf32.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o elf.lo ../../
bfd/elf.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/elf.c -o elf.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o elflink.lo ..
/../bfd/elflink.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/elflink.c -o elflink.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o elf-strtab.lo
 ../../bfd/elf-strtab.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/elf-strtab.c -o elf-strtab.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o elf-eh-frame.
lo ../../bfd/elf-eh-frame.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/elf-eh-frame.c -o elf-eh-frame.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o dwarf1.lo ../
../bfd/dwarf1.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/dwarf1.c -o dwarf1.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o ecofflink.lo
../../bfd/ecofflink.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/ecofflink.c -o ecofflink.o
rm -f elf64-target.h
sed -e s/NN/64/g < ../../bfd/elfxx-target.h > elf64-target.new
mv -f elf64-target.new elf64-target.h
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o elf64-mips.lo
 ../../bfd/elf64-mips.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/elf64-mips.c -o elf64-mips.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o elf64.lo ../.
./bfd/elf64.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/elf64.c -o elf64.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o elf64-gen.lo
../../bfd/elf64-gen.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/elf64-gen.c -o elf64-gen.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o elf32-gen.lo
../../bfd/elf32-gen.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/elf32-gen.c -o elf32-gen.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_
SOURCE     -I. -I../../bfd -I../../bfd/../include  -I../../bfd/../intl -I../intl
   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2  -c -o cpu-mips.lo .
./../bfd/cpu-mips.c
gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -D_GNU_SOURCE -I. -I../../bfd -I../../bf
d/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissin
g-prototypes -g -O2 -c ../../bfd/cpu-mips.c -o cpu-mips.o
rm -f tofiles
f=""; \
for i in elf32-mips.lo elfxx-mips.lo elf32.lo elf.lo elflink.lo elf-strtab.lo el
f-eh-frame.lo dwarf1.lo ecofflink.lo elf64-mips.lo elf64.lo elf64-gen.lo elf32-g
en.lo cpu-mips.lo  ; do \
  case " $f " in \
    *" $i "*&#41; ;; \
    *&#41; f="$f $i" ;; \
  esac ; \
done ; \
echo $f > tofiles
/bin/sh ../../bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototy
pes -g -O2    -o libbfd.la -rpath /usr/local/pspdev/i686-pc-cygwin/psp/lib -rele
ase 2.16.1  archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo
 corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo t
argets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-sy
ms.lo merge.lo dwarf2.lo simple.lo archive64.lo `cat ofiles`
libtool&#58; link&#58; `bfd.lo' is not a valid libtool object
make&#91;3&#93;&#58; *** &#91;libbfd.la&#93; Error 1
make&#91;3&#93;&#58; Leaving directory `/tmp/pspdev/binutils-2.16.1/build-psp/bfd'
make&#91;2&#93;&#58; *** &#91;all-recursive&#93; Error 1
make&#91;2&#93;&#58; Leaving directory `/tmp/pspdev/binutils-2.16.1/build-psp/bfd'
make&#91;1&#93;&#58; *** &#91;all&#93; Error 2
make&#91;1&#93;&#58; Leaving directory `/tmp/pspdev/binutils-2.16.1/build-psp/bfd'
make&#58; *** &#91;all-bfd&#93; Error 2
ERROR BUILDING BINUTILS
_MakeFile_
Posts: 15
Joined: Thu Jan 05, 2006 10:43 am

Post by _MakeFile_ »

You need to download the newest toolchain from svn. You will have make errors if you try to download and install the toolchain from oopo website. Once you download the newest psp toolchain from svn, the instructions are inside the file on how to compile and install it. In your cygwin bash window, type svn checkout svn://svn.pspdev.org/psp/trunk/psptoolchain
That way you will download the latest psptoolchain from svn
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Actually - as of the latest release, it now grabs the latest and greatest of patches from svn each and every time it is run. Being out of date shouldn't be a problem unless the actual version of the packages change and even then a manual 'svn update' should fix that easily.
Paradox.psp
Posts: 27
Joined: Mon Feb 06, 2006 6:06 am
Location: N.ireland LISBURN

Post by Paradox.psp »

i did i used svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain and svn update
Paradox.psp
Posts: 27
Joined: Mon Feb 06, 2006 6:06 am
Location: N.ireland LISBURN

Post by Paradox.psp »

can this be fixed
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Maybe?

When it comes to cygwin, anything can and does go wrong.
klump
Posts: 7
Joined: Sun Feb 05, 2006 12:23 pm

Post by klump »

some1 who has got it running perfectly should put out HIS cygwin install...

i also had most problem in cygwin compatibility issues.

now i use the sdk on my linux box and have no problems.

if webspace for hosting cygwin is needed, i can recommend you http://FTPZ.US
Paradox.psp
Posts: 27
Joined: Mon Feb 06, 2006 6:06 am
Location: N.ireland LISBURN

Post by Paradox.psp »

dammit .. tryed it 3 times .. keep getting it .. dam anyone from a solution for me how to fix it?
Paradox.psp
Posts: 27
Joined: Mon Feb 06, 2006 6:06 am
Location: N.ireland LISBURN

Post by Paradox.psp »

i dont think this can be fixed >_> been trying to get it to work for 2 weeks now.. over 40 times ive run the psptoolchain..

is there anyone other way i can complie psp stuff like this?
_MakeFile_
Posts: 15
Joined: Thu Jan 05, 2006 10:43 am

Post by _MakeFile_ »

It looks like you are not able to compile your binutils correctly to start your psptoolchain build. Make sure you have the latest binutils patch in your psptoolchain folder which should be around 161kb. You will also need the latest patches for your newlib and gcc build also.
Paradox.psp
Posts: 27
Joined: Mon Feb 06, 2006 6:06 am
Location: N.ireland LISBURN

Post by Paradox.psp »

yes i do have the lastest thingys .. heres a pic

Image
Paradox.psp
Posts: 27
Joined: Mon Feb 06, 2006 6:06 am
Location: N.ireland LISBURN

Post by Paradox.psp »

just to tell u i got it working :) done it sucessfully on a different pc and then moved it over :)

if anyone wants to know how to change users just pm me .. for eg the other pc was

mickey@264732
i changed it to my pc
jason@7586342
Post Reply