public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Problem compiling on HP-UX with gcc (v2.7)?
@ 2000-02-25 13:10 John Reigle
  2000-04-01  0:00 ` John Reigle
  0 siblings, 1 reply; 2+ messages in thread
From: John Reigle @ 2000-02-25 13:10 UTC (permalink / raw)
  To: gcc-help

Dear Technical Support,

I am working on a HP Model 712/60, PA-RISC Powered, system with a gcc 
compiler (v2.7) installed and running a makefile to perform compilation.

When I try to run the makefile and compile I receive the following message:

gcc -O3 -DHPRISC -DSWAP -DNORANDOM -DNOSYSV -DAUTHENTIC -DTEXTDATE 
-DBYTEALIGN -c file1.c
gcc -O3 -DHPRISC -DSWAP -DNORANDOM -DNOSYSV -DAUTHENTIC -DTEXTDATE 
-DBYTEALIGN -c file2.c

as: "/var/tmp/cca09674.s", line 67: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 269: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 359: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 760: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 930: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 1223: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 1492: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 1610: error 1052: Directive name not 
recognized - PARAM
*** Error exit code 1
Stop. *

** Error exit code 1
Stop.


The last build of the system that was made on this machine was in late 1998 
and it was successful.  Also, the system is ported to five platforms of UNIX 
and all of them have gcc(v2.7) installed and configured on each.  The 
machine is used for a test system as well as porting and compiling the next 
builds.

In the interest of confidentially I have changed the file names in this 
message to file1 and file2. There are more files in line needed for 
compilation, but the error occurs at this point at every compilation.

File1 doesn't contain any #include or #ifdef directives within the program; 
but file2 does contain these files and only contains approximately 1300 
lines of code. In the makefile, the "-D" DEFINITIONS for HP-UX platform for 
the gcc compiler are as follows:

## HP Risc
HP= $(DEBUGGING) -DHPRISC -DSWAP -DNORANDOM -DNOSYSV -DAUTHENTIC -DTEXTDATE 
-DBYTEALIGN # (for extended file systems)-D_FILE_OFFSET_BITS=64 
-D__STDC_EXT__

Any suggestions on what my problem is???

John Reigle
ASCENT SOLUTIONS INC.
john_reigle@hotmail.com
(937) 847-2374

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

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

* Problem compiling on HP-UX with gcc (v2.7)?
  2000-02-25 13:10 Problem compiling on HP-UX with gcc (v2.7)? John Reigle
@ 2000-04-01  0:00 ` John Reigle
  0 siblings, 0 replies; 2+ messages in thread
From: John Reigle @ 2000-04-01  0:00 UTC (permalink / raw)
  To: gcc-help

Dear Technical Support,

I am working on a HP Model 712/60, PA-RISC Powered, system with a gcc 
compiler (v2.7) installed and running a makefile to perform compilation.

When I try to run the makefile and compile I receive the following message:

gcc -O3 -DHPRISC -DSWAP -DNORANDOM -DNOSYSV -DAUTHENTIC -DTEXTDATE 
-DBYTEALIGN -c file1.c
gcc -O3 -DHPRISC -DSWAP -DNORANDOM -DNOSYSV -DAUTHENTIC -DTEXTDATE 
-DBYTEALIGN -c file2.c

as: "/var/tmp/cca09674.s", line 67: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 269: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 359: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 760: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 930: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 1223: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 1492: error 1052: Directive name not 
recognized - PARAM
as: "/var/tmp/cca09674.s", line 1610: error 1052: Directive name not 
recognized - PARAM
*** Error exit code 1
Stop. *

** Error exit code 1
Stop.


The last build of the system that was made on this machine was in late 1998 
and it was successful.  Also, the system is ported to five platforms of UNIX 
and all of them have gcc(v2.7) installed and configured on each.  The 
machine is used for a test system as well as porting and compiling the next 
builds.

In the interest of confidentially I have changed the file names in this 
message to file1 and file2. There are more files in line needed for 
compilation, but the error occurs at this point at every compilation.

File1 doesn't contain any #include or #ifdef directives within the program; 
but file2 does contain these files and only contains approximately 1300 
lines of code. In the makefile, the "-D" DEFINITIONS for HP-UX platform for 
the gcc compiler are as follows:

## HP Risc
HP= $(DEBUGGING) -DHPRISC -DSWAP -DNORANDOM -DNOSYSV -DAUTHENTIC -DTEXTDATE 
-DBYTEALIGN # (for extended file systems)-D_FILE_OFFSET_BITS=64 
-D__STDC_EXT__

Any suggestions on what my problem is???

John Reigle
ASCENT SOLUTIONS INC.
john_reigle@hotmail.com
(937) 847-2374

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-25 13:10 Problem compiling on HP-UX with gcc (v2.7)? John Reigle
2000-04-01  0:00 ` John Reigle

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