public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc make error
@ 2002-10-18 15:27 Mike Cleary
  2002-10-18 16:05 ` Jeff Sturm
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Cleary @ 2002-10-18 15:27 UTC (permalink / raw)
  To: gcc; +Cc: clp

Greetings,
I have found the following make error for gcc on an alpha with the 
alphaev56 configuration the basic baseline with the gcc-3_2-branch 
package, it also occurs with the basic-gcc_2.95.3 baseline and the 
gcc-3_2-branch package and with the bootstrap-gcc_2.95.3 baseline and 
the gcc-3_2-branch package:

stage1/xgcc -Bstage1/ 
-B/mnt/u9/toolchain/buildsys/install/alpha9/bootstrap-gcc_2.95.3/nat
ive/gcc-3_2-branch/alphaev56-unknown-linux-gnu/bin/ -DIN_GCC    -g -O2 
-W -Wall -Wwrite-st
rings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic 
-Wno-long-long  -DH
AVE_CONFIG_H -DGENERATOR_FILE  -o gengenrtl \
 gengenrtl.o ../libiberty/libiberty.a
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
gengenrtl.o(.debug_info+0x3e05): relocation truncated to fit: REFLONG 
.debug_ranges
gengenrtl.o(.debug_info+0x3f65): relocation truncated to fit: REFLONG 
.debug_ranges
gengenrtl.o(.debug_info+0x3ffb): relocation truncated to fit: REFLONG 
.debug_ranges
collect2: ld returned 1 exit status
make[2]: *** [gengenrtl] Error 1
make[2]: Leaving directory 
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_2.95.3/n
ative/gcc-3_2-branch/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory 
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_2.95.3/n
ative/gcc-3_2-branch/gcc'
make: *** [bootstrap] Error 2

I was wondering if anyone can help me with this.
Salutations,
-Mike

-- 
***********************************************
  Michael Cleary   Email: mcleary@iol.unh.edu
     UNH InterOperability Lab  Linux Group
121 Technology Dr., Suite 2,   Durham, NH 03824
Phone: 603-862-0401    http://linux.iol.unh.edu
***********************************************



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gcc make error
  2002-10-18 15:27 gcc make error Mike Cleary
@ 2002-10-18 16:05 ` Jeff Sturm
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Sturm @ 2002-10-18 16:05 UTC (permalink / raw)
  To: Mike Cleary; +Cc: gcc, clp

On Fri, 18 Oct 2002, Mike Cleary wrote:
> /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
> gengenrtl.o(.debug_info+0x3e05): relocation truncated to fit: REFLONG
> .debug_ranges
...
> I was wondering if anyone can help me with this.

Get a new(er) binutils.

Jeff

^ permalink raw reply	[flat|nested] 4+ messages in thread

* gcc make error
@ 2003-02-24 20:02 Mike Cleary
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Cleary @ 2003-02-24 20:02 UTC (permalink / raw)
  To: gcc; +Cc: clp

Greetings,
I have found the following gcc make error occuring in the 
bootstrap-gcc_3.2 baseline and the toolchain package on an alpha with 
the alphaev56 configuration:

stage1/xgcc -Bstage1/ 
-B/mnt/u9/toolchain/buildsys/install/alpha9/bootstrap-gcc_3.2/n
ative/toolchain/alphaev56-unknown-linux-gnu/bin/ -c   -g -O2 -DIN_GCC   
-W -Wall -Wwr
ite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional 
-pedantic -Wno-lon
g-long -fno-common -Werror   -DHAVE_CONFIG_H    -I. -I. 
-I/mnt/u9/toolchain/buildsys/
source/toolchain/gcc -I/mnt/u9/toolchain/buildsys/source/toolchain/gcc/. 
-I/mnt/u9/to
olchain/buildsys/source/toolchain/gcc/config 
-I/mnt/u9/toolchain/buildsys/source/tool
chain/gcc/../include 
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/c-opts.c -o c-op
ts.o
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/c-opts.c: In function 
`c_common_post_
options':
/mnt/u9/toolchain/buildsys/source/toolchain/gcc/c-opts.c:1422: internal 
compiler erro
r: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [c-opts.o] Error 1
make[2]: Leaving directory 
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2
/native/toolchain/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory 
`/mnt/u9/toolchain/buildsys/build/alpha9/bootstrap-gcc_3.2
/native/toolchain/gcc'
make: *** [bootstrap] Error 2

Can anyone help with this?
Salutations,
-Mike Cleary

-- 
*********************************************
Michael Cleary     Email: mcleary@iol.unh.edu
Linux Consortium     UNH InterOperability Lab
121 Technology Dr., Suite 2, Durham, NH 03824
Phone: 603-862-0401    http://www.iol.unh.edu
        http://linux.iol.unh.edu/
*********************************************


^ permalink raw reply	[flat|nested] 4+ messages in thread

* gcc make error
@ 2002-03-11 14:19 Qingjuan Gu
  0 siblings, 0 replies; 4+ messages in thread
From: Qingjuan Gu @ 2002-03-11 14:19 UTC (permalink / raw)
  To: gcc; +Cc: qingjuan

Hi, I am trying to compiling gcc on Tru64 V5.1 ALPHA compaq machine, I ahve a problem when use make command, does anybody help me for this problem, thank you very much.

I used :
# mkdir objdir
#cd objdir
#../gcc-3.0.4/configure
.
.(it is fine)
.
# make bootstrap
true "AR_FLAGS=rc"  "CC_FOR_BUILD=cc"  "CFLAGS=-g"  "CXXFLAGS=-g -O2"  "CFLAGS_FOR_BUILD="  "CFLAGS_FOR_TARGET=-g"  "INSTALL
=/bin/sh /usr3/users/qgu/download/gcc-3.0.4/install-sh -c"  "INSTALL_DATA=/bin/sh /usr3/users/qgu/download/gcc-3.0.4/install
-sh -c -m 644"  "INSTALL_PROGRAM=/bin/sh /usr3/users/qgu/download/gcc-3.0.4/install-sh -c "  "INSTALL_SCRIPT=/bin/sh /usr3/u
sers/qgu/download/gcc-3.0.4/install-sh -c"  "LDFLAGS="  "LIBCFLAGS=-g"  "LIBCFLAGS_FOR_TARGET=-g"  "MAKE=make"  "MAKEINFO=ma
keinfo  "  "PICFLAG="  "PICFLAG_FOR_TARGET="  "SHELL=/bin/sh"  "EXPECT=expect"  "RUNTEST=runtest"  "RUNTESTFLAGS="  "exec_pr
efix=/usr/local/bin"  "infodir=/usr/local/bin/info"  "libdir=/usr/local/bin/lib"  "prefix=/usr/local/bin"  "tooldir=/usr/loc
al/bin/alphaev67-dec-osf5.1"  "AR=ar"  "AS=as"  "CC=cc"  "CXX=c++"  "LD=ld"  "LIBCFLAGS=-g"  "NM=nm"  "PICFLAG="  "RANLIB=ra
nlib"  "DESTDIR=" DO=all multi-do
Bootstrapping the compiler
make CC="cc" libdir=/usr/local/bin/lib LANGUAGES="c "  CFLAGS="-g " MAKEINFO="makeinfo "  MAKEINFOFLAGS=""
(cd intl && make all)
(cd po && make all)
Make: line too long.  Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.


Best,
Grace

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-02-24 19:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-18 15:27 gcc make error Mike Cleary
2002-10-18 16:05 ` Jeff Sturm
  -- strict thread matches above, loose matches on Subject: below --
2003-02-24 20:02 Mike Cleary
2002-03-11 14:19 Qingjuan Gu

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).