This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
building gcc-3.2.2 with objc on IA64, HPUX11.22
- From: "Vasanth.K" <vasanthk at india dot hp dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 06 Mar 2003 18:18:43 +0530
- Subject: building gcc-3.2.2 with objc on IA64, HPUX11.22
Hello All,
While trying to build gcc-3.2.2 with objc on IA64, HPUX11.22, I am
getting the following
error. I would appreciate any help in resolving this.
quadlib.c:35: warning: no previous prototype for `_U_Qfeq'
quadlib.c:41: warning: no previous prototype for `_U_Qfne'
quadlib.c:47: warning: no previous prototype for `_U_Qfgt'
quadlib.c:53: warning: no previous prototype for `_U_Qfge'
quadlib.c:59: warning: no previous prototype for `_U_Qflt'
quadlib.c:65: warning: no previous prototype for `_U_Qfle'
quadlib.c:71: warning: no previous prototype for `_U_Qfcomp'
quadlib.c:80: warning: no previous prototype for `_U_Qfneg'
./xgcc -B./ -B/opt/gcc32/ia64-hp-hpux11.22/bin/ -isystem
/opt/gcc32/ia64-hp-hpux11.22/include -isystem
/opt/gcc32/ia64-hp-hpux11.22/sys-include -O2 -DIN_GCC -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I/hyperion/ocsetup/builds/buildgcc/gcc-3.2.2/gcc
-I/hyperion/ocsetup/builds/buildgcc/gcc-3.2.2/gcc/.
-I/hyperion/ocsetup/builds/buildgcc/gcc-3.2.2/gcc/config
-I/hyperion/ocsetup/builds/buildgcc/gcc-3.2.2/gcc/../include -milp32
-fexceptions -c
/hyperion/ocsetup/builds/buildgcc/gcc-3.2.2/gcc/config/ia64/unwind-ia64.c
-o libgcc/hpux32/unwind-ia64.o
/hyperion/ocsetup/builds/buildgcc/gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:218:
warning: width of `off' exceeds its type
/hyperion/ocsetup/builds/buildgcc/gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:242:1:
warning: "MIN" redefined
In file included from /usr/include/limits.h:423,
from include/limits.h:132,
from include/syslimits.h:7,
from include/limits.h:11,
from
/hyperion/ocsetup/builds/buildgcc/gcc-3.2.2/gcc/tsystem.h:84,
from
/hyperion/ocsetup/builds/buildgcc/gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:35:
/usr/include/sys/param.h:386:1: warning: this is the location of the
previous definition
#############################
/hyperion/ocsetup/builds/buildgcc/gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:
In function `alloc_reg_state':
/hyperion/ocsetup/builds/buildgcc/gcc-3.2.2/gcc/config/ia64/unwind-ia64.c:259:
Internal compiler error in emit_move_insn, at expr.c:2771
################################
Regards
Vasanth