commanderx16 / x16-demo

73 stars 29 forks source link

Can't compile cc65-sprite #97

Closed Apple2007 closed 4 years ago

Apple2007 commented 4 years ago

I am having an issue with the cc65 part of the makefile. When I type in the command that was listed in the makefile, it shows a lot of errors. Is it me or is the code?

greg-king5 commented 4 years ago

I am having an issue with the cc65 part of the makefile. When I type in the command that was listed in the makefile, it shows a lot of errors. Is it me, or is it the code?

Have you updated your cc65 installation to the latest revision? (Your installation might not know about the Commander X16.)

greg-king5 commented 4 years ago

Have you updated your cc65 installation to the latest revision?

Yes. I did before this issue arose.

In that case, I will need to see some of those error messages, in order to know why the file can be compiled by me, but not by you.

greg-king5 commented 4 years ago

The cl65 command does need the python command to have been done first. That python command creates a header file that's included into the C file (during compilation).

Apple2007 commented 4 years ago

That didn't work. I got: can't open file 'cl65': [Errno 2] No such file or directory