I downloaded 1.7, it comes a a zipped z88dk folder. No installer (although the INSTALL.TXT tells me to use it ).
My problem comes executing zcc.exe to compile. It claims that "cp is not a valid command". AFAIK, cp is for linux. Shouldn't this be calling "copy"? What am I missing? Do I need to install a shell or something? I hope not.
I copied the whole compiler directories from a XP machine to a WIN98SE machine and set there the environment variables and path. When I try to compile a program, that can be compiled at with the XP machine, I get an assembly error, because the assembler does not find the include file in main:
INCLUDE "#z80_crt0.hdr"
The real file name is only "z80_crt0.hdr". So who should throw away the '#" to access the real file? Is it an environment problem?