public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: help me to install 3.2
       [not found] ` <20050331075923.GA24727@schiele.dyndns.org>
@ 2005-03-31 10:31   ` Nath
  2005-03-31 10:46     ` Robert Schiele
  0 siblings, 1 reply; 7+ messages in thread
From: Nath @ 2005-03-31 10:31 UTC (permalink / raw)
  To: gcc-help; +Cc: Robert Schiele

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

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

* Re: help me to install 3.2
  2005-03-31 10:31   ` help me to install 3.2 Nath
@ 2005-03-31 10:46     ` Robert Schiele
  2005-03-31 10:58       ` Nath
  0 siblings, 1 reply; 7+ messages in thread
From: Robert Schiele @ 2005-03-31 10:46 UTC (permalink / raw)
  To: Nath; +Cc: gcc-help

[-- Attachment #1: Type: text/plain, Size: 1832 bytes --]

On Thu, Mar 31, 2005 at 03:18:59PM +0600, Nath wrote:
> 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

You might want to configure a special prefix directory instead of using the
default /usr/local because if you install the other version to a location
where it is in the system wide search path, you might run into trouble if you
build other software for this system with this compiler by accident.

> 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

Hmm, I am not that fimiliar with the ADA frontend. Do you need this frontend
for your purposes? If not it is most likely the best idea limiting the number
of built languages by the configure option --enable-languages to the set of
languages you actually need.

Robert

-- 
Robert Schiele			Tel.: +49-621-181-2214
Dipl.-Wirtsch.informatiker	mailto:rschiele@uni-mannheim.de

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: help me to install 3.2
  2005-03-31 10:46     ` Robert Schiele
@ 2005-03-31 10:58       ` Nath
  2005-03-31 19:05         ` Robert Schiele
  0 siblings, 1 reply; 7+ messages in thread
From: Nath @ 2005-03-31 10:58 UTC (permalink / raw)
  To: Robert Schiele; +Cc: gcc-help

On Thu, 31 Mar 2005 12:28:54 +0200, Robert Schiele
<rschiele@uni-mannheim.de> wrote:
> On Thu, Mar 31, 2005 at 03:18:59PM +0600, Nath wrote:
> > 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
> 
> You might want to configure a special prefix directory instead of using the
> default /usr/local because if you install the other version to a location
> where it is in the system wide search path, you might run into trouble if
> you
> build other software for this system with this compiler by accident.
> 
Thank you so much to reply for these questions,
I created a directory /usr/gcc_local
Then I configure as 
          ../srcsdir/configure --prefix /usr/gcc_local/
and then run 
          make bootstrap
it gave same error masseges
Is there a special way to compile for 64 bit version?

> > 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
> 
> Hmm, I am not that fimiliar with the ADA frontend. Do you need this
> frontend
> for your purposes? If not it is most likely the best idea limiting the
> number
> of built languages by the configure option --enable-languages to the set of
> languages you actually need.
> 
> 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

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

* Re: help me to install 3.2
  2005-03-31 10:58       ` Nath
@ 2005-03-31 19:05         ` Robert Schiele
  2005-04-01  4:53           ` Nath
  0 siblings, 1 reply; 7+ messages in thread
From: Robert Schiele @ 2005-03-31 19:05 UTC (permalink / raw)
  To: Nath; +Cc: gcc-help

[-- Attachment #1: Type: text/plain, Size: 902 bytes --]

On Thu, Mar 31, 2005 at 04:45:52PM +0600, Nath wrote:
> Thank you so much to reply for these questions,
> I created a directory /usr/gcc_local
> Then I configure as 
>           ../srcsdir/configure --prefix /usr/gcc_local/
> and then run 
>           make bootstrap
> it gave same error masseges
> Is there a special way to compile for 64 bit version?

You just need to learn to _read_ the full message instead of quoting it in
your reply.

Here the relevant part comes again:

> > Hmm, I am not that fimiliar with the ADA frontend. Do you need this
> > frontend
> > for your purposes? If not it is most likely the best idea limiting the
> > number
> > of built languages by the configure option --enable-languages to the set of
> > languages you actually need.

Robert

-- 
Robert Schiele			Tel.: +49-621-181-2214
Dipl.-Wirtsch.informatiker	mailto:rschiele@uni-mannheim.de

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: help me to install 3.2
  2005-03-31 19:05         ` Robert Schiele
@ 2005-04-01  4:53           ` Nath
  2005-04-01 12:04             ` Eljay Love-Jensen
  2005-04-01 12:07             ` Robert Schiele
  0 siblings, 2 replies; 7+ messages in thread
From: Nath @ 2005-04-01  4:53 UTC (permalink / raw)
  To: Robert Schiele; +Cc: gcc-help

Sorry, I didn't mention it earliar.
Before start writing to you, I used this option(i.e. enable-languages
) by selecting language c,c++, but still it's giving same error
messages. I know sometimes i'm bothering you. Please be kind enough to
do this help.

On Thu, 31 Mar 2005 12:58:07 +0200, Robert Schiele
<rschiele@uni-mannheim.de> wrote:
> On Thu, Mar 31, 2005 at 04:45:52PM +0600, Nath wrote:
> > Thank you so much to reply for these questions,
> > I created a directory /usr/gcc_local
> > Then I configure as 
> >           ../srcsdir/configure --prefix /usr/gcc_local/
> > and then run 
> >           make bootstrap
> > it gave same error masseges
> > Is there a special way to compile for 64 bit version?
> 
> You just need to learn to _read_ the full message instead of quoting it in
> your reply.
> 
> Here the relevant part comes again:
> 
> > > Hmm, I am not that fimiliar with the ADA frontend. Do you need this
> > > frontend
> > > for your purposes? If not it is most likely the best idea limiting the
> > > number
> > > of built languages by the configure option --enable-languages to the set
> of
> > > languages you actually need.
> 
> 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

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

* Re: help me to install 3.2
  2005-04-01  4:53           ` Nath
@ 2005-04-01 12:04             ` Eljay Love-Jensen
  2005-04-01 12:07             ` Robert Schiele
  1 sibling, 0 replies; 7+ messages in thread
From: Eljay Love-Jensen @ 2005-04-01 12:04 UTC (permalink / raw)
  To: Nath; +Cc: gcc-help

Hi Nath,

When you tried to reconfigure and only target c,c++ languages, did you first completely wipe out your build location?

If Ada is not specified, the build process should not try to make Ada.

HTH,
--Eljay

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

* Re: help me to install 3.2
  2005-04-01  4:53           ` Nath
  2005-04-01 12:04             ` Eljay Love-Jensen
@ 2005-04-01 12:07             ` Robert Schiele
  1 sibling, 0 replies; 7+ messages in thread
From: Robert Schiele @ 2005-04-01 12:07 UTC (permalink / raw)
  To: Nath; +Cc: gcc-help

[-- Attachment #1: Type: text/plain, Size: 462 bytes --]

On Fri, Apr 01, 2005 at 10:53:20AM +0600, Nath wrote:
> Sorry, I didn't mention it earliar.
> Before start writing to you, I used this option(i.e. enable-languages
> ) by selecting language c,c++, but still it's giving same error

That's not possible.  If you do not build the ada frontend there cannot occur
ada related error messages.

Robert

-- 
Robert Schiele			Tel.: +49-621-181-2214
Dipl.-Wirtsch.informatiker	mailto:rschiele@uni-mannheim.de

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2005-04-01 12:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <43bbe3e305033023483b57c998@mail.gmail.com>
     [not found] ` <20050331075923.GA24727@schiele.dyndns.org>
2005-03-31 10:31   ` help me to install 3.2 Nath
2005-03-31 10:46     ` Robert Schiele
2005-03-31 10:58       ` Nath
2005-03-31 19:05         ` Robert Schiele
2005-04-01  4:53           ` Nath
2005-04-01 12:04             ` Eljay Love-Jensen
2005-04-01 12:07             ` Robert Schiele

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