public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* egcs-19990830 HP-UX Problem
@ 1999-09-03 15:35 Skip Sopscak
  1999-09-04  8:21 ` Jeffrey A Law
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Skip Sopscak @ 1999-09-03 15:35 UTC (permalink / raw)
  To: help-gcc

Since recent gcc releases don't work reliably under HP-UX 11, per
Mr. Law's advice I acquired what appears to be the latest
development snapshot (I take it these retain the egcs name for
the time being?).

Configured thusly

  ../egcs-19990830/configure --prefix=/opt/gnu/egcs-snap \
      --enable-shared --with-gnu-as --with-as=/opt/gnu/bin/as \
      --enable-threads

a fair distance into a "make bootstrap", I get the following:

[...]
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
/var/tmp/ccmMYzae.s: Assembler messages:
/var/tmp/ccmMYzae.s:2066: Error: Unknown pseudo-op:  `.dword'
/var/tmp/ccmMYzae.s:2271: Error: Unknown pseudo-op:  `.dword'
make[1]: *** [libgcc2.a] Error 1
make[1]: Leaving directory
`/projects/opt_build/egcs-19990830-build/gcc'
make: *** [bootstrap] Error 2
*** Error exit code 2

I'd be most grateful for any ideas anyone might have...

Thanks!

-- 
Skip Sopscak, Omaha, NE
alt email: dsopscak@home.com
http://mote.dhs.org/~dsopscak
Sent via PINE: Power Internet News & Email

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

* Re: egcs-19990830 HP-UX Problem
  1999-09-03 15:35 egcs-19990830 HP-UX Problem Skip Sopscak
@ 1999-09-04  8:21 ` Jeffrey A Law
  1999-09-30 23:56   ` Jeffrey A Law
  1999-10-01  0:00   ` Jeffrey A Law
  1999-09-06 20:22 ` Tim Prince
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 15+ messages in thread
From: Jeffrey A Law @ 1999-09-04  8:21 UTC (permalink / raw)
  To: Skip Sopscak; +Cc: help-gcc

  In message < Pine.LNX.4.10.9909031718500.7103-100000@george.mmi >you write:
  > Since recent gcc releases don't work reliably under HP-UX 11, per
  > Mr. Law's advice I acquired what appears to be the latest
  > development snapshot (I take it these retain the egcs name for
  > the time being?).

[ ... ]
Nuts.  Thanks.  I had wondered some versions of the assembler were
going to balk about using .dword.  I guess that answers the question.

Strictly speaking it's only needed for the PA64 work, but I thought it
might be useful to have available for other purposes.  Sigh.

I'll fix it momentarily.

jeff

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

* Re: egcs-19990830 HP-UX Problem
  1999-09-03 15:35 egcs-19990830 HP-UX Problem Skip Sopscak
  1999-09-04  8:21 ` Jeffrey A Law
@ 1999-09-06 20:22 ` Tim Prince
  1999-09-07  0:20   ` Jeffrey A Law
                     ` (2 more replies)
  1999-09-06 23:41 ` Jeffrey A Law
                   ` (2 subsequent siblings)
  4 siblings, 3 replies; 15+ messages in thread
From: Tim Prince @ 1999-09-06 20:22 UTC (permalink / raw)
  To: help-gcc

>/var/tmp/ccmMYzae.s:2066: Error: Unknown pseudo-op:  `.dword'
>

The hppa port no longer works with binutils-2.9.1.  The installation
instructions were out of date last I looked.  I have built successfully with
recent binutils snapshots from ftp://egcs.cygnus.com/pub/binutils .

Tim
tprince@computer.org
Tim Prince
tprince@computer.org

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

* Re: egcs-19990830 HP-UX Problem
  1999-09-03 15:35 egcs-19990830 HP-UX Problem Skip Sopscak
  1999-09-04  8:21 ` Jeffrey A Law
  1999-09-06 20:22 ` Tim Prince
@ 1999-09-06 23:41 ` Jeffrey A Law
  1999-09-30 23:56   ` Jeffrey A Law
  1999-10-01  0:00   ` Jeffrey A Law
  1999-09-30 23:56 ` Skip Sopscak
  1999-10-01  0:00 ` Skip Sopscak
  4 siblings, 2 replies; 15+ messages in thread
From: Jeffrey A Law @ 1999-09-06 23:41 UTC (permalink / raw)
  To: Skip Sopscak; +Cc: help-gcc

  In message < Pine.LNX.4.10.9909031718500.7103-100000@george.mmi >you write:
  > Since recent gcc releases don't work reliably under HP-UX 11, per
  > Mr. Law's advice I acquired what appears to be the latest
  > development snapshot (I take it these retain the egcs name for
  > the time being?).
  > 
  > Configured thusly
  > 
  >   ../egcs-19990830/configure --prefix=/opt/gnu/egcs-snap \
  >       --enable-shared --with-gnu-as --with-as=/opt/gnu/bin/as \
  >       --enable-threads
  > 
  > a fair distance into a "make bootstrap", I get the following:
  > 
  > [...]
  > _fixunstfdi
  > _floatditf
  > __gcc_bcmp
  > _varargs
  > __dummy
  > _eprintf
  > _bb
  > /var/tmp/ccmMYzae.s: Assembler messages:
  > /var/tmp/ccmMYzae.s:2066: Error: Unknown pseudo-op:  `.dword'
  > /var/tmp/ccmMYzae.s:2271: Error: Unknown pseudo-op:  `.dword'
  > make[1]: *** [libgcc2.a] Error 1
  > make[1]: Leaving directory
  > `/projects/opt_build/egcs-19990830-build/gcc'
  > make: *** [bootstrap] Error 2
  > *** Error exit code 2
Thanks.  I've just checked in a fix for this problem.
jeff

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

* Re: egcs-19990830 HP-UX Problem
  1999-09-06 20:22 ` Tim Prince
@ 1999-09-07  0:20   ` Jeffrey A Law
  1999-09-30 23:56     ` Jeffrey A Law
  1999-10-01  0:00     ` Jeffrey A Law
  1999-09-30 23:56   ` Tim Prince
  1999-10-01  0:00   ` Tim Prince
  2 siblings, 2 replies; 15+ messages in thread
From: Jeffrey A Law @ 1999-09-07  0:20 UTC (permalink / raw)
  To: Tim Prince; +Cc: help-gcc

  In message < 19990906232154.17170.00005426@ng-fe1.aol.com >you write:
  > >/var/tmp/ccmMYzae.s:2066: Error: Unknown pseudo-op:  `.dword'
  > >
  > 
  > The hppa port no longer works with binutils-2.9.1. 
Precisely why?  Other than the .dword buglet that slipped through, what
causes problems.  Please be specific, testcases are always preferred.

gcc should work just fine with binutils-2.9.1.  If it does not, I would
consider that a bug.

  > The installation instructions were out of date last I looked. 
?!?  They look correct to me.

jeff

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

* Re: egcs-19990830 HP-UX Problem
  1999-09-04  8:21 ` Jeffrey A Law
@ 1999-09-30 23:56   ` Jeffrey A Law
  1999-10-01  0:00   ` Jeffrey A Law
  1 sibling, 0 replies; 15+ messages in thread
From: Jeffrey A Law @ 1999-09-30 23:56 UTC (permalink / raw)
  To: Skip Sopscak; +Cc: help-gcc

  In message < Pine.LNX.4.10.9909031718500.7103-100000@george.mmi >you write:
  > Since recent gcc releases don't work reliably under HP-UX 11, per
  > Mr. Law's advice I acquired what appears to be the latest
  > development snapshot (I take it these retain the egcs name for
  > the time being?).

[ ... ]
Nuts.  Thanks.  I had wondered some versions of the assembler were
going to balk about using .dword.  I guess that answers the question.

Strictly speaking it's only needed for the PA64 work, but I thought it
might be useful to have available for other purposes.  Sigh.

I'll fix it momentarily.

jeff

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

* egcs-19990830 HP-UX Problem
  1999-09-03 15:35 egcs-19990830 HP-UX Problem Skip Sopscak
                   ` (2 preceding siblings ...)
  1999-09-06 23:41 ` Jeffrey A Law
@ 1999-09-30 23:56 ` Skip Sopscak
  1999-10-01  0:00 ` Skip Sopscak
  4 siblings, 0 replies; 15+ messages in thread
From: Skip Sopscak @ 1999-09-30 23:56 UTC (permalink / raw)
  To: help-gcc

Since recent gcc releases don't work reliably under HP-UX 11, per
Mr. Law's advice I acquired what appears to be the latest
development snapshot (I take it these retain the egcs name for
the time being?).

Configured thusly

  ../egcs-19990830/configure --prefix=/opt/gnu/egcs-snap \
      --enable-shared --with-gnu-as --with-as=/opt/gnu/bin/as \
      --enable-threads

a fair distance into a "make bootstrap", I get the following:

[...]
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
/var/tmp/ccmMYzae.s: Assembler messages:
/var/tmp/ccmMYzae.s:2066: Error: Unknown pseudo-op:  `.dword'
/var/tmp/ccmMYzae.s:2271: Error: Unknown pseudo-op:  `.dword'
make[1]: *** [libgcc2.a] Error 1
make[1]: Leaving directory
`/projects/opt_build/egcs-19990830-build/gcc'
make: *** [bootstrap] Error 2
*** Error exit code 2

I'd be most grateful for any ideas anyone might have...

Thanks!

-- 
Skip Sopscak, Omaha, NE
alt email: dsopscak@home.com
http://mote.dhs.org/~dsopscak
Sent via PINE: Power Internet News & Email

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

* Re: egcs-19990830 HP-UX Problem
  1999-09-06 23:41 ` Jeffrey A Law
@ 1999-09-30 23:56   ` Jeffrey A Law
  1999-10-01  0:00   ` Jeffrey A Law
  1 sibling, 0 replies; 15+ messages in thread
From: Jeffrey A Law @ 1999-09-30 23:56 UTC (permalink / raw)
  To: Skip Sopscak; +Cc: help-gcc

  In message < Pine.LNX.4.10.9909031718500.7103-100000@george.mmi >you write:
  > Since recent gcc releases don't work reliably under HP-UX 11, per
  > Mr. Law's advice I acquired what appears to be the latest
  > development snapshot (I take it these retain the egcs name for
  > the time being?).
  > 
  > Configured thusly
  > 
  >   ../egcs-19990830/configure --prefix=/opt/gnu/egcs-snap \
  >       --enable-shared --with-gnu-as --with-as=/opt/gnu/bin/as \
  >       --enable-threads
  > 
  > a fair distance into a "make bootstrap", I get the following:
  > 
  > [...]
  > _fixunstfdi
  > _floatditf
  > __gcc_bcmp
  > _varargs
  > __dummy
  > _eprintf
  > _bb
  > /var/tmp/ccmMYzae.s: Assembler messages:
  > /var/tmp/ccmMYzae.s:2066: Error: Unknown pseudo-op:  `.dword'
  > /var/tmp/ccmMYzae.s:2271: Error: Unknown pseudo-op:  `.dword'
  > make[1]: *** [libgcc2.a] Error 1
  > make[1]: Leaving directory
  > `/projects/opt_build/egcs-19990830-build/gcc'
  > make: *** [bootstrap] Error 2
  > *** Error exit code 2
Thanks.  I've just checked in a fix for this problem.
jeff

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

* Re: egcs-19990830 HP-UX Problem
  1999-09-07  0:20   ` Jeffrey A Law
@ 1999-09-30 23:56     ` Jeffrey A Law
  1999-10-01  0:00     ` Jeffrey A Law
  1 sibling, 0 replies; 15+ messages in thread
From: Jeffrey A Law @ 1999-09-30 23:56 UTC (permalink / raw)
  To: Tim Prince; +Cc: help-gcc

  In message < 19990906232154.17170.00005426@ng-fe1.aol.com >you write:
  > >/var/tmp/ccmMYzae.s:2066: Error: Unknown pseudo-op:  `.dword'
  > >
  > 
  > The hppa port no longer works with binutils-2.9.1. 
Precisely why?  Other than the .dword buglet that slipped through, what
causes problems.  Please be specific, testcases are always preferred.

gcc should work just fine with binutils-2.9.1.  If it does not, I would
consider that a bug.

  > The installation instructions were out of date last I looked. 
?!?  They look correct to me.

jeff

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

* Re: egcs-19990830 HP-UX Problem
  1999-09-06 20:22 ` Tim Prince
  1999-09-07  0:20   ` Jeffrey A Law
@ 1999-09-30 23:56   ` Tim Prince
  1999-10-01  0:00   ` Tim Prince
  2 siblings, 0 replies; 15+ messages in thread
From: Tim Prince @ 1999-09-30 23:56 UTC (permalink / raw)
  To: help-gcc

>/var/tmp/ccmMYzae.s:2066: Error: Unknown pseudo-op:  `.dword'
>

The hppa port no longer works with binutils-2.9.1.  The installation
instructions were out of date last I looked.  I have built successfully with
recent binutils snapshots from ftp://egcs.cygnus.com/pub/binutils .

Tim
tprince@computer.org
Tim Prince
tprince@computer.org

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

* Re: egcs-19990830 HP-UX Problem
  1999-09-07  0:20   ` Jeffrey A Law
  1999-09-30 23:56     ` Jeffrey A Law
@ 1999-10-01  0:00     ` Jeffrey A Law
  1 sibling, 0 replies; 15+ messages in thread
From: Jeffrey A Law @ 1999-10-01  0:00 UTC (permalink / raw)
  To: Tim Prince; +Cc: help-gcc

  In message < 19990906232154.17170.00005426@ng-fe1.aol.com >you write:
  > >/var/tmp/ccmMYzae.s:2066: Error: Unknown pseudo-op:  `.dword'
  > >
  > 
  > The hppa port no longer works with binutils-2.9.1. 
Precisely why?  Other than the .dword buglet that slipped through, what
causes problems.  Please be specific, testcases are always preferred.

gcc should work just fine with binutils-2.9.1.  If it does not, I would
consider that a bug.

  > The installation instructions were out of date last I looked. 
?!?  They look correct to me.

jeff

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

* egcs-19990830 HP-UX Problem
  1999-09-03 15:35 egcs-19990830 HP-UX Problem Skip Sopscak
                   ` (3 preceding siblings ...)
  1999-09-30 23:56 ` Skip Sopscak
@ 1999-10-01  0:00 ` Skip Sopscak
  4 siblings, 0 replies; 15+ messages in thread
From: Skip Sopscak @ 1999-10-01  0:00 UTC (permalink / raw)
  To: help-gcc

Since recent gcc releases don't work reliably under HP-UX 11, per
Mr. Law's advice I acquired what appears to be the latest
development snapshot (I take it these retain the egcs name for
the time being?).

Configured thusly

  ../egcs-19990830/configure --prefix=/opt/gnu/egcs-snap \
      --enable-shared --with-gnu-as --with-as=/opt/gnu/bin/as \
      --enable-threads

a fair distance into a "make bootstrap", I get the following:

[...]
_fixunstfdi
_floatditf
__gcc_bcmp
_varargs
__dummy
_eprintf
_bb
/var/tmp/ccmMYzae.s: Assembler messages:
/var/tmp/ccmMYzae.s:2066: Error: Unknown pseudo-op:  `.dword'
/var/tmp/ccmMYzae.s:2271: Error: Unknown pseudo-op:  `.dword'
make[1]: *** [libgcc2.a] Error 1
make[1]: Leaving directory
`/projects/opt_build/egcs-19990830-build/gcc'
make: *** [bootstrap] Error 2
*** Error exit code 2

I'd be most grateful for any ideas anyone might have...

Thanks!

-- 
Skip Sopscak, Omaha, NE
alt email: dsopscak@home.com
http://mote.dhs.org/~dsopscak
Sent via PINE: Power Internet News & Email

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

* Re: egcs-19990830 HP-UX Problem
  1999-09-06 23:41 ` Jeffrey A Law
  1999-09-30 23:56   ` Jeffrey A Law
@ 1999-10-01  0:00   ` Jeffrey A Law
  1 sibling, 0 replies; 15+ messages in thread
From: Jeffrey A Law @ 1999-10-01  0:00 UTC (permalink / raw)
  To: Skip Sopscak; +Cc: help-gcc

  In message < Pine.LNX.4.10.9909031718500.7103-100000@george.mmi >you write:
  > Since recent gcc releases don't work reliably under HP-UX 11, per
  > Mr. Law's advice I acquired what appears to be the latest
  > development snapshot (I take it these retain the egcs name for
  > the time being?).
  > 
  > Configured thusly
  > 
  >   ../egcs-19990830/configure --prefix=/opt/gnu/egcs-snap \
  >       --enable-shared --with-gnu-as --with-as=/opt/gnu/bin/as \
  >       --enable-threads
  > 
  > a fair distance into a "make bootstrap", I get the following:
  > 
  > [...]
  > _fixunstfdi
  > _floatditf
  > __gcc_bcmp
  > _varargs
  > __dummy
  > _eprintf
  > _bb
  > /var/tmp/ccmMYzae.s: Assembler messages:
  > /var/tmp/ccmMYzae.s:2066: Error: Unknown pseudo-op:  `.dword'
  > /var/tmp/ccmMYzae.s:2271: Error: Unknown pseudo-op:  `.dword'
  > make[1]: *** [libgcc2.a] Error 1
  > make[1]: Leaving directory
  > `/projects/opt_build/egcs-19990830-build/gcc'
  > make: *** [bootstrap] Error 2
  > *** Error exit code 2
Thanks.  I've just checked in a fix for this problem.
jeff

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

* Re: egcs-19990830 HP-UX Problem
  1999-09-04  8:21 ` Jeffrey A Law
  1999-09-30 23:56   ` Jeffrey A Law
@ 1999-10-01  0:00   ` Jeffrey A Law
  1 sibling, 0 replies; 15+ messages in thread
From: Jeffrey A Law @ 1999-10-01  0:00 UTC (permalink / raw)
  To: Skip Sopscak; +Cc: help-gcc

  In message < Pine.LNX.4.10.9909031718500.7103-100000@george.mmi >you write:
  > Since recent gcc releases don't work reliably under HP-UX 11, per
  > Mr. Law's advice I acquired what appears to be the latest
  > development snapshot (I take it these retain the egcs name for
  > the time being?).

[ ... ]
Nuts.  Thanks.  I had wondered some versions of the assembler were
going to balk about using .dword.  I guess that answers the question.

Strictly speaking it's only needed for the PA64 work, but I thought it
might be useful to have available for other purposes.  Sigh.

I'll fix it momentarily.

jeff

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

* Re: egcs-19990830 HP-UX Problem
  1999-09-06 20:22 ` Tim Prince
  1999-09-07  0:20   ` Jeffrey A Law
  1999-09-30 23:56   ` Tim Prince
@ 1999-10-01  0:00   ` Tim Prince
  2 siblings, 0 replies; 15+ messages in thread
From: Tim Prince @ 1999-10-01  0:00 UTC (permalink / raw)
  To: help-gcc

>/var/tmp/ccmMYzae.s:2066: Error: Unknown pseudo-op:  `.dword'
>

The hppa port no longer works with binutils-2.9.1.  The installation
instructions were out of date last I looked.  I have built successfully with
recent binutils snapshots from ftp://egcs.cygnus.com/pub/binutils .

Tim
tprince@computer.org
Tim Prince
tprince@computer.org

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

end of thread, other threads:[~1999-10-01  0:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-03 15:35 egcs-19990830 HP-UX Problem Skip Sopscak
1999-09-04  8:21 ` Jeffrey A Law
1999-09-30 23:56   ` Jeffrey A Law
1999-10-01  0:00   ` Jeffrey A Law
1999-09-06 20:22 ` Tim Prince
1999-09-07  0:20   ` Jeffrey A Law
1999-09-30 23:56     ` Jeffrey A Law
1999-10-01  0:00     ` Jeffrey A Law
1999-09-30 23:56   ` Tim Prince
1999-10-01  0:00   ` Tim Prince
1999-09-06 23:41 ` Jeffrey A Law
1999-09-30 23:56   ` Jeffrey A Law
1999-10-01  0:00   ` Jeffrey A Law
1999-09-30 23:56 ` Skip Sopscak
1999-10-01  0:00 ` Skip Sopscak

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