This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

RE: "make -j 2 bootstrap" gives problem with gcc-3.0.1


Hi,
	The problem is not with "make -j 2 bootstrap", I found its because
of the patch gcc-3.0-3.0.1.diff. First I tried building it with
gcc-3.0.1.tar.gz, it went through fine, next I applied the patch
gcc-3.0-3.0.1.diff to gcc-3.0 (patch -p1 < gcc-3.0-3.0.1.diff), tried
building it and it end with the below mentioned error. Am I applying the
patch correctly or should I apply some other patches also ? Any help would
be highly appreciated. sorry about the earlier spam.

Thanks and Regards,
Karthik


> -----Original Message-----
> From:	Karthikeyan M. D 
> Sent:	Tuesday, August 21, 2001 14:46
> To:	'gcc-help@gcc.gnu.org'
> Subject:	"make -j 2 bootstrap" gives problem with gcc-3.0.1
> 
> Hi,
> 	When building gcc-3.0.1 in a dual sparc-sun-solaris2.6 machine, I
> get the following error, after configuring I gave the make command like
> this,
>  "make -j 2 bootstrap" . But the same works fine with just "make
> bootstrap" (if I didn't specify the no. of processors). Any clues ?
> 
> Thanks and Regards,
> Karthik
> 
> ps.: I am using GNU make 3.79.1
> 
> gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
> -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.0.1/gcc -I../../gcc-3.0.1/gcc/.
> -I../../gcc-3.0.1/gcc/config -I../../gcc-3.0.1/gcc/../include -c
> insn-extract.c
> (MAKE="make"; srcdir=`cd ../../gcc-3.0.1/gcc/fixinc && pwd` ; \
> CC="gcc"; CFLAGS="-g "; LDFLAGS=""; \
> WARN_CFLAGS="-W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long"; \
> export MAKE srcdir CC CFLAGS LDFLAGS WARN_CFLAGS; cd ./fixinc && \
> /bin/sh ${srcdir}/mkfixinc.sh sparc-sun-solaris2.6 sparc-sun-solaris2.6)
> constructing ../fixinc.sh for sparc-sun-solaris2.6 to run on
> sparc-sun-solaris2.6
> make TARGETS=oneprocess SHELL="/bin/sh" CC="gcc" CFLAGS="-g " LDFLAGS=""
> install-bin
> make[3]: Entering directory `/tmp/dkarthik/build-dir/gcc/fixinc'
> /bin/sh ../../../gcc-3.0.1/gcc/fixinc/genfixes machname.h
> Forbidden identifiers: sparc sun unix 
> cd ../../../gcc-3.0.1/gcc/fixinc ; /bin/sh ./genfixes
> ../../../gcc-3.0.1/gcc/fixinc/fixincl.x
> ./genfixes: autogen: not found
> make[3]: *** [../../../gcc-3.0.1/gcc/fixinc/fixincl.x] Error 1
> make[3]: Leaving directory `/tmp/dkarthik/build-dir/gcc/fixinc'
> make[2]: *** [fixinc.sh] Error 2
> make[2]: *** Waiting for unfinished jobs....
> mv tmp-libgcc.mk libgcc.mk
> make[2]: *** Waiting for unfinished jobs....
> make[2]: Leaving directory `/tmp/dkarthik/build-dir/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/tmp/dkarthik/build-dir/gcc'
> make: *** [bootstrap] Error 2
> 
> ___________________________________________________
> Karthikeyan M D
> Wilco International Systems (P) Ltd
> Email: dkarthik@wilco-int.com Web: www.wilco-int.com
> Phone: +91 40 340 8600 Extn.: 8422 Fax: +91 40 340 6980
> 


This message is confidential and may also be legally privileged. If you are not the intended recipient, please notify us immediately. You should not copy it or use it for any purpose, nor disclose it's contents to any other person. The views and opinions expressed in this e-mail message are the author's own and may not reflect the views and opinions of Wilco International.


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