From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John Reigle" To: gcc-help@gcc.gnu.org Subject: Problem compiling on HP-UX with gcc (v2.7)? Date: Fri, 25 Feb 2000 13:10:00 -0000 Message-id: <20000225211004.31226.qmail@hotmail.com> X-SW-Source: 2000-02/msg00088.html 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John Reigle" To: gcc-help@gcc.gnu.org Subject: Problem compiling on HP-UX with gcc (v2.7)? Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <20000225211004.31226.qmail@hotmail.com> X-SW-Source: 2000-q1/msg00282.html Message-ID: <20000401000000.uQseSb1oq33n8RZ6qKiVljymczhZZAtxlmTjMaGuzOg@z> 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