mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
75be4c5677
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.
13 lines
472 B
Plaintext
13 lines
472 B
Plaintext
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.
|
|
|