From: Christian Groessler (cpg_at_aladdin.de)
Date: 2002-12-27 15:27:21
Hi,
I'm trying to get the unix ed line editor to compile with cc65. Please
see my hacked version of the 2.11BSD ed.c on
ftp://ftp.groessler.org/pub/chris/cc65/ed1.c
When I try to compile it with
cl65 -t atari -Cl ed1.c -o ed.com
I get errors in the generated .s file:
.
.
.
ed1.c(1474): Warning: Function call without a prototype
ed1.c(1623): Warning: `sccsid' is defined but never used
ed1.s(2482): Error #11: Too many characters
ed1.s(6700): Error #11: Too many characters
The erroneous lines contain
jsr _(null)
regards,
chris
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-12-27 15:29:12 CET