| delorie.com/archives/browse.cgi | search |
| Date: | Sun, 23 Feb 1997 16:46:23 +0200 (IST) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| To: | "Troy Horton (Core Design Ltd.)" <Troy AT Core-Design DOT com> |
| cc: | "'djgpp AT delorie DOT com'" <djgpp AT delorie DOT com> |
| Subject: | RE: DJGPP |
| In-Reply-To: | <c=GB%a=CD%p=Core_Design_Ltd.%l=CDINET1-970223134542Z-3@cdinet1.core-design.com> |
| Message-ID: | <Pine.SUN.3.91.970223164431.2239C-100000@is> |
| MIME-Version: | 1.0 |
On Sun, 23 Feb 1997, Troy Horton (Core Design Ltd.) wrote:
> >> gcc -c test.c
> >>
> >> I get a message saying 'Error: unknown opcode'
>
> All test.c is:
>
> #include <stdio.h>
> void main(void)
> {
> printf("This is a test!");
> }
Please compile your program like so:
redir -o gcc.log -eo gcc -v -c test.c
then post the entire contents of the file gcc.log thus created.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |