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 with all toolchains :(

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



Joined: 11 Dec 2005
Posts: 121

PostPosted: Sun Apr 30, 2006 10:10 pm    Post subject: Error with all toolchains :( Reply with quote

i got a new pc the other day and ive been trying to install the ps2tool chain with cygwin (i havent sortd out duel boot yet) but i allways get the error with GCC with both the newer toolchain and the old one: log file from newest tool chain[code:1:4651b32ddb]
make[1]: Entering directory `/home/john/psp/binutils-2.14/build-ee/bfd'
make all-recursive
make[2]: Entering directory `/home/john/psp/binutils-2.14/build-ee/bfd'
Making all in doc
make[3]: Entering directory `/home/john/psp/binutils-2.14/build-ee/bfd/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/john/psp/binutils-2.14/build-ee/bfd/doc'
Making all in po
make[3]: Entering directory `/home/john/psp/binutils-2.14/build-ee/bfd/po'
( if test 'x../../../bfd/po' != 'x.'; then \
posrcprefix='../../../bfd/'; \
else \
posrcprefix="../"; \
fi; \
rm -f SRC-POTFILES-t SRC-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ $posrcprefix& \\\\@" < ../../../bfd/po/SRC-POTFILES.in \
| sed -e '$s/\\$//') > SRC-POTFILES-t \
&& chmod a-w SRC-POTFILES-t \
&& mv SRC-POTFILES-t SRC-POTFILES )
( rm -f BLD-POTFILES-t BLD-POTFILES \
&& (sed -e '/^#/d' \
-e '/^[ ]*$/d' \
-e "s@.*@ ../& \\\\@" < ../../../bfd/po/BLD-POTFILES.in \
| sed -e '$s/\\$//') > BLD-POTFILES-t \
&& chmod a-w BLD-POTFILES-t \
&& mv BLD-POTFILES-t BLD-POTFILES )
cd .. \
&& CONFIG_FILES=po/Makefile.in:po/Make-in \
CONFIG_HEADERS= /bin/sh ./config.status
creating po/Makefile.in
make[3]: Leaving directory `/home/john/psp/binutils-2.14/build-ee/bfd/po'
make[3]: Entering directory `/home/john/psp/binutils-2.14/build-ee/bfd/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/john/psp/binutils-2.14/build-ee/bfd/po'
make[3]: Entering directory `/home/john/psp/binutils-2.14/build-ee/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/sh ../../bfd/../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-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 ../../bfd/archive.c
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 ../../bfd/archive.c -o archive.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 -DDEFAULT_VECTOR=bfd_elf32_littlemips_vec -DSELECT_VECS='&bfd_elf32_littlemips_vec,&bfd_elf32_bigmips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_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_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../bfd/archures.c
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_bigmips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_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_generic_vec -DHAVE_bfd_elf64_big_generic_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec ../../bfd/archures.c -o archures.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 ../../bfd/bfd.c
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 ../../bfd/bfd.c -o bfd.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 ../../bfd/bfdio.c
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 ../../bfd/bfdio.c -o bfdio.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 ../../bfd/bfdwin.c
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 ../../bfd/bfdwin.c -o bfdwin.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 ../../bfd/cache.c
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 ../../bfd/cache.c -o cache.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 ../../bfd/coffgen.c
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 ../../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 ../../bfd/corefile.c
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 ../../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 ../../bfd/format.c
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 ../../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 ../../bfd/init.c
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 ../../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 ../../bfd/libbfd.c
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 ../../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 ../../bfd/opncls.c
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 ../../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 ../../bfd/reloc.c
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 ../../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 ../../bfd/section.c
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 ../../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 ../../bfd/syms.c
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 ../../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_bigmips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec' -DSELECT_ARCHITECTURES='&bfd_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_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../../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_bigmips_vec,&bfd_elf64_bigmips_vec,&bfd_elf64_littlemips_vec,&bfd_elf64_little_generic_vec,&bfd_elf64_big_generic_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_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_generic_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 ../../bfd/hash.c
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 ../../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 ../../bfd/linker.c
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 ../../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 ../../bfd/srec.c
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 ../../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 ../../bfd/binary.c
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 ../../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 ../../bfd/tekhex.c
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 ../../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 ../../bfd/ihex.c
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 ../../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 ../../bfd/stabs.c
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 ../../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 ../../bfd/stab-syms.c
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 ../../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 ../../bfd/merge.c
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 ../../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 ../../bfd/dwarf2.c
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 ../../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 ../../bfd/simple.c
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 ../../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 ../../bfd/archive64.c
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 ../../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 ../../bfd/elf32-mips.c
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 ../../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 ../../bfd/elfxx-mips.c
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 ../../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 ../../bfd/elf32.c
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 ../../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 ../../bfd/elf.c
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 ../../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 ../../bfd/elflink.c
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 ../../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 ../../bfd/elf-strtab.c
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 ../../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 ../../bfd/elf-eh-frame.c
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 ../../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 ../../bfd/dwarf1.c
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 ../../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 ../../bfd/ecofflink.c
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 ../../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 ../../bfd/elf64-mips.c
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 ../../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 ../../bfd/elf64.c
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 ../../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 ../../bfd/elf64-gen.c
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 ../../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 ../../bfd/elf32-gen.c
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 ../../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 ../../bfd/cpu-mips.c
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 ../../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 elf-eh-frame.lo dwarf1.lo ecofflink.lo elf64-mips.lo elf64.lo elf64-gen.lo elf32-gen.lo cpu-mips.lo ; do \
case " $f " in \
*" $i "*) ;; \
*) 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-prototypes -g -O2 -o libbfd.la -rpath /usr/local/ps2dev/ee/i686-pc-cygwin/ee/lib -release 2.14 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 targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo archive64.lo `cat ofiles`
mkdir .libs
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries
ar cru .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o archive64.o elf32-mips.o elfxx-mips.o elf32.o elf.o elflink.o elf-strtab.o elf-eh-frame.o dwarf1.o ecofflink.o elf64-mips.o elf64.o elf64-gen.o elf32-gen.o cpu-mips.o
ranlib .libs/libbfd.a
creating libbfd.la
(cd .libs && rm -f libbfd.la && ln -s ../libbfd.la libbfd.la)
libtooldir=`/bin/sh ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
cp $libtooldir/libbfd.a libbfd.tmp; \
ranlib libbfd.tmp; \
/bin/sh ../../bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[3]: Leaving directory `/home/john/psp/binutils-2.14/build-ee/bfd'
make[2]: Leaving directory `/home/john/psp/binutils-2.14/build-ee/bfd'
make[1]: Leaving directory `/home/john/psp/binutils-2.14/build-ee/bfd'
make[1]: Entering directory `/home/john/psp/binutils-2.14/build-ee/opcodes'
make all-recursive
make[2]: Entering directory `/home/john/psp/binutils-2.14/build-ee/opcodes'
Making all in po
make[3]: Entering directory `/home/john/psp/binutils-2.14/build-ee/opcodes/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/john/psp/binutils-2.14/build-ee/opcodes/po'
make[3]: Entering directory `/home/john/psp/binutils-2.14/build-ee/opcodes'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../opcodes/dis-buf.c
gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../opcodes/dis-buf.c -o dis-buf.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c -DARCH_mips -DARCH_dvp ../../opcodes/disassemble.c
gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c -DARCH_mips -DARCH_dvp ../../opcodes/disassemble.c -o disassemble.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../opcodes/mips-dis.c
gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../opcodes/mips-dis.c -o mips-dis.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../opcodes/mips-opc.c
gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../opcodes/mips-opc.c -o mips-opc.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../opcodes/mips16-opc.c
gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../opcodes/mips16-opc.c -o mips16-opc.o
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../opcodes/dvp-dis.c
gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../opcodes/dvp-dis.c -o dvp-dis.o
../../opcodes/dvp-dis.c:39: warning: function declaration isn't a prototype
../../opcodes/dvp-dis.c: In function `print_insn':
../../opcodes/dvp-dis.c:379: warning: signed and unsigned type in conditional expression
../../opcodes/dvp-dis.c: At top level:
../../opcodes/dvp-dis.c:282: warning: unused parameter 'cpu'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../opcodes/dvp-opc.c
gcc -DHAVE_CONFIG_H -I. -I../../opcodes -I. -D_GNU_SOURCE -I. -I../../opcodes -I../bfd -I../../opcodes/../include -I../../opcodes/../bfd -I../../opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../opcodes/dvp-opc.c -o dvp-opc.o
../../opcodes/dvp-opc.c:34:1: warning: "XCONCAT2" redefined
In file included from ../bfd/bfd.h:39,
from ../../opcodes/../include/dis-asm.h:35,
from ../../opcodes/dvp-opc.c:21:
../../opcodes/../include/symcat.h:38:1: warning: this is the location of the previous definition
../../opcodes/dvp-opc.c:38:1: warning: "CONCAT2" redefined
../../opcodes/../include/symcat.h:23:1: warning: this is the location of the previous definition
../../opcodes/dvp-opc.c:140: warning: missing initializer
../../opcodes/dvp-opc.c:140: warning: (near initialization for `vu_operands[0].shift')
../../opcodes/dvp-opc.c:270: warning: missing initializer
../../opcodes/dvp-opc.c:270: warning: (near initialization for `vu_operands[28].shift')
../../opcodes/dvp-opc.c:364: warning: missing initializer
../../opcodes/dvp-opc.c:364: warning: (near initialization for `vu_upper_opcodes[0].opcode_word')
../../opcodes/dvp-opc.c:365: warning: missing initializer
../../opcodes/dvp-opc.c:365: warning: (near initialization for `vu_upper_opcodes[1].opcode_word')
../../opcodes/dvp-opc.c:366: warning: missing initializer
../../opcodes/dvp-opc.c:366: warning: (near initialization for `vu_upper_opcodes[2].opcode_word')
../../opcodes/dvp-opc.c:367: warning: missing initializer
../../opcodes/dvp-opc.c:367: warning: (near initialization for `vu_upper_opcodes[3].opcode_word')
../../opcodes/dvp-opc.c:368: warning: missing initializer
../../opcodes/dvp-opc.c:368: warning: (near initialization for `vu_upper_opcodes[4].opcode_word')
../../opcodes/dvp-opc.c:369: warning: missing initializer
../../opcodes/dvp-opc.c:369: warning: (near initialization for `vu_upper_opcodes[5].opcode_word')
../../opcodes/dvp-opc.c:370: warning: missing initializer
../../opcodes/dvp-opc.c:370: warning: (near initialization for `vu_upper_opcodes[6].opcode_word')
../../opcodes/dvp-opc.c:371: warning: missing initializer
../../opcodes/dvp-opc.c:371: warning: (near initialization for `vu_upper_opcodes[7].opcode_word')
../../opcodes/dvp-opc.c:372: warning: missing initializer
../../opcodes/dvp-opc.c:372: warning: (near initialization for `vu_upper_opcodes[8].opcode_word')
../../opcodes/dvp-opc.c:373: warning: missing initializer
../../opcodes/dvp-opc.c:373: warning: (near initialization for `vu_upper_opcodes[9].opcode_word')
../../opcodes/dvp-opc.c:374: warning: missing initializer
../../opcodes/dvp-opc.c:374: warning: (near initialization for `vu_upper_opcodes[10].opcode_word')
../../opcodes/dvp-opc.c:375: warning: missing initializer
../../opcodes/dvp-opc.c:375: warning: (near initialization for `vu_upper_opcodes[11].opcode_word')
../../opcodes/dvp-opc.c:376: warning: missing initializer
../../opcodes/dvp-opc.c:376: warning: (near initialization for `vu_upper_opcodes[12].opcode_word')
../../opcodes/dvp-opc.c:377: warning: missing initializer
../../opcodes/dvp-opc.c:377: warning: (near initialization for `vu_upper_opcodes[13].opcode_word')
../../opcodes/dvp-opc.c:378: warning: missing initializer
../../opcodes/dvp-opc.c:378: warning: (near initialization for `vu_upper_opcodes[14].opcode_word')
../../opcodes/dvp-opc.c:379: warning: missing initializer
../../opcodes/dvp-opc.c:379: warning: (near initialization for `vu_upper_opcodes[15].opcode_word')
../../opcodes/dvp-opc.c:380: warning: missing initializer
../../opcodes/dvp-opc.c:380: warning: (near initialization for `vu_upper_opcodes[16].opcode_word')
../../opcodes/dvp-opc.c:381: warning: missing initializer
../../opcodes/dvp-opc.c:381: warning: (near initialization for `vu_upper_opcodes[17].opcode_word')
../../opcodes/dvp-opc.c:382: warning: missing initializer
../../opcodes/dvp-opc.c:382: warning: (near initialization for `vu_upper_opcodes[18].opcode_word')
../../opcodes/dvp-opc.c:383: warning: missing initializer
../../opcodes/dvp-opc.c:383: warning: (near initialization for `vu_upper_opcodes[19].opcode_word')
../../opcodes/dvp-opc.c:384: warning: missing initializer
../../opcodes/dvp-opc.c:384: warning: (near initialization for `vu_upper_opcodes[20].opcode_word')
../../opcodes/dvp-opc.c:385: warning: missing initializer
../../opcodes/dvp-opc.c:385: warning: (near initialization for `vu_upper_opcodes[21].opcode_word')
../../opcodes/dvp-opc.c:386: warning: missing initializer
../../opcodes/dvp-opc.c:386: warning: (near initialization for `vu_upper_opcodes[22].opcode_word')
../../opcodes/dvp-opc.c:387: warning: missing initializer
../../opcodes/dvp-opc.c:387: warning: (near initialization for `vu_upper_opcodes[23].opcode_word')
../../opcodes/dvp-opc.c:388: warning: missing initializer
../../opcodes/dvp-opc.c:388: warning: (near initialization for `vu_upper_opcodes[24].opcode_word')
../../opcodes/dvp-opc.c:389: warning: missing initializer
../../opcodes/dvp-opc.c:389: warning: (near initialization for `vu_upper_opcodes[25].opcode_word')
../../opcodes/dvp-opc.c:390: warning: missing initializer
../../opcodes/dvp-opc.c:390: warning: (near initialization for `vu_upper_opcodes[26].opcode_word')
../../opcodes/dvp-opc.c:391: warning: missing initializer
../../opcodes/dvp-opc.c:391: warning: (near initialization for `vu_upper_opcodes[27].opcode_word')
../../opcodes/dvp-opc.c:392: warning: missing initializer
../../opcodes/dvp-opc.c:392: warning: (near initialization for `vu_upper_opcodes[28].opcode_word')
../../opcodes/dvp-opc.c:393: warning: missing initializer
../../opcodes/dvp-opc.c:393: warning: (near initialization for `vu_upper_opcodes[29].opcode_word')
../../opcodes/dvp-opc.c:394: warning: missing initializer
../../opcodes/dvp-opc.c:394: warning: (near initialization for `vu_upper_opcodes[30].opcode_word')
../../opcodes/dvp-opc.c:395: warning: missing initializer
../../opcodes/dvp-opc.c:395: warning: (near initialization for `vu_upper_opcodes[31].opcode_word')
../../opcodes/dvp-opc.c:396: warning: missing initializer
../../opcodes/dvp-opc.c:396: warning: (near initialization for `vu_upper_opcodes[32].opcode_word')
../../opcodes/dvp-opc.c:397: warning: missing initializer
../../opcodes/dvp-opc.c:397: warning: (near initialization for `vu_upper_opcodes[33].opcode_word')
../../opcodes/dvp-opc.c:398: warning: missing initializer
../../opcodes/dvp-opc.c:398: warning: (near initialization for `vu_upper_opcodes[34].opcode_word')
../../opcodes/dvp-opc.c:399: warning: missing initializer
../../opcodes/dvp-opc.c:399: warning: (near initialization for `vu_upper_opcodes[35].opcode_word')
../../opcodes/dvp-opc.c:400: warning: missing initializer
../../opcodes/dvp-opc.c:400: warning: (near initialization for `vu_upper_opcodes[36].opcode_word')
../../opcodes/dvp-opc.c:401: warning: missing initializer
../../opcodes/dvp-opc.c:401: warning: (near initialization for `vu_upper_opcodes[37].opcode_word')
../../opcodes/dvp-opc.c:402: warning: missing initializer
../../opcodes/dvp-opc.c:402: warning: (near initialization for `vu_upper_opcodes[38].opcode_word')
../../opcodes/dvp-opc.c:403: warning: missing initializer
../../opcodes/dvp-opc.c:403: warning: (near initialization for `vu_upper_opcodes[39].opcode_word')
../../opcodes/dvp-opc.c:404: warning: missing initializer
../../opcodes/dvp-opc.c:404: warning: (near initialization for `vu_upper_opcodes[40].opcode_word')
../../opcodes/dvp-opc.c:405: warning: missing initializer
../../opcodes/dvp-opc.c:405: warning: (near initialization for `vu_upper_opcodes[41].opcode_word')
../../opcodes/dvp-opc.c:406: warning: missing initializer
../../opcodes/dvp-opc.c:406: warning: (near initialization for `vu_upper_opcodes[42].opcode_word')
../../opcodes/dvp-opc.c:407: warning: missing initializer
../../opcodes/dvp-opc.c:407: warning: (near initialization for `vu_upper_opcodes[43].opcode_word')
../../opcodes/dvp-opc.c:408: warning: missing initializer
../../opcodes/dvp-opc.c:408: warning: (near initialization for `vu_upper_opcodes[44].opcode_word')
../../opcodes/dvp-opc.c:409: warning: missing initializer
../../opcodes/dvp-opc.c:409: warning: (near initialization for `vu_upper_opcodes[45].opcode_word')
../../opcodes/dvp-opc.c:410: warning: missing initializer
../../opcodes/dvp-opc.c:410: warning: (near initialization for `vu_upper_opcodes[46].opcode_word')
../../opcodes/dvp-opc.c:411: warning: missing initializer
../../opcodes/dvp-opc.c:411: warning: (near initialization for `vu_upper_opcodes[47].opcode_word')
../../opcodes/dvp-opc.c:412: warning: missing initializer
../../opcodes/dvp-opc.c:412: warning: (near initialization for `vu_upper_opcodes[48].opcode_word')
../../opcodes/dvp-opc.c:413: warning: missing initializer
../../opcodes/dvp-opc.c:413: warning: (near initialization for `vu_upper_opcodes[49].opcode_word')
../../opcodes/dvp-opc.c:414: warning: missing initializer
../../opcodes/dvp-opc.c:414: warning: (near initialization for `vu_upper_opcodes[50].opcode_word')
../../opcodes/dvp-opc.c:415: warning: missing initializer
../../opcodes/dvp-opc.c:415: warning: (near initialization for `vu_upper_opcodes[51].opcode_word')
../../opcodes/dvp-opc.c:416: warning: missing initializer
../../opcodes/dvp-opc.c:416: warning: (near initialization for `vu_upper_opcodes[52].opcode_word')
../../opcodes/dvp-opc.c:417: warning: missing initializer
../../opcodes/dvp-opc.c:417: warning: (near initialization for `vu_upper_opcodes[53].opcode_word')
../../opcodes/dvp-opc.c:418: warning: missing initializer
../../opcodes/dvp-opc.c:418: warning: (near initialization for `vu_upper_opcodes[54].opcode_word')
../../opcodes/dvp-opc.c:419: warning: missing initializer
../../opcodes/dvp-opc.c:419: warning: (near initialization for `vu_upper_opcodes[55].opcode_word')
../../opcodes/dvp-opc.c:420: warning: missing initializer
../../opcodes/dvp-opc.c:420: warning: (near initialization for `vu_upper_opcodes[56].opcode_word')
../../opcodes/dvp-opc.c:421: warning: missing initializer
../../opcodes/dvp-opc.c:421: warning: (near initialization for `vu_upper_opcodes[57].opcode_word')
../../opcodes/dvp-opc.c:422: warning: missing initializer
../../opcodes/dvp-opc.c:422: warning: (near initialization for `vu_upper_opcodes[58].opcode_word')
../../opcodes/dvp-opc.c:463: warning: missing initializer
../../opcodes/dvp-opc.c:463: warning: (near initialization for `vu_lower_opcodes[0].opcode_word')
../../opcodes/dvp-opc.c:466: warning: missing initializer
../../opcodes/dvp-opc.c:466: warning: (near initialization for `vu_lower_opcodes[1].opcode_word')
../../opcodes/dvp-opc.c:467: warning: missing initializer
../../opcodes/dvp-opc.c:467: warning: (near initialization for `vu_lower_opcodes[2].opcode_word')
../../opcodes/dvp-opc.c:468: warning: missing initializer
../../opcodes/dvp-opc.c:468: warning: (near initialization for `vu_lower_opcodes[3].opcode_word')
../../opcodes/dvp-opc.c:469: warning: missing initializer
../../opcodes/dvp-opc.c:469: warning: (near initialization for `vu_lower_opcodes[4].opcode_word')
../../opcodes/dvp-opc.c:470: warning: missing initializer
../../opcodes/dvp-opc.c:470: warning: (near initialization for `vu_lower_opcodes[5].opcode_word')
../../opcodes/dvp-opc.c:471: warning: missing initializer
../../opcodes/dvp-opc.c:471: warning: (near initialization for `vu_lower_opcodes[6].opcode_word')
../../opcodes/dvp-opc.c:472: warning: missing initializer
../../opcodes/dvp-opc.c:472: warning: (near initialization for `vu_lower_opcodes[7].opcode_word')
../../opcodes/dvp-opc.c:473: warning: missing initializer
../../opcodes/dvp-opc.c:473: warning: (near initialization for `vu_lower_opcodes[8].opcode_word')
../../opcodes/dvp-opc.c:474: warning: missing initializer
../../opcodes/dvp-opc.c:474: warning: (near initialization for `vu_lower_opcodes[9].opcode_word')
../../opcodes/dvp-opc.c:475: warning: missing initializer
../../opcodes/dvp-opc.c:475: warning: (near initialization for `vu_lower_opcodes[10].opcode_word')
../../opcodes/dvp-opc.c:476: warning: missing initializer
../../opcodes/dvp-opc.c:476: warning: (near initialization for `vu_lower_opcodes[11].opcode_word')
../../opcodes/dvp-opc.c:477: warning: missing initializer
../../opcodes/dvp-opc.c:477: warning: (near initialization for `vu_lower_opcodes[12].opcode_word')
../../opcodes/dvp-opc.c:478: warning: missing initializer
../../opcodes/dvp-opc.c:478: warning: (near initialization for `vu_lower_opcodes[13].opcode_word')
../../opcodes/dvp-opc.c:479: warning: missing initializer
../../opcodes/dvp-opc.c:479: warning: (near initialization for `vu_lower_opcodes[14].opcode_word')
../../opcodes/dvp-opc.c:480: warning: missing initializer
../../opcodes/dvp-opc.c:480: warning: (near initialization for `vu_lower_opcodes[15].opcode_word')
../../opcodes/dvp-opc.c:481: warning: missing initializer
../../opcodes/dvp-opc.c:481: warning: (near initialization for `vu_lower_opcodes[16].opcode_word')
../../opcodes/dvp-opc.c:482: warning: missing initializer
../../opcodes/dvp-opc.c:482: warning: (near initialization for `vu_lower_opcodes[17].opcode_word')
../../opcodes/dvp-opc.c:483: warning: missing initializer
../../opcodes/dvp-opc.c:483: warning: (near initialization for `vu_lower_opcodes[18].opcode_word')
../../opcodes/dvp-opc.c:484: warning: missing initializer
../../opcodes/dvp-opc.c:484: warning: (near initialization for `vu_lower_opcodes[19].opcode_word')
../../opcodes/dvp-opc.c:485: warning: missing initializer
../../opcodes/dvp-opc.c:485: warning: (near initialization for `vu_lower_opcodes[20].opcode_word')
../../opcodes/dvp-opc.c:486: warning: missing initializer
../../opcodes/dvp-opc.c:486: warning: (near initialization for `vu_lower_opcodes[21].opcode_word')
../../opcodes/dvp-opc.c:487: warning: missing initializer
../../opcodes/dvp-opc.c:487: warning: (near initialization for `vu_lower_opcodes[22].opcode_word')
../../opcodes/dvp-opc.c:488: warning: missing initializer
../../opcodes/dvp-opc.c:488: warning: (near initialization for `vu_lower_opcodes[23].opcode_word')
../../opcodes/dvp-opc.c:489: warning: missing initializer
../../opcodes/dvp-opc.c:489: warning: (near initialization for `vu_lower_opcodes[24].opcode_word')
../../opcodes/dvp-opc.c:490: warning: missing initializer
../../opcodes/dvp-opc.c:490: warning: (near initialization for `vu_lower_opcodes[25].opcode_word')
../../opcodes/dvp-opc.c:491: warning: missing initializer
../../opcodes/dvp-opc.c:491: warning: (near initialization for `vu_lower_opcodes[26].opcode_word')
../../opcodes/dvp-opc.c:492: warning: missing initializer
../../opcodes/dvp-opc.c:492: warning: (near initialization for `vu_lower_opcodes[27].opcode_word')
../../opcodes/dvp-opc.c:493: warning: missing initializer
../../opcodes/dvp-opc.c:493: warning: (near initialization for `vu_lower_opcodes[28].opcode_word')
../../opcodes/dvp-opc.c:494: warning: missing initializer
../../opcodes/dvp-opc.c:494: warning: (near initialization for `vu_lower_opcodes[29].opcode_word')
../../opcodes/dvp-opc.c:495: warning: missing initializer
../../opcodes/dvp-opc.c:495: warning: (near initialization for `vu_lower_opcodes[30].opcode_word')
../../opcodes/dvp-opc.c:496: warning: missing initializer
../../opcodes/dvp-opc.c:496: warning: (near initialization for `vu_lower_opcodes[31].opcode_word')
../../opcodes/dvp-opc.c:497: warning: missing initializer
../../opcodes/dvp-opc.c:497: warning: (near initialization for `vu_lower_opcodes[32].opcode_word')
../../opcodes/dvp-opc.c:498: warning: missing initializer
../../opcodes/dvp-opc.c:498: warning: (near initialization for `vu_lower_opcodes[33].opcode_word')
../../opcodes/dvp-opc.c:499: warning: missing initializer
../../opcodes/dvp-opc.c:499: warning: (near initialization for `vu_lower_opcodes[34].opcode_word')
../../opcodes/dvp-opc.c:500: warning: missing initializer
../../opcodes/dvp-opc.c:500: warning: (near initialization for `vu_lower_opcodes[35].opcode_word')
../../opcodes/dvp-opc.c:501: warning: missing initializer
../../opcodes/dvp-opc.c:501: warning: (near initialization for `vu_lower_opcodes[36].opcode_word')
../../opcodes/dvp-opc.c:502: warning: missing initializer
../../opcodes/dvp-opc.c:502: warning: (near initialization for `vu_lower_opcodes[37].opcode_word')
../../opcodes/dvp-opc.c:503: warning: missing initializer
../../opcodes/dvp-opc.c:503: warning: (near initialization for `vu_lower_opcodes[38].opcode_word')
../../opcodes/dvp-opc.c:504: warning: missing initializer
../../opcodes/dvp-opc.c:504: warning: (near initialization for `vu_lower_opcodes[39].opcode_word')
../../opcodes/dvp-opc.c:505: warning: missing initializer
../../opcodes/dvp-opc.c:505: warning: (near initialization for `vu_lower_opcodes[40].opcode_word')
../../opcodes/dvp-opc.c:506: warning: missing initializer
../../opcodes/dvp-opc.c:506: warning: (near initialization for `vu_lower_opcodes[41].opcode_word')
../../opcodes/dvp-opc.c:507: warning: missing initializer
../../opcodes/dvp-opc.c:507: warning: (near initialization for `vu_lower_opcodes[42].opcode_word')
../../opcodes/dvp-opc.c:508: warning: missing initializer
../../opcodes/dvp-opc.c:508: warning: (near initialization for `vu_lower_opcodes[43].opcode_word')
../../opcodes/dvp-opc.c:509: warning: missing initializer
../../opcodes/dvp-opc.c:509: warning: (near initialization for `vu_lower_opcodes[44].opcode_word')
../../opcodes/dvp-opc.c:510: warning: missing initializer
../../opcodes/dvp-opc.c:510: warning: (near initialization for `vu_lower_opcodes[45].opcode_word')
../../opcodes/dvp-opc.c:511: warning: missing initializer
../../opcodes/dvp-opc.c:511: warning: (near initialization for `vu_lower_opcodes[46].opcode_word')
../../opcodes/dvp-opc.c:512: warning: missing initializer
../../opcodes/dvp-opc.c:512: warning: (near initialization for `vu_lower_opcodes[47].opcode_word')
../../opcodes/dvp-opc.c:513: warning: missing initializer
../../opcodes/dvp-opc.c:513: warning: (near initialization for `vu_lower_opcodes[48].opcode_word')
../../opcodes/dvp-opc.c:514: warning: missing initializer
../../opcodes/dvp-opc.c:514: warning: (near initialization for `vu_lower_opcodes[49].opcode_word')
../../opcodes/dvp-opc.c:515: warning: missing initializer
../../opcodes/dvp-opc.c:515: warning: (near initialization for `vu_lower_opcodes[50].opcode_word')
../../opcodes/dvp-opc.c:516: warning: missing initializer
../../opcodes/dvp-opc.c:516: warning: (near initialization for `vu_lower_opcodes[51].opcode_word')
../../opcodes/dvp-opc.c:519: warning: missing initializer
../../opcodes/dvp-opc.c:519: warning: (near initialization for `vu_lower_opcodes[52].opcode_word')
../../opcodes/dvp-opc.c:520: warning: missing initializer
../../opcodes/dvp-opc.c:520: warning: (near initialization for `vu_lower_opcodes[53].opcode_word')
../../opcodes/dvp-opc.c:521: warning: missing initializer
../../opcodes/dvp-opc.c:521: warning: (near initialization for `vu_lower_opcodes[54].opcode_word')
../../opcodes/dvp-opc.c:522: warning: missing initializer
../../opcodes/dvp-opc.c:522: warning: (near initialization for `vu_lower_opcodes[55].opcode_word')
../../opcodes/dvp-opc.c:523: warning: missing initializer
../../opcodes/dvp-opc.c:523: warning: (near initialization for `vu_lower_opcodes[56].opcode_word')
../../opcodes/dvp-opc.c:524: warning: missing initializer
../../opcodes/dvp-opc.c:524: warning: (near initialization for `vu_lower_opcodes[57].opcode_word')
../../opcodes/dvp-opc.c:525: warning: missing initializer
../../opcodes/dvp-opc.c:525: warning: (near initialization for `vu_lower_opcodes[58].opcode_word')
../../opcodes/dvp-opc.c:526: warning: missing initializer
../../opcodes/dvp-opc.c:526: warning: (near initialization for `vu_lower_opcodes[59].opcode_word')
../../opcodes/dvp-opc.c:527: warning: missing initializer
../../opcodes/dvp-opc.c:527: warning: (near initialization for `vu_lower_opcodes[60].opcode_word')
../../opcodes/dvp-opc.c:528: warning: missing initializer
../../opcodes/dvp-opc.c:528: warning: (near initialization for `vu_lower_opcodes[61].opcode_word')
../../opcodes/dvp-opc.c:529: warning: missing initializer
../../opcodes/dvp-opc.c:529: warning: (near initialization for `vu_lower_opcodes[62].opcode_word')
../../opcodes/dvp-opc.c:530: warning: missing initializer
../../opcodes/dvp-opc.c:530: warning: (near initialization for `vu_lower_opcodes[63].opcode_word')
../../opcodes/dvp-opc.c:531: warning: missing initializer
../../opcodes/dvp-opc.c:531: warning: (near initialization for `vu_lower_opcodes[64].opcode_word')
../../opcodes/dvp-opc.c:532: warning: missing initializer
../../opcodes/dvp-opc.c:532: warning: (near initialization for `vu_lower_opcodes[65].opcode_word')
../../opcodes/dvp-opc.c:533: warning: missing initializer
../../opcodes/dvp-opc.c:533: warning: (near initialization for `vu_lower_opcodes[66].opcode_word')
../../opcodes/dvp-opc.c:534: warning: missing initializer
../../opcodes/dvp-opc.c:534: warning: (near initialization for `vu_lower_opcodes[67].opcode_word')
../../opcodes/dvp-opc.c:535: warning: missing initializer
../../opcodes/dvp-opc.c:535: warning: (near initialization for `vu_lower_opcodes[68].opcode_word')
../../opcodes/dvp-opc.c:536: warning: missing initializer
../../opcodes/dvp-opc.c:536: warning: (near initialization for `vu_lower_opcodes[69].opcode_word')
../../opcodes/dvp-opc.c:537: warning: missing initializer
../../opcodes/dvp-opc.c:537: warning: (near initialization for `vu_lower_opcodes[70].opcode_word')
../../opcodes/dvp-opc.c:567: warning: function declaration isn't a prototype
../../opcodes/dvp-opc.c:728: warning: function declaration isn't a prototype
../../opcodes/dvp-opc.c:774: warning: function declaration isn't a prototype
../../opcodes/dvp-opc.c:1455: warning: missing initializer
../../opcodes/dvp-opc.c:1455: warning: (near initialization for `vif_operands[0].shift')
../../opcodes/dvp-opc.c:1531: warning: missing initializer
../../opcodes/dvp-opc.c:1531: warning: (near initialization for `vif_operands[18].shift')
../../opcodes/dvp-opc.c:1548: warning: missing initializer
../../opcodes/dvp-opc.c:1548: warning: (near initialization for `vif_opcodes[0].opcode_word')
../../opcodes/dvp-opc.c:1549: warning: missing initializer
../../opcodes/dvp-opc.c:1549: warning: (near initialization for `vif_opcodes[1].next_asm')
../../opcodes/dvp-opc.c:1550: warning: missing initializer
../../opcodes/dvp-opc.c:1550: warning: (near initialization for `vif_opcodes[2].opcode_word')
../../opcodes/dvp-opc.c:1551: warning: missing initializer
../../opcodes/dvp-opc.c:1551: warning: (near initialization for `vif_opcodes[3].opcode_word')
../../opcodes/dvp-opc.c:1552: warning: missing initializer
../../opcodes/dvp-opc.c:1552: warning: (near initialization for `vif_opcodes[4].opcode_word')
../../opcodes/dvp-opc.c:1553: warning: missing initializer
../../opcodes/dvp-opc.c:1553: warning: (near initialization for `vif_opcodes[5].opcode_word')
../../opcodes/dvp-opc.c:1554: warning: missing initializer
../../opcodes/dvp-opc.c:1554: warning: (near initialization for `vif_opcodes[6].opcode_word')
../../opcodes/dvp-opc.c:1555: warning: missing initializer
../../opcodes/dvp-opc.c:1555: warning: (near initialization for `vif_opcodes[7].opcode_word')
../../opcodes/dvp-opc.c:1556: warning: missing initializer
../../opcodes/dvp-opc.c:1556: warning: (near initialization for `vif_opcodes[8].opcode_word')
../../opcodes/dvp-opc.c:1557: warning: missing initializer
../../opcodes/dvp-opc.c:1557: warning: (near initialization for `vif_opcodes[9].opcode_word')
../../opcodes/dvp-opc.c:1558: warning: missing initializer
../../opcodes/dvp-opc.c:1558: warning: (near initialization for `vif_opcodes[10].opcode_word')
../../opcodes/dvp-opc.c:1560: warning: missing initializer
../../opcodes/dvp-opc.c:1560: warning: (near initialization for `vif_opcodes[11].opcode_word')
../../opcodes/dvp-opc.c:1561: warning: missing initializer
../../opcodes/dvp-opc.c:1561: warning: (near initialization for `vif_opcodes[12].opcode_word')
../../opcodes/dvp-opc.c:1562: warning: missing initializer
../../opcodes/dvp-opc.c:1562: warning: (near initialization for `vif_opcodes[13].opcode_word')
../../opcodes/dvp-opc.c:1564: warning: missing initializer
../../opcodes/dvp-opc.c:1564: warning: (near initialization for `vif_opcodes[14].opcode_word')
../../opcodes/dvp-opc.c:1567: warning: missing initializer
../../opcodes/dvp-opc.c:1567: warning: (near initialization for `vif_opcodes[15].next_asm')
../../opcodes/dvp-opc.c:1570: warning: missing initializer
../../opcodes/dvp-opc.c:1570: warning: (near initialization for `vif_opcodes[16].next_asm')
../../opcodes/dvp-opc.c:1571: warning: missing initializer
../../opcodes/dvp-opc.c:1571: warning: (near initialization for `vif_opcodes[17].next_asm')
../../opcodes/dvp-opc.c:1574: warning: missing initializer
../../opcodes/dvp-opc.c:1574: warning: (near initialization for `vif_opcodes[18].next_asm')
../../opcodes/dvp-opc.c:1575: warning: missing initializer
../../opcodes/dvp-opc.c:1575: warning: (near initialization for `vif_opcodes[19].next_asm')
../../opcodes/dvp-opc.c:1578: warning: missing initializer
../../opcodes/dvp-opc.c:1578: warning: (near initialization for `vif_opcodes[20].next_asm')
../../opcodes/dvp-opc.c:1579: warning: missing initializer
../../opcodes/dvp-opc.c:1579: warning: (near initialization for `vif_opcodes[21].next_asm')
../../opcodes/dvp-opc.c:1581: warning: missing initializer
../../opcodes/dvp-opc.c:1581: warning: (near initialization for `vif_opcodes[22].next_asm')
../../opcodes/dvp-opc.c:1582: warning: missing initializer
../../opcodes/dvp-opc.c:1582: warning: (near initialization for `vif_opcodes[23].next_asm')
../../opcodes/dvp-opc.c:1584: warning: missing initializer
../../opcodes/dvp-opc.c:1584: warning: (near initialization for `vif_opcodes[24].next_asm')
../../opcodes/dvp-opc.c:1585: warning: missing initializer
../../opcodes/dvp-opc.c:1585: warning: (near initialization for `vif_opcodes[25].next_asm')
../../opcodes/dvp-opc.c:2268: warning: function declaration isn't a prototype
../../opcodes/dvp-opc.c:2317: warning: missing initializer
../../opcodes/dvp-opc.c:2317: warning: (near initialization for `dma_operands[0].shift')
../../opcodes/dvp-opc.c:2350: warning: missing initializer
../../opcodes/dvp-opc.c:2350: warning: (near initialization for `dma_operands[7].shift')
../../opcodes/dvp-opc.c:2359: warning: missing initializer
../../opcodes/dvp-opc.c:2359: warning: (near initialization for `dma_opcodes[0].next_asm')
../../opcodes/dvp-opc.c:2360: warning: missing initializer
../../opcodes/dvp-opc.c:2360: warning: (near initialization for `dma_opcodes[1].flags')
../../opcodes/dvp-opc.c:2361: warning: missing initializer
../../opcodes/dvp-opc.c:2361: warning: (near initialization for `dma_opcodes[2].next_asm')
../../opcodes/dvp-opc.c:2362: warning: missing initializer
../../opcodes/dvp-opc.c:2362: warning: (near initialization for `dma_opcodes[3].flags')
../../opcodes/dvp-opc.c:2363: warning: missing initializer
../../opcodes/dvp-opc.c:2363: warning: (near initialization for `dma_opcodes[4].next_asm')
../../opcodes/dvp-opc.c:2364: warning: missing initializer
../../opcodes/dvp-opc.c:2364: warning&#
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