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]

Help with gcc + HP 64B


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



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