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]
Other format: [Raw text]

Re: help me to install 3.2


Thanx for the reply.
I downloaded gcc 3.2. Then according to your instruction, I made
srcdir and objdir directories.
The file structure as follws,
/
  root/
      gcc_3.2/
           srcdir/
           objdir/
Then copied all source files(unziped files) to srcdir.
then goto objdir directory and run
../srcdir/configure
Then it configured well
Then I run
make bootstrap
I gave follwing error massage and exit,

make[3]: Entering directory `/root/gcc_3.2/objdir/gcc/ada'
gcc -c -g  -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long    -W
-Wall -gnatpg -gnata -I- -I. -I../../../srcsdir/gcc/ada
../../../srcsdir/gcc/ada/ada.ads
fatal error: system.ads is incorrectly formatted
missing line for parameter: Backend_Divide_Checks
fatal error: system.ads is incorrectly formatted
missing line for parameter: Backend_Overflow_Checks
fatal error: system.ads is incorrectly formatted
missing line for parameter: Fractional_Fixed_Ops
compilation abandoned
make[3]: *** [ada.o] Error 1
make[3]: Leaving directory `/root/gcc_3.2/objdir/gcc/ada'
make[2]: *** [gnat1] Error 2
make[2]: Leaving directory `/root/gcc_3.2/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/root/gcc_3.2/objdir/gcc'
make: *** [bootstrap] Error 2


On Thu, 31 Mar 2005 09:59:23 +0200, Robert Schiele
<rschiele@uni-mannheim.de> wrote:
> On Thu, Mar 31, 2005 at 01:48:54PM +0600, Nath wrote:
> > I'm Pushpanath Dharmasena from Sri Lanka. Working as a Research &
> > Development Engineer at Avrotec Pvt Ltd. We are proving software for
> > NEC(USA branch).
> > I have a problem. 
> > We bought a AMD 64 bit machine and installed Suse 9.1 (64 bit
> > version). It has gcc 3.3.3 version. But our customer (i.e. NEC) has
> > gcc 3.2 version on their machines.
> > So I wanted to install gcc 3.2 version in our machine as well.
> > I downloaded gcc 3.2 but when I 'make' it, it gives some error messages.
> > Can you please send me a way of installing gcc 3.2 to my machine
> 
> How does it come that you send this type of question to me personally?  It
> is
> more appropriate to send this type of questions to a relevant mailing list
> like gcc-help@gcc.gnu.org.
> 
> Apart from that it is very unlikely that anyone can help you as you neither
> provided information on what commands you have tried exactly nor did you
> provide any information on what the error message was you got. The more
> detailed information you provide the more likely you get a valuable answer.
> 
> Robert
> 
> -- 
> Robert Schiele			Tel.: +49-621-181-2214
> Dipl.-Wirtsch.informatiker	mailto:rschiele@uni-mannheim.de
> 
> 

-- 
Pushpanath Dharmasena(BSc Computer Eng)
Research & Development Engineer
AvroTec (Pvt) Ltd
Nugegoda
Sri Lanka
Mobile: (+ 94) 077 3072864
Office : (+ 94) 011 2811955
           (+ 94) 011 2814437
E-mail: nath@avrotec.is.lk
Site    : www.nath.8k.com


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