[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple2 - Contiki Compile Report
Rob <rsteinmetz@mindspring.com> wrote:
>> ctk/ctk.c(761): Error: Duplicate case label
>> ctk/ctk.c(831): Error: Duplicate case label
>> ctk/ctk.c(917): Error: Duplicate case label
>> ctk/ctk.c(1020): Error: Duplicate case label
The problem is CH_ENTER which is defined as '\n' by the Contiki header files,
but the apple2.h header file contains
#define CH_CURS_DOWN 0x0A
which is the same as '\n' with the Apple2 character translation applied.
One of both is probably wrong, but since I'm no apple specialist, I cannot
tell which one.
> of them. My initial impression is that the cc65 libraries for the Apple2
> are not as developed as those for the various commodore machines,
> especially the c64.
The Apple 2 library is not maintained on a regular base and there are no Apple
users among the cc65 developers. In general, interest from the Apple 2
community has been quite low. With this in mind, I would say that Apple
support is rather good in cc65:-)
Regards
Uz
--
Ullrich von Bassewitz uz@remove-to-reply.musoftware.de
9:49pm up 47 days, 5:44, 12 users, load average: 0.42, 0.23, 0.16