Hi! On Sat, May 01, 2004 at 01:46:05PM -0400, Apple2Stuff wrote: > Hi, I have run into an odd problem where a .s file is not being produced by > the c compiler.... Some ideas: * You have overlooked an error message (in which case no output file will be created). * You have a makefile rule that deletes the output file after compiling. * There's a problem with the compiler. * You have looked in the wrong directory: If an output file name is explicitly given, it will be created relative to the current directory, not in the directory where the C file is located. What you can try: * Copy the C file to the current directory and try again. * Create an empty C file with the same name and try again. If all this does not help, I need more information about the problem, and if possible a small(!) source file that allows me to reproduce it. Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- 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 20:21:12 2004
This archive was generated by hypermail 2.1.8 : 2004-05-01 20:21:18 CEST