Since SDCC supports Zilog chipset very well, why not switch from ZDS-II to > SDCC? >
SDCC supports z80 and z180 but none of the other ZiLOG chipsets. ez80 has an unverified GCC port but ZDS-II is the only compiler option for the remaining parts. See http://sdcc.sourceforge.net/ > > compiler.h has changed a lot. Does it still support compilers without > > inline support? It appears not. I used to define inline to be nothing > for > > ZDS-II which worked okay except for static inline functions in header > files > > which would be replicated. > > > > If this is acceptable, I could create a new macro in compiler.h for it. > There used to be one defining inline to be nothing for ZDS-II . It would only be necessary to restore it for ZDS-II. This does not fix the function duplication of static inline functions in header files, however.