When ZDev is installed on a Windows system, the PATH
system variable
is setup to point to scripts present in the ZDev folder. The programs
can be compiled using an SDCC/GCC wrapper script called zcc
available with ZDev. The general syntax is shown below.
zcc <board> <filename>
For example to compile hello.c
for zkit-51-v664
, the command
would be
C:\> zcc zkit-51-v664 hello.c