home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!airgun!se05!dla
- From: dla@se05.wg2.waii.com (Doug Acker)
- Newsgroups: gnu.gcc.help
- Subject: building on 386 cross compilier on AIX
- Message-ID: <1992Sep10.110936@se05.wg2.waii.com>
- Date: 10 Sep 92 16:09:36 GMT
- Sender: news@airgun.wg.waii.com
- Reply-To: acker@se01.wg2.waii.com
- Organization: Western Geophysical Exploration Products
- Lines: 38
- Nntp-Posting-Host: se05.wg2.waii.com
-
- I want to be able to compile 386 code on an AIX box ..... so I ran
- configure as follows:
-
- configure --host=rs6000 --target=ps2
-
- The compile halts at the following:
-
- cc -c -DCROSS_COMPILE -g -I. -I. -I./config aux-output.c
- "aux-output.c", line 1588.34: 1506-010 (W) Macro AS2 invoked with a null argume.
- "aux-output.c", line 1590.34: 1506-010 (W) Macro AS2 invoked with a null argume.
- "aux-output.c", line 1623.38: 1506-010 (W) Macro AS2 invoked with a null argume.
- "aux-output.c", line 1628.34: 1506-010 (W) Macro AS2 invoked with a null argume.
- cc -c -DCROSS_COMPILE -g -I. -I. -I./config getpwd.c
- cc -DCROSS_COMPILE -g -o cc1 c-parse.o c-lang.o c-lex.o c-decl.o cd
- cc -c -DCROSS_COMPILE -g -I. -I. -I./config \
- `echo ./cp-parse.c | sed 's,^\./,,'`
- "/usr/local/lib/bison.simple", line 34.0: 1506-262 (W) #pragma directive must o.
- cc -c -DCROSS_COMPILE -g -I. -I. -I./config cp-decl.c
- cc -c -DCROSS_COMPILE -g -I. -I. -I./config cp-decl2.c
- cc -c -DCROSS_COMPILE -g -I. -I. -I./config cp-typeck.c
- cc -c -DCROSS_COMPILE -g -I. -I. -I./config cp-type2.c
- cc -c -DCROSS_COMPILE -g -I. -I. -I./config cp-tree.c
- cc -c -DCROSS_COMPILE -g -I. -I. -I./config cp-ptree.c
- cc -c -DCROSS_COMPILE -g -I. -I. -I./config cp-cvt.c
- cc -c -DCROSS_COMPILE -g -I. -I. -I./config cp-search.c
- cc -c -DCROSS_COMPILE -g -I. -I. -I./config cp-lex.c
- "cp-lex.c", line 67.0: 1506-041 (S) Parameter list cannot contain fewer paramet.
- The error code from the last failed command is 1.
-
-
- --
- Douglas L. Acker
-
- Western Geophysical Exploration Products
- Systems Engineer
-
- Email (internal): acker Phone: 713-964-6128
- (Internet): acker@wg2.waii.com
-