From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2000-12-29 21:50:19
On Fri, Dec 29, 2000 at 02:43:25PM -0500, troy silvey wrote: > BTW, I just tried to use CL65 and I get the message... > "Error: Cannot open 'c64.o' no such file or directory" > What am I missing or doing wrong now? I can't find > this file among my distribution and I don't see it being > created by the compiler or linker. Starting with version 2.6, the compiler and the libraries needed for the supported platforms are in separate packages. The reason for this decision was that the libraries are the largest part of the archives, and steadily growing. Most people are creating programs for one or two platforms and don't need libraries for all other platforms. I had the hope to avoid some unnecessary IP traffic by separating the packages. So when developing for the C64, you need the cc65-c64 package in addition to the compiler and tools package. You have to unzip this package in the same directory as the compiler. What makes me wonder is why you get this error message when using cl65. You should have seen it earlier, since the linker does also need these libraries. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- 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 : 2001-12-14 22:05:37 CET