This is the mail archive of the gcc@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]

Compile error on hpux10.20 egcs-19980628


Got the following while compiling on hpux10.20.  Using gcc 2.7.1, and
other gnu tools (make, binutils, sed, etc).

echo "void __foo () {}" > dummy.c
./xgcc -B./  -DIN_GCC    -g -I./include  -c dummy.c
as: "/var/tmp/cciR1zdq", line 10: error 1052: Directive name not
recognized - FILE
as: "/var/tmp/cciR1zdq", line 12: error 1052: Directive name not
recognized - STABSecho "void __foo () {}" > dummy.c
./xgcc -B./  -DIN_GCC    -g -I./include  -c dummy.c
as: "/var/tmp/cciR1zdq", line 10: error 1052: Directive name not
recognized - FILE
as: "/var/tmp/cciR1zdq", line 12: error 1052: Directive name not
recognized - STABS

<more of the previous line snipped, up to line 38>

as: "/var/tmp/cciR1zdq", line 38: error 1052: Directive name not
recognized - NSUBSPA
as: "/var/tmp/cciR1zdq", line 39: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cciR1zdq", line 41: error 1052: Directive name not
recognized - STABN
as: "/var/tmp/cciR1zdq", line 49: error 1052: Directive name not
recognized - STABN
as: "/var/tmp/cciR1zdq", line 50: error 1051: Illegal symbol in opcode
position - :

as: "/var/tmp/cciR1zdq", line 58: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cciR1zdq", line 60: error 1052: Directive name not
recognized - NSUBSPA
as: "/var/tmp/cciR1zdq", line 61: error 1052: Directive name not
recognized - STABS
as: "/var/tmp/cciR1zdq", line 62: error 1051: Illegal symbol in opcode
position - :


-Dave



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