public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/3275: install to i386-solaris2.8
@ 2001-06-19 18:16 ugai
  0 siblings, 0 replies; only message in thread
From: ugai @ 2001-06-19 18:16 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3275
>Category:       bootstrap
>Synopsis:       Assembler: unwind-dw2.c
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          rejects-legal
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 19 18:16:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Takanori Ugai
>Release:        3.0
>Organization:
Fujitsu Laboratories Limited.
>Environment:
System: SunOS pavo 5.8 Generic_108529-06 i86pc i386 i86pc
Architecture: i86pc

	
host: i386-pc-solaris2.8
build: i386-pc-solaris2.8
target: i386-pc-solaris2.8
configured with: ./configure --prefix=/opt/local
>Description:
install instructions are follows
./configure --prefix=/opt/local
make
I've got the following message.
(cd po && make all)
make GCC_FOR_TARGET="/home/pavo/ugai/src/gcc-3.0/gcc/xgcc -B/home/pavo/ugai/src/gcc-3.0/gcc/ -B/opt/local/i386-pc-solaris2.8/bin/ -B/opt/local/i386-pc-solaris2.8/lib/ -isystem /opt/local/i386-pc-solaris2.8/include" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  AR_FOR_TARGET="ar" \
  AR_CREATE_FOR_TARGET="ar  rc" \
  AR_FLAGS_FOR_TARGET="" \
  OLDCC="cc" CCLIBFLAGS="-O" \
  CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long" \
  RANLIB_FOR_TARGET="true" \
  RANLIB_TEST_FOR_TARGET="[ -f true ]  || ( [ "i386-pc-solaris2.8" = "i386-pc-solaris2.8" ]  && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \
  NM_FOR_TARGET="/usr/ccs/bin/nm" AWK="gawk" \
  LIBGCC2_CFLAGS="-O2   -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED" \
  INCLUDES="-I. -I. -I. -I./.  -I./config -I./../include" MAYBE_USE_COLLECT2="" \
  CONFIG_H="tconfig.h  insn-codes.h insn-flags.h" MACHMODE_H="machmode.h machmode.def" \
  LIB1ASMSRC='' \
  MAKEOVERRIDES= \
  -f libgcc.mk all
for d in libgcc; do \
  if [ -d $d ]; then true; else mkdir $d; fi \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/home/pavo/ugai/src/gcc-3.0/gcc/xgcc -B/home/pavo/ugai/src/gcc-3.0/gcc/ -B/opt/local/i386-pc-solaris2.8/bin/ -B/opt/local/i386-pc-solaris2.8/lib/ -isystem /opt/local/i386-pc-solaris2.8/include -O2   -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I. -I./.  -I./config -I./../include -fexceptions -c ./unwind-dw2.c -o libgcc/./unwind-dw2.o
unwind-dw2.c: In function `extract_cie_info':
unwind-dw2.c:219: warning: implicit declaration of function `strlen'
unwind-dw2.c: In function `execute_stack_op':
unwind-dw2.c:300: warning: `result' might be used uninitialized in this function
unwind-dw2.c: In function `execute_cfa_program':
unwind-dw2.c:775: warning: implicit declaration of function `alloca'
unwind-dw2.c: In function `uw_frame_state_for':
unwind-dw2.c:886: warning: implicit declaration of function `memset'
unwind-dw2.c: In function `uw_install_context_1':
unwind-dw2.c:1088: warning: missing braces around initializer
unwind-dw2.c:1088: warning: (near initialization for `once_regsizes.__pthread_once_pad')
unwind-dw2.c:1103: warning: implicit declaration of function `memcpy'
Assembler: unwind-dw2.c
	"/var/tmp/cctnOKys.s", line 4264 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4287 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4318 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4345 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4382 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4425 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4468 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4507 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4542 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4571 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4606 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4637 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4680 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4723 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4760 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4795 : Illegal subtraction
	"/var/tmp/cctnOKys.s", line 4834 : Illegal subtraction
*** Error code 1
make: Fatal error: Command failed for target `libgcc/unwind-dw2.o'
Current working directory /home/pavo/ugai/src/gcc-3.0/gcc
*** Error code 1
make: Fatal error: Command failed for target `libgcc.a'
Current working directory /home/pavo/ugai/src/gcc-3.0/gcc
*** Error code 1
make: Fatal error: Command failed for target `all-gcc'
>How-To-Repeat:
always
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-06-19 18:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-19 18:16 bootstrap/3275: install to i386-solaris2.8 ugai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).