home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!uunet.ca!canrem!dosgate![david.snowdon@canrem.com]
- From: "david snowdon" <david.snowdon@canrem.com>
- Newsgroups: comp.sys.atari.st.tech
- Subject: c help
- Message-ID: <1992Sep6.618.8119@dosgate>
- Date: 6 Sep 92 16:50:34 EST
- Reply-To: "david snowdon" <david.snowdon@canrem.com>
- Distribution: comp
- Organization: Canada Remote Systems
- Lines: 24
-
- I'm am unable to compile the Motorola 6809 cross-assembler using
- the H&S Sozobon C compiler due to two errors:
-
- error in as.h (124): pointer type not allowed
- error in ffwd.c (10): pointer type not allowed
- 2 errors
-
- The code for as.h (lines 123 and 124) is:
-
- FILE *Objfil =0; /* object file's file descriptor*/
- char Obj_name[] = {" "};
-
- And the code for ffwd.c (lines 9 and 10) is:
-
- int Forward =0; /* temp file's file descriptor */
- char Fwd_name[] = { "Fwd_refs" } ;
-
- I'm just starting learn how to program in C and could use any
- suggestions that you might have.
-
- David
- --
- Canada Remote Systems - Toronto, Ontario/Detroit, MI
- World's Largest PCBOARD System - 416-629-7000/629-7044
-