public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Help with gcc + HP 64B
@ 2001-07-29 16:11 ccroswhite
  2001-07-30 14:26 ` Alexandre Oliva
  0 siblings, 1 reply; 4+ messages in thread
From: ccroswhite @ 2001-07-29 16:11 UTC (permalink / raw)
  To: gcc-help

Need some help understanding what is happening with the assembler here:


** Making schd-g
g++ -c -g (common INCFLAGS) (common CFLAGS) al1.c
g++ -c -g (common INCFLAGS) (common CFLAGS) al2.c
/var/tmp/cc8lpcrG.s: Assembler messages:
/var/tmp/cc8lpcrG.s:8927: Error: Field not properly aligned [8] (20).
/var/tmp/cc8lpcrG.s:8927: Error: Invalid operands
/var/tmp/cc8lpcrG.s:9123: Error: Field not properly aligned [8] (20).
/var/tmp/cc8lpcrG.s:9123: Error: Invalid operands
/var/tmp/cc8lpcrG.s:47135: Error: Field not properly aligned [8] (20).
/var/tmp/cc8lpcrG.s:47135: Error: Invalid operands
/var/tmp/cc8lpcrG.s:47306: Error: Field not properly aligned [8] (20).
/var/tmp/cc8lpcrG.s:47306: Error: Invalid operands
make[3]: *** [../lib-hpux/schd-g/al2.o] Error 1
** Making gen-g
make[3]: *** Deleting file `../depends/gen/gen4.d'
make[3]: *** [../depends/gen/gen4.d] Error 130
make[2]: *** [../bin-hpux/meta-g] Error 130
make[1]: *** [exe] Error 130
make: *** [main] Error 130

The compiler is able to compile several modules of this program, hoever,
this (and 4 others) are the exception.  I am using HP UX 11.0b on a jclass
with GNUpro (hppa-000310, gcc --version = 2.9-hppa-000310).  With the
exception of autoconf and automake, I am using all the tools (as, ld, gcc,
etc.) from the package off devresource.hp.com.  The other tools I have
compiled with the mpa-risc-2-0 flag to get 64 bit.  Is there any direction
the HP folks can give me on this?

TIA,
Chris

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

* Re: Help with gcc + HP 64B
  2001-07-29 16:11 Help with gcc + HP 64B ccroswhite
@ 2001-07-30 14:26 ` Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2001-07-30 14:26 UTC (permalink / raw)
  To: ccroswhite; +Cc: gcc-help

On Jul 29, 2001, ccroswhite@get2chip.com wrote:

> Is there any direction the HP folks can give me on this?

Err...  Perhaps you should ask the HP folks that provided you with
this release of GCC?

It sounds like some incompatibility between the compiler, the
assembler and the OS.  For a start, you'd have to make sure this
release of GCC you're using supports HP-UX 11.  This was only recently
introduced in GCC, but it may have made it to this release of GNU Pro
earlier, I don't know.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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

* Re: Help with gcc + HP 64B
@ 2001-07-30 14:44 ccroswhite
  0 siblings, 0 replies; 4+ messages in thread
From: ccroswhite @ 2001-07-30 14:44 UTC (permalink / raw)
  To: gcc-help, Alexandre Oliva

Thanks for the assistance.  I actually was hoping someone out there was
using gcc on an hpux11 system that could shed some light on what I am
trying to do.  I have submited the question to the folks over at HP.  They
were not at all suprised that it would not compile and indicated that most
of their energy was going into the IA64 and PA32 ports.   So much for
PARISC64, seems HP has already sounded the death march for the processor.


Chris Croswhite



                                                                                                                   
                    Alexandre                                                                                      
                    Oliva                To:     ccroswhite@get2chip.com                                           
                    <aoliva@redha        cc:     gcc-help@gcc.gnu.org                                              
                    t.com>               Subject:     Re: Help with gcc + HP 64B                                   
                                                                                                                   
                    07/30/2001                                                                                     
                    02:55 PM                                                                                       
                                                                                                                   
                                                                                                                   




On Jul 29, 2001, ccroswhite@get2chip.com wrote:

> Is there any direction the HP folks can give me on this?

Err...  Perhaps you should ask the HP folks that provided you with
this release of GCC?

It sounds like some incompatibility between the compiler, the
assembler and the OS.  For a start, you'd have to make sure this
release of GCC you're using supports HP-UX 11.  This was only recently
introduced in GCC, but it may have made it to this release of GNU Pro
earlier, I don't know.

--
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me




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

* Help with gcc + HP 64B
@ 2001-07-29 16:33 ccroswhite
  0 siblings, 0 replies; 4+ messages in thread
From: ccroswhite @ 2001-07-29 16:33 UTC (permalink / raw)
  To: gcc-help

Sorry if this hits the mail list twice.

Chris
----- Forwarded by Chris Croswhite/get2chip-us on 07/29/2001 04:30 PM -----
                                                                                                                   
                    Chris                                                                                          
                    Croswhite            To:     gcc-help@gcc.gnu.org                                              
                                         cc:                                                                       
                    07/29/2001           Subject:     Help with gcc + HP 64B                                       
                    04:08 PM                                                                                       
                                                                                                                   
                                                                                                                   



Need some help understanding what is happening with the assembler here:


** Making schd-g
g++ -c -g (common INCFLAGS) (common CFLAGS) al1.c
g++ -c -g (common INCFLAGS) (common CFLAGS) al2.c
/var/tmp/cc8lpcrG.s: Assembler messages:
/var/tmp/cc8lpcrG.s:8927: Error: Field not properly aligned [8] (20).
/var/tmp/cc8lpcrG.s:8927: Error: Invalid operands
/var/tmp/cc8lpcrG.s:9123: Error: Field not properly aligned [8] (20).
/var/tmp/cc8lpcrG.s:9123: Error: Invalid operands
/var/tmp/cc8lpcrG.s:47135: Error: Field not properly aligned [8] (20).
/var/tmp/cc8lpcrG.s:47135: Error: Invalid operands
/var/tmp/cc8lpcrG.s:47306: Error: Field not properly aligned [8] (20).
/var/tmp/cc8lpcrG.s:47306: Error: Invalid operands
make[3]: *** [../lib-hpux/schd-g/al2.o] Error 1
** Making gen-g
make[3]: *** Deleting file `../depends/gen/gen4.d'
make[3]: *** [../depends/gen/gen4.d] Error 130
make[2]: *** [../bin-hpux/meta-g] Error 130
make[1]: *** [exe] Error 130
make: *** [main] Error 130

The compiler is able to compile several modules of this program, hoever,
this (and 4 others) are the exception.  I am using HP UX 11.0b on a jclass
with GNUpro (hppa-000310, gcc --version = 2.9-hppa-000310).  With the
exception of autoconf and automake, I am using all the tools (as, ld, gcc,
etc.) from the package off devresource.hp.com.  The other tools I have
compiled with the mpa-risc-2-0 flag to get 64 bit.  Is there any direction
the HP folks can give me on this?

TIA,
Chris


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

end of thread, other threads:[~2001-07-30 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-29 16:11 Help with gcc + HP 64B ccroswhite
2001-07-30 14:26 ` Alexandre Oliva
2001-07-29 16:33 ccroswhite
2001-07-30 14:44 ccroswhite

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