[cc65] cc65 not producing .s output file

From: Apple2Stuff <apple2stuff1rogers.com>
Date: 2004-05-01 19:46:05
Hi, I have run into an odd problem where a .s file is not being produced by
the c compiler....

Other .c files in the same directory still compile properly. I can tell from
the -v option that all the header files are being processed. If I comment
out a header file I can tell that the compiler is processing the rest of the
.c file (well at least until enough errors are reported and then it gives
up).

Here is the command

$ cc65 -I apps -I ctk -I ek -I lib -I uip -I arch/cc65 -t apple2enh -T
-DWITH_ETHERNET -DCTK_CONIO -DWITH_UIP -WITH_TFE -DWITH_TELNET
-v -d -o w3100a.s arch/cc65/w3100a.c

I get

Opened include file `arch/cc65/w3100a.h'
Opened include file `arch/cc65/uip_arch.h'
Opened include file `uip/uip.h'
Opened include file `uip/uipopt.h'
Opened include file `/usr/lib/cc65/include/string.h'
Opened include file `/usr/lib/cc65/include/stddef.h'
Opened include file `ek/dispatcher.h'
Opened include file `ek/ek.h'
Opened include file `ek/ek-conf.h'
Opened include file `/usr/lib/cc65/include/time.h'
Opened include file `uip/uip.h'
Opened include file `uip/uip_arp.h'
Opened include file `uip/uip.h'
Opened include file `arch/cc65/type.h'
Opened include file `uip/uip.h'
Opened include file `uip/uip_arp.h'
Opened include file `arch/cc65/serial.h'
Opened include file `arch/cc65/type.h'

and no .s file is produced.

I spent a few hours looking over my source files but I'm stumped ...

Any thoughts on where to look or how to debug this would be appreciated


Personal Website: http://members.rogers.com/rg.jones/
Apple Specific Website http://members.rogers.com/apple2stuff/apple.htm
Email: Reply to apple2stuff at rogers dot com

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sat May 1 19:46:16 2004

This archive was generated by hypermail 2.1.8 : 2004-05-01 19:46:22 CEST