This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

cannot compile gcc 2.95.3 for mips-elf


Hi folks!

This sure is a great list, and it looks like the right place to discuss my
problem, which is that I can't compile gcc 2.95.3 for mips-elf (is this a
supported target?).

I am using these versions (although the last two don't matter since I didn't
get that far):

binutils-2.11.2
gcc-2.95.3
newlib-1.8.2
gdb-4.18

I get the following error(s) compiling gcc:

../../../gcc-2.95.3/gcc/fixinc/fixincl.c: In function `initialize':
../../../gcc-2.95.3/gcc/fixinc/fixincl.c:349: `SIGIOT' undeclared (first use
in this function)
../../../gcc-2.95.3/gcc/fixinc/fixincl.c:349: (Each undeclared identifier is
reported only once
../../../gcc-2.95.3/gcc/fixinc/fixincl.c:349: for each function it appears
in.)
make[2]: *** [fixincl.o] Error 1
../../../gcc-2.95.3/gcc/f/com.c: In function
`ffecom_possible_partial_overlap_':
../../../gcc-2.95.3/gcc/f/com.c:1599: warning: unused parameter `expr2'
xgcc: installation problem, cannot exec `mips-tfile': No such file or
directory
make[1]: *** [libgcc1-asm.a] Error 1
make: *** [all-gcc] Error 2


I did the following (on my W2K host), which seems perfectly kosher:

/usr/gcc-2-95-3/source-repository/build-binutils>
../binutils-2.11.2/configure --target=mips-elf --prefix=/usr/local/gcc-2-95-3/
 -v 2>errlist.txt 1>outlist.txt
/usr/gcc-2-95-3/source-repository/build-binutils> make 2>make-err.txt
1>make-out.txt
/usr/gcc-2-95-3/source-repository/build-binutils> make install 2>inst-err.txt
1>inst-out.txt
/usr/gcc-2-95-3/source-repository/build-binutils> cd ../build-gcc/
/usr/gcc-2-95-3/source-repository/build-gcc>
../gcc-2.95.3/configure --target=mips-elf --prefix=/usr/local/gcc-2-95-3/ -v
2>conf-err.txt 1>conf-out.txt
/usr/gcc-2-95-3/source-repository/build-gcc> make 2>gcc-make-err.txt
1>gcc-make-out.txt
/usr/gcc-2-95-3/source-repository/build-gcc>

BTW, I also got an error during the make of binutils:

Configuring for a i686-pc-cygwin host.
../../binutils-2.11.2/bfd/configure: cannot open
../../binutils-2.11.2/bfd/po/POTFILES.in: no such file

And indeed there is no such file in the downloaded binutils-2.11.2.tar.gz --
that directory only contains bfd.pot and Make-in. In the (post-configure,
post-build) build area, that directory also contains BLD-POTFILES.in and
SRC-POTFILES.in.

I am including the relevant files -- in deference to bandwidth, I'm not
sending the stdout listings, but they don't seem to have anything interesting
anyway.

Thanks in advance for your help (I hope!)...

--
regards, david taffs
360.449.8816
dtaffs@xyronsemi.com
www.xyronsemi.com


Your mounted volumes are :
Device              Directory           Type         Flags
\usr\gcc-2-95-3     /g                  user         binmode
C:\Cygwin           /                   system       binmode
A:                  /a                  user         textmode
C:                  /c                  user         textmode
E:                  /e                  user         textmode
F:                  /f                  user         textmode
U:                  /u                  user         textmode
X:                  /x                  user         textmode

Hello, David!

mips noverbose opt1 noassertlevel nndebug debuginfo nostripobj nosavefiles noasmlist

/usr> cd gcc-2-95-3/source-repository/
/usr/gcc-2-95-3/source-repository> ls
binutils-2.11.2     gcc-2.95.3          gdb-4.18            newlib-1.8.2
crypt               gdb-4-18-testsuite  glibc-2.0.6
/usr/gcc-2-95-3/source-repository>
/usr/gcc-2-95-3/source-repository> mkdir build-binutils build-gcc build-newlib build-gdb
/usr/gcc-2-95-3/source-repository>
/usr/gcc-2-95-3/source-repository> cd build-binutils/
/usr/gcc-2-95-3/source-repository/build-binutils>
/usr/gcc-2-95-3/source-repository/build-binutils> ls
/usr/gcc-2-95-3/source-repository/build-binutils> ../binutils-2.11.2/configure --target=mips-elf --prefix=/usr/local/gcc-2-95-3/ -v 2>errlist.txt 1>outlist.txt
/usr/gcc-2-95-3/source-repository/build-binutils> make 2>make-err.txt 1>make-out.txt
/usr/gcc-2-95-3/source-repository/build-binutils>
/usr/gcc-2-95-3/source-repository/build-binutils> ls /usr/local/gcc-2-95-3/
/usr/gcc-2-95-3/source-repository/build-binutils>
/usr/gcc-2-95-3/source-repository/build-binutils> make install 2>inst-err.txt 1>inst-out.txt
/usr/gcc-2-95-3/source-repository/build-binutils>
/usr/gcc-2-95-3/source-repository/build-binutils> ls /usr/local/gcc-2-95-3/
bin       include   lib       man       mips-elf  share
/usr/gcc-2-95-3/source-repository/build-binutils>
/usr/gcc-2-95-3/source-repository/build-binutils> cd ../build-gcc/
/usr/gcc-2-95-3/source-repository/build-gcc>
/usr/gcc-2-95-3/source-repository/build-gcc> ../gcc-2.95.3/configure --target=mips-elf --prefix=/usr/local/gcc-2-95-3/ -v 2>conf-err.txt 1>conf-out.txt
/usr/gcc-2-95-3/source-repository/build-gcc>
/usr/gcc-2-95-3/source-repository/build-gcc> make 2>gcc-make-err.txt 1>gcc-make-out.txt
/usr/gcc-2-95-3/source-repository/build-gcc>
../../binutils-2.11.2/libiberty/getopt.c: In function `_getopt_initialize':
../../binutils-2.11.2/libiberty/getopt.c:396: warning: unused parameter `argc'
../../binutils-2.11.2/libiberty/getopt.c:397: warning: unused parameter `argv'
../../binutils-2.11.2/libiberty/hashtab.c: In function `higher_prime_number':
../../binutils-2.11.2/libiberty/hashtab.c:114: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/hashtab.c:114: warning: decimal constant is so large that it is unsigned
../../binutils-2.11.2/libiberty/md5.c: In function `md5_init_ctx':
../../binutils-2.11.2/libiberty/md5.c:69: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:70: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c: In function `md5_process_block':
../../binutils-2.11.2/libiberty/md5.c:325: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:326: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:328: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:329: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:331: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:332: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:334: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:335: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:336: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:338: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:339: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:356: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:357: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:359: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:360: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:362: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:363: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:365: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:366: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:368: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:369: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:371: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:374: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:375: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:377: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:378: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:380: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:381: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:383: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:384: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:386: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:387: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:389: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:392: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:394: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:395: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:397: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:398: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:399: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:401: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:402: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:404: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:405: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/md5.c:407: warning: integer constant is unsigned in ANSI C, signed with -traditional
../../binutils-2.11.2/libiberty/pexecute.c: In function `pexecute':
../../binutils-2.11.2/libiberty/pexecute.c:378: warning: implicit declaration of function `_pipe'
../../binutils-2.11.2/libiberty/pexecute.c:426: warning: assignment discards qualifiers from pointer target type
../../binutils-2.11.2/libiberty/pexecute.c:361: warning: unused variable `sleep_interval'
../../binutils-2.11.2/libiberty/pexecute.c:361: warning: unused variable `retries'
../../binutils-2.11.2/libiberty/pexecute.c:353: warning: unused parameter `this_pname'
../../binutils-2.11.2/libiberty/pexecute.c:354: warning: unused parameter `temp_base'
../../binutils-2.11.2/libiberty/pexecute.c:359: warning: `org_stdin' might be used uninitialized in this function
../../binutils-2.11.2/libiberty/pexecute.c:359: warning: `org_stdout' might be used uninitialized in this function
../../binutils-2.11.2/libiberty/pexecute.c: In function `pwait':
../../binutils-2.11.2/libiberty/pexecute.c:442: warning: unused parameter `pid'
../../binutils-2.11.2/libiberty/pexecute.c:444: warning: unused parameter `flags'
../../binutils-2.11.2/libiberty/strsignal.c: In function `psignal':
../../binutils-2.11.2/libiberty/strsignal.c:597: warning: comparison between signed and unsigned
../../binutils-2.11.2/bfd/elf64-mips.c:294: warning: missing initializer for `mips_elf64_howto_table_rel[13].rightshift'
../../binutils-2.11.2/bfd/elf64-mips.c:295: warning: missing initializer for `mips_elf64_howto_table_rel[14].rightshift'
../../binutils-2.11.2/bfd/elf64-mips.c:296: warning: missing initializer for `mips_elf64_howto_table_rel[15].rightshift'
../../binutils-2.11.2/bfd/elf64-mips.c:848: warning: missing initializer for `mips_elf64_howto_table_rela[13].rightshift'
../../binutils-2.11.2/bfd/elf64-mips.c:849: warning: missing initializer for `mips_elf64_howto_table_rela[14].rightshift'
../../binutils-2.11.2/bfd/elf64-mips.c:850: warning: missing initializer for `mips_elf64_howto_table_rela[15].rightshift'
../../binutils-2.11.2/bfd/elf64-mips.c: In function `mips_elf64_write_relocs':
../../binutils-2.11.2/bfd/elf64-mips.c:1816: warning: comparison between signed and unsigned
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries
../../binutils-2.11.2/binutils/stabs.c: In function `stab_demangle_template':
../../binutils-2.11.2/binutils/stabs.c:4464: warning: `s4' might be used uninitialized in this function
lex.yy.c:1289: warning: `yyunput' defined but not used
../../binutils-2.11.2/binutils/unwind-ia64.c: In function `unw_decode_x1':
../../binutils-2.11.2/binutils/unwind-ia64.c:580: warning: unused parameter `code'
../../binutils-2.11.2/binutils/unwind-ia64.c: In function `unw_decode_x2':
../../binutils-2.11.2/binutils/unwind-ia64.c:600: warning: unused parameter `code'
../../binutils-2.11.2/binutils/unwind-ia64.c: In function `unw_decode_x3':
../../binutils-2.11.2/binutils/unwind-ia64.c:622: warning: unused parameter `code'
../../binutils-2.11.2/binutils/unwind-ia64.c: In function `unw_decode_x4':
../../binutils-2.11.2/binutils/unwind-ia64.c:646: warning: unused parameter `code'
../../binutils-2.11.2/gas/write.c: In function `relax_seg':
../../binutils-2.11.2/gas/write.c:603: warning: unused parameter `abfd'
lex.yy.c:2830: warning: `yyunput' defined but not used
mkdir /usr/local/gcc-2-95-3/share
mkdir /usr/local/gcc-2-95-3/lib
mkdir /usr/local/gcc-2-95-3/include
mkdir /usr/local/gcc-2-95-3/bin
mkdir /usr/local/gcc-2-95-3/mips-elf
mkdir /usr/local/gcc-2-95-3/mips-elf/bin
mkdir /usr/local/gcc-2-95-3/man
mkdir /usr/local/gcc-2-95-3/man/man1
mkdir /usr/local/gcc-2-95-3/mips-elf/lib
mkdir /usr/local/gcc-2-95-3/mips-elf/lib/ldscripts
Configuring for a i686-pc-cygwin host.
../../binutils-2.11.2/bfd/configure: cannot open ../../binutils-2.11.2/bfd/po/POTFILES.in: no such file
Configuring for a i686-pc-cygwin32 host.
Links are now set up to build a cross-compiler for mips-mips-elf
  from i686-pc-cygwin32.
../../gcc-2.95.3/libiberty/pexecute.c: In function `pexecute':
../../gcc-2.95.3/libiberty/pexecute.c:379: warning: assignment discards qualifiers from pointer target type
../../gcc-2.95.3/gcc/real.c: In function `earith':
../../gcc-2.95.3/gcc/real.c:576: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:576: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:576: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:576: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:576: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:576: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:576: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:576: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:577: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:577: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:577: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:577: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:577: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:577: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:577: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:577: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:582: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:582: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:582: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:582: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:582: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:582: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:582: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:582: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:587: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:587: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:587: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:587: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:587: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:587: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:587: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:587: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:638: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:638: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:638: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:638: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:638: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:638: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:638: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:638: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `etrunci':
../../gcc-2.95.3/gcc/real.c:653: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:653: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:653: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:653: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:653: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:653: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:653: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:653: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:660: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:660: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:660: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:660: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:660: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:660: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:660: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:660: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `etruncui':
../../gcc-2.95.3/gcc/real.c:676: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:676: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:676: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:676: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:676: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:676: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:676: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:676: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:683: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:683: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:683: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:683: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:683: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:683: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:683: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:683: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_atof':
../../gcc-2.95.3/gcc/real.c:735: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:735: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:735: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:735: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:735: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:735: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:735: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:735: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_negate':
../../gcc-2.95.3/gcc/real.c:749: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:749: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:749: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:749: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:749: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:749: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:749: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:749: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:751: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:751: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:751: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:751: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:751: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:751: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:751: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:751: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `efixi':
../../gcc-2.95.3/gcc/real.c:766: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:766: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:766: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:766: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:766: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:766: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:766: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:766: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `efixui':
../../gcc-2.95.3/gcc/real.c:789: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:789: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:789: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:789: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:789: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:789: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:789: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:789: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_from_int':
../../gcc-2.95.3/gcc/real.c:865: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:865: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:865: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:865: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:865: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:865: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:865: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:865: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_from_uint':
../../gcc-2.95.3/gcc/real.c:919: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:919: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:919: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:919: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:919: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:919: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:919: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:919: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_to_int':
../../gcc-2.95.3/gcc/real.c:933: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:933: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:933: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:933: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:933: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:933: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:933: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:933: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_ldexp':
../../gcc-2.95.3/gcc/real.c:977: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:977: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:977: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:977: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:977: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:977: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:977: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:977: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:983: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:983: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:983: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:983: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:983: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:983: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:983: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:983: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `target_isinf':
../../gcc-2.95.3/gcc/real.c:1001: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1001: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1001: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1001: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1001: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1001: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1001: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1001: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `target_isnan':
../../gcc-2.95.3/gcc/real.c:1017: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1017: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1017: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1017: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1017: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1017: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1017: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1017: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `real_value_truncate':
../../gcc-2.95.3/gcc/real.c:1046: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1046: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1046: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1046: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1046: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1046: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1046: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1046: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1096: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1096: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1096: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1096: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1096: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1096: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1096: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1096: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `exact_real_inverse':
../../gcc-2.95.3/gcc/real.c:1112: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1112: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1112: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1112: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1112: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1112: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1112: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1112: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1131: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1131: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1131: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1131: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1131: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1131: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1131: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1131: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1141: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1141: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1141: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1141: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1141: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1141: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1141: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1141: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1159: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1159: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1159: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1159: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1159: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1159: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1159: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1159: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `etartdouble':
../../gcc-2.95.3/gcc/real.c:1199: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1199: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1199: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1199: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1199: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1199: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1199: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1199: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `etarldouble':
../../gcc-2.95.3/gcc/real.c:1215: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1215: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1215: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1215: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1215: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1215: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1215: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1215: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `etardouble':
../../gcc-2.95.3/gcc/real.c:1230: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1230: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1230: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1230: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1230: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1230: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1230: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1230: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `etarsingle':
../../gcc-2.95.3/gcc/real.c:1245: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1245: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1245: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1245: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1245: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1245: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1245: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1245: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_to_decimal':
../../gcc-2.95.3/gcc/real.c:1263: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1263: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1263: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1263: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1263: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1263: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1263: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1263: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_cmp':
../../gcc-2.95.3/gcc/real.c:1276: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1276: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1276: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1276: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1276: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1276: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1276: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1276: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1277: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1277: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1277: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1277: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1277: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1277: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1277: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1277: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_isneg':
../../gcc-2.95.3/gcc/real.c:1289: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1289: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1289: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1289: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1289: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1289: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1289: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:1289: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_unto_float':
../../gcc-2.95.3/gcc/real.c:6311: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6311: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6311: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6311: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6311: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6311: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6311: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6311: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_unto_double':
../../gcc-2.95.3/gcc/real.c:6346: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6346: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6346: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6346: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6346: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6346: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6346: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6346: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_from_float':
../../gcc-2.95.3/gcc/real.c:6378: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6378: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6378: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6378: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6378: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6378: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6378: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6378: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c: In function `ereal_from_double':
../../gcc-2.95.3/gcc/real.c:6434: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6434: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6434: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6434: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6434: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6434: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6434: warning: passing arg 1 of `bcopy' from incompatible pointer type
../../gcc-2.95.3/gcc/real.c:6434: warning: passing arg 2 of `bcopy' from incompatible pointer type
../../../gcc-2.95.3/gcc/fixinc/fixincl.c: In function `initialize':
../../../gcc-2.95.3/gcc/fixinc/fixincl.c:349: `SIGIOT' undeclared (first use in this function)
../../../gcc-2.95.3/gcc/fixinc/fixincl.c:349: (Each undeclared identifier is reported only once
../../../gcc-2.95.3/gcc/fixinc/fixincl.c:349: for each function it appears in.)
make[2]: *** [fixincl.o] Error 1
../../../gcc-2.95.3/gcc/f/com.c: In function `ffecom_possible_partial_overlap_':
../../../gcc-2.95.3/gcc/f/com.c:1599: warning: unused parameter `expr2'
xgcc: installation problem, cannot exec `mips-tfile': No such file or directory
make[1]: *** [libgcc1-asm.a] Error 1
make: *** [all-gcc] Error 2

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]