nuttx/tools/zds
Gregory Nutt 75be4c5677 ZDS-II Object file relocations
tools/zds/zdsgen.c:  Remove this program.  It should have been a simpler way to manage ZDS-II compiler and assember differences.  However, the compiler arguments needed to pass through too many layers of bash command line modifications and, as a result, it was not possible to retain quotes on critical strings.  This approch was abandoned for an alternative approach.

boards/z80/ez80/scripts/eZ80_Config.mk:  Add definitions to move the object files as necessary.  This seems to work well and is implemented for both native and Cygwin Windows build -- but only for the Z20x.
2020-02-24 14:38:39 -03:00
..
.gitignore tools/zds/zdsgen.c: WIP Compiler/Assembler Wrapper 2020-02-23 21:44:18 -06:00
Makefile ZDS-II Object file relocations 2020-02-24 14:38:39 -03:00
README.txt ZDS-II Object file relocations 2020-02-24 14:38:39 -03:00
zdsar.c ZDS-II Object file relocations 2020-02-24 14:38:39 -03:00

README.txt
==========

tools/zds/zdsar.c:  This is a wrapper around the ZDS_II librarian.  It
  simplifies the build scripts by replacing large sequences of complex Bash
  script that were added to the build files.  Not only does this clean upi
  the build files but it also improves performance and, more importantly,i
  provides a common solution for the Windows native build case.

These tools should work with all ZDS-II based platforms including z8, zNeo,
and ez80.