**************************************************************
      Build successful
**************************************************************

#########################################################################

Build starting

#########################################################################
#########################################################################

Updating from guest git

#########################################################################
From https://github.com/z88dk/z88dk
   b33f81c..8c1df88  master     -> origin/master
Updating b33f81c..8c1df88
Fast-forward
 include/_DEVELOPMENT/clang/arch/zxn.h              | 29 +++++++--
 include/_DEVELOPMENT/proto/arch/zxn.h              | 29 +++++++--
 include/_DEVELOPMENT/sccz80/arch/zxn.h             | 29 +++++++--
 include/_DEVELOPMENT/sdcc/arch/zxn.h               | 29 +++++++--
 .../sms_01_output_terminal_tty_z88dk_22_at.asm     | 32 +++++++---
 .../sms_01_output_terminal_tty_z88dk_23_atr.asm    | 29 +++------
 .../terminal/sms_tty/sms_tty_z88dk_state_table.asm |  4 +-
 .../terminal/zx_01_output_char_32_tty_z88dk.lst    |  1 +
 ...output_char_32_tty_z88dk_21_foreground_attr.asm | 16 +++++
 .../zx_01_output_char_32_tty_z88dk_22_at.asm       | 32 +++++++---
 .../zx_01_output_char_32_tty_z88dk_23_atr.asm      | 29 +++------
 ...x_01_output_char_32_tty_z88dk_oterm_msg_tty.asm |  3 +-
 ...x_01_output_char_64_tty_z88dk_oterm_msg_tty.asm |  3 +-
 .../driver/terminal/zx_01_output_fzx_tty_z88dk.lst |  1 +
 ..._01_output_fzx_tty_z88dk_21_foreground_attr.asm | 16 +++++
 .../zx_01_output_fzx_tty_z88dk_22_at.asm           | 36 +++++++-----
 .../zx_01_output_fzx_tty_z88dk_23_atr.asm          | 50 +++++++---------
 .../zx_01_output_fzx_tty_z88dk_oterm_msg_tty.asm   |  3 +-
 .../terminal/zx_tty/zx_tty_z88dk_state_table.asm   |  6 +-
 .../target/zxn/config/config_zxn_misc.m4           | 68 ++++++++++++++++++++--
 .../target/zxn/config/config_zxn_misc.m4.bak       | 68 ++++++++++++++++++++--
 libsrc/_DEVELOPMENT/target/zxn/config_zxn.h        | 20 ++++++-
 .../_DEVELOPMENT/target/zxn/config_zxn_private.inc | 20 ++++++-
 .../_DEVELOPMENT/target/zxn/config_zxn_public.inc  | 22 ++++++-
 24 files changed, 429 insertions(+), 146 deletions(-)
 create mode 100644 libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_32_tty_z88dk/zx_01_output_char_32_tty_z88dk_21_foreground_attr.asm
 create mode 100644 libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_fzx_tty_z88dk/zx_01_output_fzx_tty_z88dk_21_foreground_attr.asm
#########################################################################

Creating src tarball

#########################################################################
#########################################################################

Starting native build

#########################################################################
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
make -C src/appmake
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/appmake'
gcc -g -O2 -I.. -c appmake.c
appmake.c: In function 'mb_check_alignment':
appmake.c:1415:66: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types]
     qsort(aligned->array, aligned->num, sizeof(*aligned->array), mb_compare_aligned);
                                                                  ^~~~~~~~~~~~~~~~~~
In file included from appmake.h:12:0,
                 from appmake.c:14:
/usr/include/stdlib.h:725:13: note: expected '__compar_fn_t {aka int (*)(const void *, const void *)}' but argument is of type 'int (*)(const struct section_aligned *, const struct section_aligned *)'
 extern void qsort (void *__base, size_t __nmemb, size_t __size,
             ^~~~~
appmake.c: In function 'mb_sort_banks_check':
appmake.c:1441:57: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types]
         qsort(mb->secbin, mb->num, sizeof(*mb->secbin), mb_compare_banks);
                                                         ^~~~~~~~~~~~~~~~
In file included from appmake.h:12:0,
                 from appmake.c:14:
/usr/include/stdlib.h:725:13: note: expected '__compar_fn_t {aka int (*)(const void *, const void *)}' but argument is of type 'int (*)(const struct section_bin *, const struct section_bin *)'
 extern void qsort (void *__base, size_t __nmemb, size_t __size,
             ^~~~~
gcc -g -O2 -I.. -c z88.c
gcc -g -O2 -I.. -c zxvgs.c
gcc -g -O2 -I.. -c zx.c
gcc -g -O2 -I.. -c z88shell.c
gcc -g -O2 -I.. -c abc80.c
abc80.c: In function 'datablockout':
abc80.c:124:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
   fread(&buffer[3],253,1,fin);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -I.. -c zx81.c
gcc -g -O2 -I.. -c msx.c
gcc -g -O2 -I.. -c mtx.c
gcc -g -O2 -I.. -c mz.c
gcc -g -O2 -I.. -c nec.c
gcc -g -O2 -I.. -c p2000.c
gcc -g -O2 -I.. -c px.c
gcc -g -O2 -I.. -c aquarius.c
gcc -g -O2 -I.. -c c7420.c
gcc -g -O2 -I.. -c rom.c
gcc -g -O2 -I.. -c sorcerer.c
gcc -g -O2 -I.. -c sos.c
gcc -g -O2 -I.. -c svi.c
gcc -g -O2 -I.. -c sc3000.c
gcc -g -O2 -I.. -c ace-tap.c
gcc -g -O2 -I.. -c hex.c
gcc -g -O2 -I.. -c lynx.c
gcc -g -O2 -I.. -c rex6000.c
gcc -g -O2 -I.. -c tixx.c
tixx.c: In function 'tixx_exec':
tixx.c:202:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(buf, n, 1, fp);
     ^~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -I.. -c nascom.c
gcc -g -O2 -I.. -c cpc.c
cpc.c: In function 'cpc_exec':
cpc.c:404:11: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
           fread(srchead, 128, 1, source);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpc.c:469:16: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
                fread(srcdata, header[19] + header[20] * 256, 1, source);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -I.. -c m5.c
gcc -g -O2 -I.. -c mc.c
gcc -g -O2 -I.. -c newbrain.c
gcc -g -O2 -I.. -c newext.c
gcc -g -O2 -I.. -c sms.c
sms.c: In function 'sms_exec':
sms.c:153:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(memory, sizeof(memory[0]), len, fpin);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -I.. -c trs80.c
gcc -g -O2 -I.. -c c128.c
gcc -g -O2 -I.. -c galaksija.c
gcc -g -O2 -I.. -c vz.c
gcc -g -O2 -I.. -c enterprise.c
gcc -g -O2 -I.. -c x07.c
gcc -g -O2 -I.. -c residos.c
gcc -g -O2 -I.. -c inject.c
gcc -g -O2 -I.. -c vg5k.c
gcc -g -O2 -I.. -c z1013.c
gcc -g -O2 -I.. -c extract.c
gcc -g -O2 -I.. -c z9001.c
gcc -g -O2 -I.. -c kc.c
gcc -g -O2 -I.. -c glue.c
gcc -g -O2 -I.. -c zxn.c
gcc -g -O2 -I.. -c zx-util.c
zx-util.c: In function 'zx_tape':
zx-util.c:445:44: warning: too many arguments for format [-Wformat-extra-args]
                             sprintf(mybuf, "\"23739\",", (int)pos);
                                            ^~~~~~~~~~~~
zx-util.c:448:44: warning: too many arguments for format [-Wformat-extra-args]
                             sprintf(mybuf, "\"111\":", (int)pos);
                                            ^~~~~~~~~~
zx-util.c: In function 'zxn_universal_dot':
zx-util.c:937:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(scratch, 13, 1, fin);     // zeroes
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
zx-util.c:941:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(scratch, 13, 1, fin);     // zeroes
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
zx-util.c: In function 'zx_sna':
zx-util.c:1089:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(sna_state, 27, 1, fin);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -I.. -c x1.c
gcc -o appmake -g -O2 appmake.o z88.o zxvgs.o zx.o z88shell.o abc80.o zx81.o msx.o mtx.o mz.o nec.o p2000.o px.o aquarius.o c7420.o rom.o sorcerer.o sos.o svi.o sc3000.o ace-tap.o hex.o lynx.o rex6000.o tixx.o nascom.o cpc.o m5.o mc.o newbrain.o newext.o sms.o trs80.o c128.o galaksija.o vz.o enterprise.o x07.o residos.o inject.o vg5k.o z1013.o extract.o z9001.o kc.o glue.o zxn.o zx-util.o x1.o
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/appmake'
make -C src/appmake PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/appmake'
install appmake /home/build/z88dk/build/z88dk/bin/appmake
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/appmake'
make -C src/copt
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/copt'
gcc -c -o copt.o -g -O2 -DLOCAL_REGEXP -I. copt.c
gcc -c -o regex/regcomp.o -g -O2 -DLOCAL_REGEXP -I. regex/regcomp.c
gcc -c -o regex/regerror.o -g -O2 -DLOCAL_REGEXP -I. regex/regerror.c
gcc -c -o regex/regexec.o -g -O2 -DLOCAL_REGEXP -I. regex/regexec.c
gcc -c -o regex/regfree.o -g -O2 -DLOCAL_REGEXP -I. regex/regfree.c
gcc -o copt -g -O2 copt.o regex/regcomp.o  regex/regerror.o regex/regexec.o  regex/regfree.o
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/copt'
make -C src/copt PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/copt'
install copt /home/build/z88dk/build/z88dk/bin/copt
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/copt'
make -C src/cpp
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/cpp'
gcc -g -O2 -c cpp1.c
gcc -g -O2 -c cpp2.c
gcc -g -O2 -c cpp3.c
gcc -g -O2 -c cpp4.c
gcc -g -O2 -c cpp5.c
cpp5.c: In function 'bittest':
cpp5.c:606:1: warning: type of 'value' defaults to 'int' [-Wimplicit-int]
 bittest(value)
 ^~~~~~~
gcc -g -O2 -c cpp6.c
gcc -g -O2 -o zcpp cpp1.o cpp2.o cpp3.o cpp4.o cpp5.o cpp6.o
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/cpp'
make -C src/cpp PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/cpp'
install zcpp /home/build/z88dk/build/z88dk/bin/zcpp
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/cpp'
make -C src/ucpp
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/ucpp'
gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c mem.c
gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c nhash.c
nhash.c: In function 'find_node':
nhash.c:156:12: warning: 'ls' may be used uninitialized in this function [-Wmaybe-uninitialized]
   *leftson = ls;
   ~~~~~~~~~^~~~
nhash.c: In function 'internal_put':
nhash.c:275:14: warning: 'pnode' may be used uninitialized in this function [-Wmaybe-uninitialized]
  pnode->left = itemg;
  ~~~~~~~~~~~~^~~~~~~
gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c cpp.c
In file included from cpp.c:45:0:
cpp.c: In function 'handle_if':
mem.h:52:18: warning: 'tf.t' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #define freemem  free
                  ^~~~
cpp.c:987:20: note: 'tf.t' was declared here
  struct token_fifo tf, tf1, tf2, tf3, *save_tf;
                    ^~
In file included from cpp.c:45:0:
cpp.c: In function 'handle_include':
mem.h:98:9: warning: 'fname' may be used uninitialized in this function [-Wmaybe-uninitialized]
   (list)[(ptr) ++] = (obj); \
         ^
cpp.c:1200:8: note: 'fname' was declared here
  char *fname;
        ^~~~~
gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c lexer.c
lexer.c: In function 'ucpp_next_token':
lexer.c:842:20: warning: 'utf8' may be used uninitialized in this function [-Wmaybe-uninitialized]
       utf8 = (utf8 << 8) | c;
              ~~~~~~^~~~~
lexer.c:799:16: note: 'utf8' was declared here
  unsigned long utf8;
                ^~~~
gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c assert.c
In file included from assert.c:37:0:
assert.c: In function 'ucpp_handle_assert':
mem.h:52:18: warning: 'aname' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #define freemem  free
                  ^~~~
assert.c:134:8: note: 'aname' was declared here
  char *aname;
        ^~~~~
gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c macro.c
macro.c: In function 'ucpp_handle_define':
macro.c:322:20: warning: 'mv.t' may be used uninitialized in this function [-Wmaybe-uninitialized]
  struct token_fifo mv;
                    ^~
macro.c: In function 'ucpp_substitute_macro':
macro.c:1640:23: warning: 'save_tfi' may be used uninitialized in this function [-Wmaybe-uninitialized]
   tfi->art = save_tfi + (etl.art - etl_limit);
              ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
macro.c:1573:13: warning: 'atl' may be used uninitialized in this function [-Wmaybe-uninitialized]
    t.name = stringify(atl + anum);
             ^~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c eval.c
gcc -g -O2 -o ucpp mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/ucpp'
make -C src/ucpp PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/ucpp'
install ucpp /home/build/z88dk/build/z88dk/bin/ucpp
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/ucpp'
make -C src/sccz80
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/sccz80'
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o callfunc.o callfunc.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o codegen.o codegen.c
codegen.c: In function 'putstk':
codegen.c:395:13: warning: variable 'ptr' set but not used [-Wunused-but-set-variable]
     SYMBOL *ptr;
             ^~~
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o const.o const.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o data.o data.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o declinit.o declinit.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o error.o error.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o expr.o expr.c
expr.c: In function 'heirb':
expr.c:594:30: warning: variable 'valtype' set but not used [-Wunused-but-set-variable]
     int val, con, direct, k, valtype;
                              ^~~~~~~
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o goto.o goto.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o io.o io.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o lex.o lex.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o main.o main.c
main.c:99:66: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 'h', "help", OPT_FUNCTION|OPT_BOOL, "Show this help page", DispInfo, 0 },
                                                                  ^~~~~~~~
main.c:99:66: note: (near initialization for 'sccz80_opts[1].value')
main.c:111:89: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "math-z88", OPT_FUNCTION|OPT_BOOL, "(deprecated) Make FP constants match z88", &set_math_z88_parameters, 0 },
                                                                                         ^
main.c:111:89: note: (near initialization for 'sccz80_opts[13].value')
main.c:119:90: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "asm", OPT_FUNCTION, "=<name> Set the assembler output (z80asm,vasm,asxx,gnu)", SetAssembler, 0 },
                                                                                          ^~~~~~~~~~~~
main.c:119:90: note: (near initialization for 'sccz80_opts[20].value')
main.c:126:73: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "opt-code-speed", OPT_FUNCTION, "Optimise for speed not size", opt_code_size, 0},
                                                                         ^~~~~~~~~~~~~
main.c:126:73: note: (near initialization for 'sccz80_opts[27].value')
main.c:146:67: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "W", OPT_FUNCTION, "<type> Enable a class of warnings",  SetWarning, 0 },
                                                                   ^~~~~~~~~~
main.c:146:67: note: (near initialization for 'sccz80_opts[35].value')
main.c:151:64: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "D", OPT_FUNCTION, "Define a preprocessor directive", SetDefine, 0 },
                                                                ^~~~~~~~~
main.c:151:64: note: (near initialization for 'sccz80_opts[40].value')
main.c:152:67: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "U", OPT_FUNCTION, "Undefine a preprocessor directive" , SetUndefine, 0 },
                                                                   ^~~~~~~~~~~
main.c:152:67: note: (near initialization for 'sccz80_opts[41].value')
main.c: In function 'set_option':
main.c:797:49: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
         void (*func)(option *arg, char *type) = arg->value;
                                                 ^~~
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o misc.o misc.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o plunge.o plunge.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o preproc.o preproc.c
preproc.c: In function 'gch':
preproc.c:49:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (ch())
     ^~
preproc.c:53:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         return line[lptr++];
         ^~~~~~
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o primary.o primary.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o stmt.o stmt.c
stmt.c: In function 'doexpr':
stmt.c:336:13: warning: variable 'type' set but not used [-Wunused-but-set-variable]
     Kind    type;
             ^~~~
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o sym.o sym.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o while.o while.c
gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o declparse.o declparse.c
gcc -g -O2 -o sccz80 callfunc.o codegen.o const.o data.o declinit.o error.o expr.o goto.o io.o lex.o main.o misc.o plunge.o preproc.o primary.o stmt.o sym.o while.o declparse.o -lm
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/sccz80'
make -C src/sccz80 PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/sccz80'
install -m 755 sccz80 /home/build/z88dk/build/z88dk/bin/sccz80
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/sccz80'
make -C src/z80asm
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm'
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o errors.o errors.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o libfile.o libfile.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o z80asm.o z80asm.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o main.o main.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o opcodes.o opcodes.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o model.o model.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o sym.o sym.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o listfile.o listfile.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o modlink.o modlink.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o z80pass.o z80pass.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o symtab.o symtab.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o directives.o directives.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o options.o options.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o scan.o scan.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -O0 -c -o parse.o parse.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o codearea.o codearea.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o module.o module.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o error_func.o error_func.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o objfile.o objfile.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o expr.o expr.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o hist.o hist.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/srcfile.o lib/srcfile.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/list.o lib/list.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/dbg.o lib/dbg.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/str.o lib/str.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/class.o lib/class.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/strpool.o lib/strpool.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/fileutil.o lib/fileutil.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/strhash.o lib/strhash.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/alloc.o lib/alloc.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/minunit.o lib/minunit.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/array.o lib/array.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -o z80asm errors.o libfile.o z80asm.o main.o opcodes.o model.o sym.o listfile.o modlink.o z80pass.o symtab.o directives.o options.o scan.o parse.o codearea.o module.o error_func.o objfile.o expr.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strpool.o lib/fileutil.o lib/strhash.o lib/alloc.o lib/minunit.o lib/array.o -g -O2
make -C dev/z80asm_lib
make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
../../z80asm -xz80asm-z80-.lib 			--cpu=z80				 @z80asm_lib.lst
../../z80asm -xz80asm-z80-ixiy.lib 		--cpu=z80 		--IXIY	 @z80asm_lib.lst
../../z80asm -xz80asm-z80_zxn-.lib 		--cpu=z80-zxn			 @z80asm_lib.lst
../../z80asm -xz80asm-z80_zxn-ixiy.lib 	--cpu=z80-zxn 	--IXIY	 @z80asm_lib.lst
../../z80asm -xz80asm-z180-.lib 			--cpu=z180				 @z80asm_lib.lst
../../z80asm -xz80asm-z180-ixiy.lib 		--cpu=z180 		--IXIY	 @z80asm_lib.lst
../../z80asm -xz80asm-r2k-.lib 			--cpu=r2k				 @z80asm_lib.lst
../../z80asm -xz80asm-r2k-ixiy.lib 		--cpu=r2k 		--IXIY	 @z80asm_lib.lst
../../z80asm -xz80asm-r3k-.lib 			--cpu=r3k				 @z80asm_lib.lst
../../z80asm -xz80asm-r3k-ixiy.lib 		--cpu=r3k 		--IXIY	 @z80asm_lib.lst
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
cp dev/z80asm_lib/z80asm-*.lib .
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o t/testlib.o t/testlib.c
ar rcs t/libtestlib.a errors.o libfile.o  main.o opcodes.o model.o sym.o listfile.o modlink.o z80pass.o symtab.o directives.o options.o scan.o parse.o codearea.o module.o error_func.o objfile.o expr.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strpool.o lib/fileutil.o lib/strhash.o lib/alloc.o lib/minunit.o lib/array.o t/testlib.o
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm'
make -C src/z80asm PREFIX=`pwd` PREFIX_SHARE=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm'
install z80asm     /home/build/z88dk/build/z88dk/bin/z80asm
install asmpp.pl      /home/build/z88dk/build/z88dk/bin/asmpp.pl
make -C dev/z80asm_lib install PREFIX=/home/build/z88dk/build/z88dk
make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
install z80asm-z80-.lib /home/build/z88dk/build/z88dk/lib/z80asm-z80-.lib
install z80asm-z80-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-z80-ixiy.lib
install z80asm-z80_zxn-.lib /home/build/z88dk/build/z88dk/lib/z80asm-z80_zxn-.lib
install z80asm-z80_zxn-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-z80_zxn-ixiy.lib
install z80asm-z180-.lib /home/build/z88dk/build/z88dk/lib/z80asm-z180-.lib
install z80asm-z180-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-z180-ixiy.lib
install z80asm-r2k-.lib /home/build/z88dk/build/z88dk/lib/z80asm-r2k-.lib
install z80asm-r2k-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-r2k-ixiy.lib
install z80asm-r3k-.lib /home/build/z88dk/build/z88dk/lib/z80asm-r3k-.lib
install z80asm-r3k-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-r3k-ixiy.lib
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm'
make -C src/zcc
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zcc'
gcc -c -o zcc.o -g -O2 -DLOCAL_REGEXP -I. -I../copt zcc.c
zcc.c: In function 'ShowErrors':
zcc.c:2677:39: warning: zero-length gnu_printf format string [-Wformat-zero-length]
     sprintf(strstr(filenamebuf, "'"), "");
                                       ^~
zcc.c: In function 'main':
zcc.c:950:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
   system(cmdline);
   ^~~~~~~~~~~~~~~
zcc.c: In function 'ShowErrors':
zcc.c:2680:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
       fgets(buffer2, LINEMAX, fp2);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -o zcc -g -O2 -DLOCAL_REGEXP zcc.o ../copt/regex/regcomp.o  ../copt/regex/regerror.o ../copt/regex/regexec.o  ../copt/regex/regfree.o
zcc.o: In function `tempname':
/home/build/z88dk/build/z88dk/src/zcc/zcc.c:2730: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zcc'
make -C src/zcc PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zcc'
install zcc /home/build/z88dk/build/z88dk/bin/
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zcc'
make -C src/zpragma
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zpragma'
gcc -g -O2   -c -o zpragma.o zpragma.c
zpragma.c: In function 'main':
zpragma.c:352:39: warning: passing argument 2 of 'write_defined' makes integer from pointer without a cast [-Wint-conversion]
                     write_defined(ptr,"REGISTER_SP",exp);
                                       ^~~~~~~~~~~~~
zpragma.c:136:6: note: expected 'int32_t {aka int}' but argument is of type 'char *'
 void write_defined(char *sname, int32_t value, int export)
      ^~~~~~~~~~~~~
gcc -o zpragma -g -O2 zpragma.o
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zpragma'
make -C src/zpragma PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zpragma'
install zpragma /home/build/z88dk/build/z88dk/bin/zpragma
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zpragma'
make -C src/zx7
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zx7'
gcc -o zx7 -g -O2 compress.c  optimize.c  zx7.c
gcc -o dzx7 -g -O2 dzx7.c
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zx7'
make -C src/zx7 PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zx7'
install zx7 /home/build/z88dk/build/z88dk/bin/zx7
install dzx7 /home/build/z88dk/build/z88dk/bin/dzx7
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zx7'
make -C src/z80nm
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80nm'
gcc -g -O2   -c -o ar.o ar.c
ar.c: In function 'read_signature':
ar.c:179:27: warning: format '%X' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=]
  printf("\nFile %s at $%04X: %s\n", filename, ftell( fp ) - 8, file_signature );
                           ^
gcc -o z80nm -g -O2 ar.o 
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80nm'
make -C src/z80nm PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80nm'
install z80nm /home/build/z88dk/build/z88dk/bin/z80nm
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80nm'
make -C src/lstmanip
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/lstmanip'
gcc -g -O2   -c -o lstmanip.o lstmanip.c
gcc -o z88dk-lstmanip -g -O2 lstmanip.o
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/lstmanip'
make -C src/lstmanip PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/lstmanip'
install z88dk-lstmanip /home/build/z88dk/build/z88dk/bin/z88dk-lstmanip
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/lstmanip'
make -C src/ticks
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/ticks'
gcc -g -O2 -I../../ext/uthash/src/   -c -o ticks.o ticks.c
ticks.c: In function 'tapcycles':
ticks.c:595:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     (void)fread(tapbuf, 1, 0x20000, ft);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c: In function 'main':
ticks.c:728:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
             (void)fread(tapbuf, 1, 0x20000, ft);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:792:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(mem, 1, 16384, fk);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:794:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&i, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:795:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&l_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:796:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&h_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:797:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&e_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:798:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&d_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:799:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&c_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:800:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&b_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:801:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&w, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:807:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&a_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:808:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&l, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:809:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&h, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:810:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&e, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:811:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&d, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:812:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&c, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:813:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&b, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:814:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&yl, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:815:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&yh, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:816:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&xl, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:817:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&xh, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:818:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&iff, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:820:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&r, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:822:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&w, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:824:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&a, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:825:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&sp, 2, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:826:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&im, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:827:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&w, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:828:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(mem+0x4000, 1, 0xc000, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:832:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(mem, 1, 65536, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:833:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&w, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:835:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&a, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:836:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&c, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:837:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&b, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:838:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&l, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:839:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&h, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:840:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&pc, 2, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:841:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&sp, 2, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:842:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&i, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:843:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&r, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:845:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&e, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:846:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&d, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:847:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&c_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:848:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&b_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:849:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&e_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:850:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&d_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:851:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&l_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:852:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&h_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:853:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&w, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:860:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&a_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:861:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&yl, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:862:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&yh, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:863:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&xl, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:864:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&xh, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:865:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&iff, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:866:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&im, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:867:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&mp, 2, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:869:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(mem, 1, size, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:875:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     (void)fread(&wavpos, 4, 1, fh);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:882:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
       (void)fread(tapbuf, 1, 0x20000, ft);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:883:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     (void)fread(&sttap, 4, 1, fh);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -I../../ext/uthash/src/   -c -o hook_console.o hook_console.c
gcc -g -O2 -I../../ext/uthash/src/   -c -o hook_io.o hook_io.c
gcc -g -O2 -I../../ext/uthash/src/   -c -o hook_misc.o hook_misc.c
gcc -g -O2 -I../../ext/uthash/src/   -c -o hook.o hook.c
gcc -g -O2 -I../../ext/uthash/src/   -c -o disassembler.o disassembler.c
gcc -g -O2 -I../../ext/uthash/src/   -c -o debugger.o debugger.c
gcc -g -O2 -I../../ext/uthash/src/   -c -o linenoise.o linenoise.c
gcc -g -O2 -I../../ext/uthash/src/   -c -o utf8.o utf8.c
gcc -g -O2 -I../../ext/uthash/src/   -c -o syms.o syms.c
gcc -o ticks -g -O2 -I../../ext/uthash/src/ ticks.o hook_console.o hook_io.o hook_misc.o hook.o disassembler.o debugger.o linenoise.o utf8.o syms.o
gcc -g -O2 -I../../ext/uthash/src/   -c -o disassembler_main.o disassembler_main.c
gcc -g -O2 -I../../ext/uthash/src/   -c -o disassembler_alg.o disassembler_alg.c
gcc -o z88dk-dis -g -O2 -I../../ext/uthash/src/ disassembler_main.o disassembler.o syms.o disassembler_alg.o
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/ticks'
make -C src/ticks PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/ticks'
install ticks /home/build/z88dk/build/z88dk/bin/ticks
install z88dk-dis /home/build/z88dk/build/z88dk/bin/z88dk-dis
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/ticks'
make -C support/graphics
make[1]: Entering directory '/home/build/z88dk/build/z88dk/support/graphics'
gcc -g -O2 `xml2-config --cflags`   -c -o z80svg.o z80svg.c
gcc -o z80svg -g -O2 `xml2-config --cflags` z80svg.o  `xml2-config --libs`
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/support/graphics'
make -C support/graphics PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/support/graphics'
install z80svg /home/build/z88dk/build/z88dk/bin/
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/support/graphics'
make -C testsuite
make[1]: Entering directory '/home/build/z88dk/build/z88dk/testsuite'
zcc +test -vn -a 01_cast_global_pointer.c -o 01_cast_global_pointer.opt
make[1]: zcc: Command not found
Makefile:26: recipe for target '01_cast_global_pointer.opt' failed
make[1]: *** [01_cast_global_pointer.opt] Error 127
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/testsuite'
Makefile:135: recipe for target 'testsuite' failed
make: *** [testsuite] Error 2
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
make -C src/appmake
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/appmake'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/appmake'
make -C src/appmake PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/appmake'
install appmake /home/build/z88dk/build/z88dk/bin/appmake
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/appmake'
make -C src/copt
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/copt'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/copt'
make -C src/copt PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/copt'
install copt /home/build/z88dk/build/z88dk/bin/copt
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/copt'
make -C src/cpp
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/cpp'
make[1]: 'zcpp' is up to date.
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/cpp'
make -C src/cpp PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/cpp'
install zcpp /home/build/z88dk/build/z88dk/bin/zcpp
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/cpp'
make -C src/ucpp
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/ucpp'
make[1]: 'ucpp' is up to date.
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/ucpp'
make -C src/ucpp PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/ucpp'
install ucpp /home/build/z88dk/build/z88dk/bin/ucpp
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/ucpp'
make -C src/sccz80
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/sccz80'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/sccz80'
make -C src/sccz80 PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/sccz80'
install -m 755 sccz80 /home/build/z88dk/build/z88dk/bin/sccz80
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/sccz80'
make -C src/z80asm
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm'
make -C dev/z80asm_lib
make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
cp dev/z80asm_lib/z80asm-*.lib .
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm'
make -C src/z80asm PREFIX=`pwd` PREFIX_SHARE=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm'
install z80asm     /home/build/z88dk/build/z88dk/bin/z80asm
install asmpp.pl      /home/build/z88dk/build/z88dk/bin/asmpp.pl
make -C dev/z80asm_lib install PREFIX=/home/build/z88dk/build/z88dk
make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
install z80asm-z80-.lib /home/build/z88dk/build/z88dk/lib/z80asm-z80-.lib
install z80asm-z80-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-z80-ixiy.lib
install z80asm-z80_zxn-.lib /home/build/z88dk/build/z88dk/lib/z80asm-z80_zxn-.lib
install z80asm-z80_zxn-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-z80_zxn-ixiy.lib
install z80asm-z180-.lib /home/build/z88dk/build/z88dk/lib/z80asm-z180-.lib
install z80asm-z180-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-z180-ixiy.lib
install z80asm-r2k-.lib /home/build/z88dk/build/z88dk/lib/z80asm-r2k-.lib
install z80asm-r2k-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-r2k-ixiy.lib
install z80asm-r3k-.lib /home/build/z88dk/build/z88dk/lib/z80asm-r3k-.lib
install z80asm-r3k-ixiy.lib /home/build/z88dk/build/z88dk/lib/z80asm-r3k-ixiy.lib
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm'
make -C src/zcc
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zcc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zcc'
make -C src/zcc PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zcc'
install zcc /home/build/z88dk/build/z88dk/bin/
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zcc'
make -C src/zpragma
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zpragma'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zpragma'
make -C src/zpragma PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zpragma'
install zpragma /home/build/z88dk/build/z88dk/bin/zpragma
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zpragma'
make -C src/zx7
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zx7'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zx7'
make -C src/zx7 PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zx7'
install zx7 /home/build/z88dk/build/z88dk/bin/zx7
install dzx7 /home/build/z88dk/build/z88dk/bin/dzx7
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zx7'
make -C src/z80nm
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80nm'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80nm'
make -C src/z80nm PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80nm'
install z80nm /home/build/z88dk/build/z88dk/bin/z80nm
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80nm'
make -C src/lstmanip
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/lstmanip'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/lstmanip'
make -C src/lstmanip PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/lstmanip'
install z88dk-lstmanip /home/build/z88dk/build/z88dk/bin/z88dk-lstmanip
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/lstmanip'
make -C src/ticks
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/ticks'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/ticks'
make -C src/ticks PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/ticks'
install ticks /home/build/z88dk/build/z88dk/bin/ticks
install z88dk-dis /home/build/z88dk/build/z88dk/bin/z88dk-dis
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/ticks'
make -C support/graphics
make[1]: Entering directory '/home/build/z88dk/build/z88dk/support/graphics'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/support/graphics'
make -C support/graphics PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/support/graphics'
install z80svg /home/build/z88dk/build/z88dk/bin/
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/support/graphics'
make -C testsuite
make[1]: Entering directory '/home/build/z88dk/build/z88dk/testsuite'
zcc +test -vn -a 01_cast_global_pointer.c -o 01_cast_global_pointer.opt
diff -w tmp.opt results/01_cast_global_pointer.opt
zcc +test -vn -a Issue_569_init_from_2d_array.c -o Issue_569_init_from_2d_array.opt
diff -w tmp.opt results/Issue_569_init_from_2d_array.opt
zcc +test -vn -a Issue_419_Extern_Prototypes_In_Function.c -o Issue_419_Extern_Prototypes_In_Function.opt
diff -w tmp.opt results/Issue_419_Extern_Prototypes_In_Function.opt
zcc +test -vn -a Issue_103_floating_addition.c -o Issue_103_floating_addition.opt
diff -w tmp.opt results/Issue_103_floating_addition.opt
zcc +test -vn -a Issue_98_Stack_offset.c -o Issue_98_Stack_offset.opt
diff -w tmp.opt results/Issue_98_Stack_offset.opt
zcc +test -vn -a Issue_452_far_pointers.c -o Issue_452_far_pointers.opt
diff -w tmp.opt results/Issue_452_far_pointers.opt
zcc +test -vn -a Issue_543_complement.c -o Issue_543_complement.opt
diff -w tmp.opt results/Issue_543_complement.opt
zcc +test -vn -a Issue_254_KR_Specifiers.c -o Issue_254_KR_Specifiers.opt
diff -w tmp.opt results/Issue_254_KR_Specifiers.opt
zcc +test -vn -a 02_addr_ptr.c -o 02_addr_ptr.opt
diff -w tmp.opt results/02_addr_ptr.opt
zcc +test -vn -a Issue_608_Arrays.c -o Issue_608_Arrays.opt
diff -w tmp.opt results/Issue_608_Arrays.opt
zcc +test -vn -a Issue_188_builtins.c -o Issue_188_builtins.opt
diff -w tmp.opt results/Issue_188_builtins.opt
zcc +test -vn -a Issue_510_mult_minus1.c -o Issue_510_mult_minus1.opt
diff -w tmp.opt results/Issue_510_mult_minus1.opt
zcc +test -vn -a Issue_485_sdccdecl.c -o Issue_485_sdccdecl.opt
diff -w tmp.opt results/Issue_485_sdccdecl.opt
zcc +test -vn -a Issue_452_pointers.c -o Issue_452_pointers.opt
sccz80:"Issue_452_pointers.c" L:78 Warning:Pointer arithmetic with non-matching types: struct x *ptr1-char * [-Wincompatible-pointer-types]
diff -w tmp.opt results/Issue_452_pointers.opt
zcc +test -vn -a Issue_452_unsigned.c -o Issue_452_unsigned.opt
diff -w tmp.opt results/Issue_452_unsigned.opt
zcc +test -vn -a Issue_574_fastcall_offset.c -o Issue_574_fastcall_offset.opt
diff -w tmp.opt results/Issue_574_fastcall_offset.opt
zcc +test -vn -a Issue_510_long_and.c -o Issue_510_long_and.opt
diff -w tmp.opt results/Issue_510_long_and.opt
zcc +test -vn -a Issue_569_jagged_array.c -o Issue_569_jagged_array.opt
diff -w tmp.opt results/Issue_569_jagged_array.opt
zcc +test -vn -a Issue_489_variable_defn_in_forloop.c -o Issue_489_variable_defn_in_forloop.opt
sccz80:"Issue_489_variable_defn_in_forloop.c" L:17 Warning:Loss of precision, converting long i to int i [-Wconversion]
diff -w tmp.opt results/Issue_489_variable_defn_in_forloop.opt
zcc +test -vn -a Issue_295_structgetsfar.c -o Issue_295_structgetsfar.opt
diff -w tmp.opt results/Issue_295_structgetsfar.opt
zcc +test -vn -a Issue_499_typedef_initialisation.c -o Issue_499_typedef_initialisation.opt
diff -w tmp.opt results/Issue_499_typedef_initialisation.opt
zcc +test -vn -a Issue_497_astroforce_compile.c -o Issue_497_astroforce_compile.opt
diff -w tmp.opt results/Issue_497_astroforce_compile.opt
zcc +test -vn -a Issue_501_extern_at.c -o Issue_501_extern_at.opt
diff -w tmp.opt results/Issue_501_extern_at.opt
zcc +test -vn -a Issue_615_if.c -o Issue_615_if.opt
diff -w tmp.opt results/Issue_615_if.opt
zcc +test -vn -a Issue_98_check_int.c -o Issue_98_check_int.opt
diff -w tmp.opt results/Issue_98_check_int.opt
zcc +test -vn -a Issue_103_double_prepost.c -o Issue_103_double_prepost.opt
diff -w tmp.opt results/Issue_103_double_prepost.opt
zcc +test -vn -a Issue_452_arrays.c -o Issue_452_arrays.opt
diff -w tmp.opt results/Issue_452_arrays.opt
zcc +test -vn -a Issue_490_long_extension.c -o Issue_490_long_extension.opt
diff -w tmp.opt results/Issue_490_long_extension.opt
zcc +test -vn -a Issue_564_casting.c -o Issue_564_casting.opt
diff -w tmp.opt results/Issue_564_casting.opt
zcc +test -vn -a Issue_509_long_constant.c -o Issue_509_long_constant.opt
diff -w tmp.opt results/Issue_509_long_constant.opt
zcc +test -vn -a Issue_26_casting.c -o Issue_26_casting.opt
diff -w tmp.opt results/Issue_26_casting.opt
zcc +test -vn -a Issue_507_unnamed_structs.c -o Issue_507_unnamed_structs.opt
diff -w tmp.opt results/Issue_507_unnamed_structs.opt
zcc +test -vn -a Issue_615_while_loop.c -o Issue_615_while_loop.opt
diff -w tmp.opt results/Issue_615_while_loop.opt
zcc +test -vn -a Issue_493__func__.c -o Issue_493__func__.opt
diff -w tmp.opt results/Issue_493__func__.opt
zcc +test -vn -a Issue_491_enums.c -o Issue_491_enums.opt
diff -w tmp.opt results/Issue_491_enums.opt
zcc +test -vn -a Issue_514_flexible_member.c -o Issue_514_flexible_member.opt
diff -w tmp.opt results/Issue_514_flexible_member.opt
zcc +test -vn -a Issue_490_ptr_arithmetic.c -o Issue_490_ptr_arithmetic.opt
diff -w tmp.opt results/Issue_490_ptr_arithmetic.opt
zcc +test -vn -a Issue_490_repeated_extern_decls.c -o Issue_490_repeated_extern_decls.opt
diff -w tmp.opt results/Issue_490_repeated_extern_decls.opt
zcc +test -vn -a Issue_480_asmfunc.c -o Issue_480_asmfunc.opt
diff -w tmp.opt results/Issue_480_asmfunc.opt
zcc +test -vn -a Issue_452_struct.c -o Issue_452_struct.opt
diff -w tmp.opt results/Issue_452_struct.opt
zcc +test -vn -a Issue_615_loop.c -o Issue_615_loop.opt
diff -w tmp.opt results/Issue_615_loop.opt
zcc +test -vn -a Issue_98_underlying.c -o Issue_98_underlying.opt
diff -w tmp.opt results/Issue_98_underlying.opt
zcc +test -vn -a Issue_600_fastcall.c -o Issue_600_fastcall.opt
sccz80:"Issue_600_fastcall.c" L:6 Warning:Cannot define function 'func4' as __z88dk_fastcall __stdc when it has more than 1 argument [-Wincorrect-function-declspec]
diff -w tmp.opt results/Issue_600_fastcall.opt
zcc +test -vn -a Issue_482_optrule.c -o Issue_482_optrule.opt
diff -w tmp.opt results/Issue_482_optrule.opt
zcc +test -custom-copt-rules=../lib/zxn_rules.1 -vn -a zxn/Issue_312_zxn_optimisations.c -o zxn/Issue_312_zxn_optimisations.opt
diff -w tmp.opt results/zxn/Issue_312_zxn_optimisations.opt
zcc +rcmx000 -vn -a rabbit/rabbit_optimisations.c -o rabbit/rabbit_optimisations.opt
diff -w tmp.opt results/rabbit/rabbit_optimisations.opt
zcc +test -mz180 -vn -a z180/Issue_481_multiply_char.c -o z180/Issue_481_multiply_char.opt
diff -w tmp.opt results/z180/Issue_481_multiply_char.opt
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/testsuite'
make -C src/z88dk-lib
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z88dk-lib'
gcc -g -O2   -c -o z88dk-lib.o z88dk-lib.c
z88dk-lib.c: In function 'main':
z88dk-lib.c:547:13: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
             system(newlib_paths[NEWLIB_HDR_MAKE]);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -o z88dk-lib -g -O2 z88dk-lib.o
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z88dk-lib'
make -C src/z88dk-lib PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z88dk-lib'
install z88dk-lib /home/build/z88dk/build/z88dk/bin/z88dk-lib
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z88dk-lib'
make: Entering directory '/home/build/z88dk/build/z88dk/libsrc'
rm -f *.o*   zcc_opt.def
rm -f *.bin *.i *.lib *.op* *.o *~ zcc_opt.def
rm -f *.bin *.i *.lib *.op* *.o *~ zcc_opt.def
rm -f lib/sccz80/z80.lib
rm -f lib/sdcc_ix/z80.lib
rm -f lib/sdcc_iy/z80.lib
rm -f lib/sccz80/cpm.lib
rm -f lib/sdcc_ix/cpm.lib
rm -f lib/sdcc_iy/cpm.lib
rm -f lib/sccz80/m.lib
rm -f lib/sdcc_ix/m.lib
rm -f lib/sdcc_iy/m.lib
rm -f lib/sccz80/rc2014.lib
rm -f lib/sdcc_ix/rc2014.lib
rm -f lib/sdcc_iy/rc2014.lib
rm -f lib/sccz80/sms.lib
rm -f lib/sdcc_ix/sms.lib
rm -f lib/sdcc_iy/sms.lib
rm -f lib/sccz80/vgl.lib
rm -f lib/sdcc_ix/vgl.lib
rm -f lib/sdcc_iy/vgl.lib
rm -f lib/sccz80/yaz180.lib
rm -f lib/sdcc_ix/yaz180.lib
rm -f lib/sdcc_iy/yaz180.lib
rm -f lib/sccz80/z180.lib
rm -f lib/sdcc_ix/z180.lib
rm -f lib/sdcc_iy/z180.lib
rm -f lib/sccz80/zx.lib
rm -f lib/sdcc_ix/zx.lib
rm -f lib/sdcc_iy/zx.lib
rm -f lib/sccz80/zxn.lib
rm -f lib/sdcc_ix/zxn.lib
rm -f lib/sdcc_iy/zxn.lib
rm -f config_private.inc zcc_opt.def
find . -name '*.o' | xargs rm -f
find . -name '*.err' | xargs rm -f
make: Leaving directory '/home/build/z88dk/build/z88dk/libsrc'
make: Entering directory '/home/build/z88dk/build/z88dk/libsrc'

--- Building Z80 crt0 Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I.. -x/home/build/z88dk/build/z88dk/libsrc//z80_crt0.lib @crt0.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I.. --cpu=r2k -x/home/build/z88dk/build/z88dk/libsrc//rcmx000_crt0.lib @rcm.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I.. --IXIY -DZ80S183 -x/home/build/z88dk/build/z88dk/libsrc//z80iy_crt0.lib @crt0.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I.. -DZ80S183 -x/home/build/z88dk/build/z88dk/libsrc//z80s183_crt0 @crt0.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I.. -x/home/build/z88dk/build/z88dk/libsrc//z180_crt0.lib --cpu=z180 @crt0_z180.lst

--- Building Z80 math48 Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//math48 @math48.lst

--- Building Z80 Generic Maths Library ---

sccz80:"atof.c" L:31 Warning:Assigning 'start', type: unsigned char *start from char *s [-Wincompatible-pointer-types]
sccz80:"atof.c" L:37 Warning:Assigning 'end', type: unsigned char *end from char *s [-Wincompatible-pointer-types]
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//zx81_math --IXIY @zx81list
sccz80:"atof.c" L:31 Warning:Assigning 'start', type: unsigned char *start from char *s [-Wincompatible-pointer-types]
sccz80:"atof.c" L:37 Warning:Assigning 'end', type: unsigned char *end from char *s [-Wincompatible-pointer-types]
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//gen_math @genlist
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//gendos @genlist

---> Building NDOS library <---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//ndos @ndoslist

--- Building IM 2 Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//im2 @im2.lst

--- Building 3D Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//lib3d @lib3d.lst

--- Building X11 emulation Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//x11 @x11.lst

---> Building RS232 libraries <---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232osca @oscalist
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232cpc_booster @boosterlist
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232cpc_sti @stilist
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232if1 @if1list
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232plus @p3list

--- Building Z88 Maths Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//z88_math @z88list

--- Building Z88 Library ---

sccz80:"zsock/fopen_zsock.c" L:47 Warning:Assigning 'ptr', type: unsigned char uint8_t*ptr from char * [-Wincompatible-pointer-types]
TARGET=z88 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I/home/build/z88dk/build/z88dk/libsrc//../lib//target/z88/def -DSTANDARDESCAPECHARS -DFORz88 -x/home/build/z88dk/build/z88dk/libsrc//z88_clib @./z88.lst

--- Building Z88 ZSock Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I/home/build/z88dk/build/z88dk/libsrc//../lib//target/z88/def -x/home/build/z88dk/build/z88dk/libsrc//net @zsock_list
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I/home/build/z88dk/build/z88dk/libsrc//../lib//arch/z88/def -x/home/build/z88dk/build/z88dk/libsrc//netdev @zsockdev_list

--- Building TI82 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=ti82 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti82 -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti82_clib @./ticalc.lst

--- Building TI83 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=ti83 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti83 -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti83_clib @./ticalc.lst

--- Building TI83+ Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=ti8x TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti83p -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti83p_clib @./ticalc.lst

--- Building TI85 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=ti85 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti85 -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti85_clib @./ticalc.lst

--- Building TI86 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=ti86 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti86 -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti86_clib @./ticalc.lst

--- Building TS2068 (Spectrum clone) Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=zx TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORzx -DFORts2068 -DA80COL -x/home/build/z88dk/build/z88dk/libsrc//ts2068_clib @./ts2068.lst

--- Building TS2068 High Resolution Graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORgfx2068hr -x/home/build/z88dk/build/z88dk/libsrc//gfx2068hr @./gfx2068hr.lst

--- Building ZX Spectrum Graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -x/home/build/z88dk/build/z88dk/libsrc//gfxspectrum @./gfxspectrum.lst

--- Building ZX Spectrum Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=zx TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -DSTANDARDESCAPECHARS  -x/home/build/z88dk/build/z88dk/libsrc//zx_clib @./zx.lst
TARGET=zx TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx  -x/home/build/z88dk/build/z88dk/libsrc//zxcpm @./zxcpm.lst

--- Building ZXVGS Library ---

make[1]: Nothing to be done for 'all'.
Nothing to do!
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -x/home/build/z88dk/build/z88dk/libsrc//zxvgs @./zxvgs.lst

--- Building ZX Spectrum Maths Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -x/home/build/z88dk/build/z88dk/libsrc//mzx @zxmlist

--- Building ZX Spectrum Tiny Maths Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -DTINYMODE -x/home/build/z88dk/build/z88dk/libsrc//mzx_tiny @zxmlist

--- Building ZXROM Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -x/home/build/z88dk/build/z88dk/libsrc//zxrom @./zxrom.lst

--- Building ZX Spectrum fcntl libraries ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//zxmdv @mdvlist
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//p3 @plus3.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//zxbasdrv @zxbdlst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//zxbasdos @zxbdlst2
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//esxdos @esxdos.lst

--- Building Enterprise 64/128 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=enterprise TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORenterprise -x/home/build/z88dk/build/z88dk/libsrc//enterprise_clib @./enterprise.lst

--- Building Enterprise 64/128 Graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORenterprise -x/home/build/z88dk/build/z88dk/libsrc//gfxep @./gfxep.lst

--- Building Enterprise 64/128 High Resolution Graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORenterprisehr -x/home/build/z88dk/build/z88dk/libsrc//gfxephr @./gfxephr.lst

--- Building Commodore 128 ANSI Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=c128 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128 -x/home/build/z88dk/build/z88dk/libsrc//c128cpm @./c128cpm.lst
TARGET=c128 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128 -x/home/build/z88dk/build/z88dk/libsrc//c128ansi_clib @./c128ansi.lst

--- Building Commodore 128 Base Graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128 -x/home/build/z88dk/build/z88dk/libsrc//gfx128 @./gfx128.lst

--- Building Commodore 128 High Resolution Graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128hr -x/home/build/z88dk/build/z88dk/libsrc//gfx128hr @./gfx128hr.lst

--- Building Commodore 128 640x480 HRG Library ---

make[2]: Nothing to be done for 'all'.
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128hr480 -x/home/build/z88dk/build/z88dk/libsrc//gfx128hr480 @./gfx128hr480.lst

--- Building Amstrad NC100 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=nc TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORnc -x/home/build/z88dk/build/z88dk/libsrc//nc_clib @./nc100.lst

--- Building NC-100 Graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnc100 -x/home/build/z88dk/build/z88dk/libsrc//gfxnc100 @./gfxnc.lst

--- Building NC-100 Graphics Library (ZCN)---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnc100 -DFORzcn -x/home/build/z88dk/build/z88dk/libsrc//gfxzcn @./gfxnc.lst

--- Building NC-200 Graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnc200 -x/home/build/z88dk/build/z88dk/libsrc//gfxnc200 @./gfxnc.lst

--- Building Amstrad CPC Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.

--- Building Amstrad CPC fcntl Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORcpc -x/home/build/z88dk/build/z88dk/libsrc//cpcfs @cpcfs.lst
TARGET=cpc TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORcpc -x/home/build/z88dk/build/z88dk/libsrc//cpc_clib @./cpc.lst
TARGET=cpc TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORcpc -x/home/build/z88dk/build/z88dk/libsrc//cpccpm @./cpccpm.lst

--- Building Amstrad CPC Maths Libraries ---

sccz80:"atof.c" L:31 Warning:Assigning 'start', type: unsigned char *start from char *s [-Wincompatible-pointer-types]
sccz80:"atof.c" L:37 Warning:Assigning 'end', type: unsigned char *end from char *s [-Wincompatible-pointer-types]
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DforCPC464 -x/home/build/z88dk/build/z88dk/libsrc//464_math @468list
sccz80:"atof.c" L:31 Warning:Assigning 'start', type: unsigned char *start from char *s [-Wincompatible-pointer-types]
sccz80:"atof.c" L:37 Warning:Assigning 'end', type: unsigned char *end from char *s [-Wincompatible-pointer-types]
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DforCPC664 -x/home/build/z88dk/build/z88dk/libsrc//664_math @468list
sccz80:"atof.c" L:31 Warning:Assigning 'start', type: unsigned char *start from char *s [-Wincompatible-pointer-types]
sccz80:"atof.c" L:37 Warning:Assigning 'end', type: unsigned char *end from char *s [-Wincompatible-pointer-types]
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DforCPC6128 -x/home/build/z88dk/build/z88dk/libsrc//6128_math @468list
sccz80:"atof.c" L:31 Warning:Assigning 'start', type: unsigned char *start from char *s [-Wincompatible-pointer-types]
sccz80:"atof.c" L:37 Warning:Assigning 'end', type: unsigned char *end from char *s [-Wincompatible-pointer-types]
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//cpc_math @cpclist

--- Building ABC80 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=abc80 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../  -DFORabc80 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//abc80_clib @./abc80.lst

--- Building ABC800 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=abc800 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//abc800_clib @./abc800.lst

--- Building Jupiter Ace Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=ace TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORace -DFORjupiter -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//ace_clib.lib @./ace.lst

--- Building Mattel Aquarius Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=aquarius TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORaquarius -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//aquarius_clib.lib @./aquarius.lst

--- Building Aussie Byte Library ---

TARGET=aussie TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORaussie -x/home/build/z88dk/build/z88dk/libsrc//aussie.lib @./aussie.lst

--- Building MicroBee Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=bee TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbee -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//bee_clib.lib @./bee.lst

--- Building MicroBee Library (CP/M & graphics) ---

TARGET=bee TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbee -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//microbee.lib @./beecpm.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbee -x/home/build/z88dk/build/z88dk/libsrc//gfxbee.lib @./beegfx.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbeehr -x/home/build/z88dk/build/z88dk/libsrc//gfxbee640.lib @./beegfxhr.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbeehr320 -x/home/build/z88dk/build/z88dk/libsrc//gfxbee320.lib @./beegfxhr320.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbeehr512 -x/home/build/z88dk/build/z88dk/libsrc//gfxbee512.lib @./beegfxhr512.lst

--- Building Philips Videopac C7420 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=c7420 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORc7420 -x/home/build/z88dk/build/z88dk/libsrc//c7420_clib.lib @./c7420.lst

--- Building CP/M Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
sccz80:"dir_get_entry_size.c" L:18 Warning:Assigning 'szptr', type: unsigned char *szptr from char *fc_dirbuf [-Wincompatible-pointer-types]
sccz80:"dir_get_entry_size.c" L:18 Warning:Assigning 'szptr', type: unsigned char *szptr from char *fc_dirbuf [-Wincompatible-pointer-types]
sccz80:"parsefcb.c" L:42 Warning:Assigning 'ptr', type: unsigned char *ptr from char * [-Wincompatible-pointer-types]
TARGET=cpm TYPE=z80 DEVICE=nodevice z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//cpm_clib @./cpm.lst

--- Building CP/M Device fnctl Library ---

TARGET=cpm TYPE=z80 DEVICE=device z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//cpmdevice @fcntl/cpm/fcntl.lst

--- Building Kaypro graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORkaypro -x/home/build/z88dk/build/z88dk/libsrc//gfxkp @./gfxkp.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORkaypro83 -x/home/build/z88dk/build/z88dk/libsrc//gfxkp83 @./gfxkp83.lst

--- Building Tatung Einstein Library ---

TARGET=einstein TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFOReinstein -x/home/build/z88dk/build/z88dk/libsrc//einstein @./einstein.lst

--- Building Galaksija Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=gal TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORgal -x/home/build/z88dk/build/z88dk/libsrc//gal_clib @./gal.lst

--- Building Sharp PC-G8xx/E2xx Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=g800 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORg800 -x/home/build/z88dk/build/z88dk/libsrc//g800_clib @./g800.lst
TARGET=g800 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORg800 -x/home/build/z88dk/build/z88dk/libsrc//g850_clib @./g850.lst

--- Building SORD M5 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=m5 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORm5 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//m5_clib @./m5.lst

--- Building CCE MC-1000 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=mc1000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORmc1000 -DSTANDARDESCAPECHARS  -x/home/build/z88dk/build/z88dk/libsrc//mc1000_clib @./mc1000.lst

--- Building MSX Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=msx TYPE=z80 DEVICE=nodevice z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmsx -x/home/build/z88dk/build/z88dk/libsrc//msx_clib @./msx.lst

--- Building Memotech MTX Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=mtx TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmtx -x/home/build/z88dk/build/z88dk/libsrc//mtx_clib @./mtx.lst

--- Building Sharp MZ Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=mz TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//mz_clib @./mz.lst

--- Building NASCOM Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=nascom TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnascom -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//nascom_clib @./nascom.lst

--- Building Grundy NewBrain Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//nbdrv @nbflst
TARGET=newbrain TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnewbrain -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//newbrain_clib @./newbrain.lst
TARGET=newbrain TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnewbrain -x/home/build/z88dk/build/z88dk/libsrc//nbcpm_clib @./nbcpm.lst

--- Building Old School Computer Architecture Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//flosdos @floslist
sccz80:"open.c" L:42 Warning:Assigning 'flosfile', type: struct flos_file *flosfile from char * [-Wincompatible-pointer-types]
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//flosxdos @floslist
TARGET=osca TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORosca -DSTANDARDESCAPECHARS -DSDHC_SUPPORT -x/home/build/z88dk/build/z88dk/libsrc//osca_clib.lib @./osca.lst

--- Building Sharp OZ family ANSI Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=oz TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORoz -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ozansi_clib @./ozansi.lst

--- Building PacMan HW Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=pacman TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpacman -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pacman_clib @./pacman.lst

--- Building Philips P2000 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=p2000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORp2000 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//p2000_clib @./p2000.lst

--- Building PC6001 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=pc6001 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpc6001 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pc6001_clib @./pc6001.lst

--- Building Sprinter Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=pps TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pps_clib @./pps.lst

--- Building PX-4/HC-40 Library ---

TARGET=px4 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpx4 -x/home/build/z88dk/build/z88dk/libsrc//px4 @./px4.lst

--- Building PX-8/Geneva Library ---

TARGET=px8 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpx8 -x/home/build/z88dk/build/z88dk/libsrc//px8 @./px8.lst

--- Building Xircom Rex Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=rex TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORrex -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//rex_clib.lib @./rex6000.lst

--- Building SC-3000 System Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=sc3000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsc3000 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sc3000_clib @./sc3000.lst

--- Building Sega Master System Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=sms TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsms -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sms_clib @./sms.lst

--- Building Camputers Lynx Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=lynx TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORlynx -x/home/build/z88dk/build/z88dk/libsrc//lynx_clib @./lynx.lst

--- Building Spectravideo Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=svi TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsvi -x/home/build/z88dk/build/z88dk/libsrc//svi_clib @./svi.lst

--- Building Sam Coupe Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=sam TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsam -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sam_clib @./sam.lst

--- Building Sorcerer Exidy Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=srr TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsorcerer -x/home/build/z88dk/build/z88dk/libsrc//sorcerer_clib @./sorcerer.lst

--- Building S-OS (The Sentinel) Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=sos TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsos -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sos_clib.lib @./sos.lst

--- Building TIKI-100 Library ---

TARGET=tiki100 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtiki100 -x/home/build/z88dk/build/z88dk/libsrc//tiki100 @./tiki100.lst

--- Building TRS 80 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=trs80 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORtrs80 -x/home/build/z88dk/build/z88dk/libsrc//trs80_clib @./trs80.lst
TARGET=trs80 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtrs80 -x/home/build/z88dk/build/z88dk/libsrc//trs80cpm @./trs80cpm.lst

--- Building TRS 80 GFX libraires ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtrs80 -x/home/build/z88dk/build/z88dk/libsrc//gfxtrs80 @./gfxtrs80.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFOReg2000 -x/home/build/z88dk/build/z88dk/libsrc//gfxeg2000 @./gfxeg2000.lst

--- Building Philips VG5000 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=vg5k TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORvg5k -x/home/build/z88dk/build/z88dk/libsrc//vg5k_clib @./vg5k.lst

--- Building VZ200/300 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=vz TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORvz -x/home/build/z88dk/build/z88dk/libsrc//vz_clib @./vz200.lst

--- Building Canon X-07 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=x07 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//x07_clib @./x07.lst

--- Building Embedded (ns16450) Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=embedded TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORembedded -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//embedded_clib @./embedded.lst

--- Building Test System Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=test TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//test_clib @./test.lst

--- Building Test System Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=test TYPE=r2k z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//testrcm_clib @./testrcm.lst

--- Building Robotron Z1013 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=z1013 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORz1013 -x/home/build/z88dk/build/z88dk/libsrc//z1013_clib @./z1013.lst

--- Building Robotron KC85/1, KC/87, Z9001 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=z9001 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORz9001 -x/home/build/z88dk/build/z88dk/libsrc//z9001_clib @./z9001.lst

--- Building Z9001 Standard Graphics Libraires ---

TARGET=z9001 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORz9001 -x/home/build/z88dk/build/z88dk/libsrc//gfx9001 @./gfx9001.lst

--- Building Z9001 KRT High Resolution libraires ---

TARGET=z9001 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORz9001krt -x/home/build/z88dk/build/z88dk/libsrc//gfx9001krt @./gfx9001krt.lst

--- Building VEB Mikroelektronik KC85/2..5 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=kc TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORkc -x/home/build/z88dk/build/z88dk/libsrc//kc_clib @./kc.lst

--- Building Preemptive threading Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//preempt thread_exit.o sem_getvalue.o thread_manager_start.o get_task.o roundrobin_scheduler.o thread_manager_init_real.o sem_destroy.o sem_init.o sem_post.o thread_manager.o sem_wait.o thread_create.o

--- Building Sharp X1 ANSI Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=x1 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORx1 -x/home/build/z88dk/build/z88dk/libsrc//x1ansi_clib @./x1ansi.lst

--- Building ZX80 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=zx80 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORzx80 -x/home/build/z88dk/build/z88dk/libsrc//zx80_clib @./zx80.lst

--- Building ZX81 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=zx81 TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS --IXIY -DFORzx81  -x/home/build/z88dk/build/z88dk/libsrc//zx81_clib @./zx81.lst

--- Building ZX81 Standard Graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81 -x/home/build/z88dk/build/z88dk/libsrc//gfx81 @./gfx81.lst

--- Building Lambda 8300 Graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORlambda -x/home/build/z88dk/build/z88dk/libsrc//gfxlambda @./gfx81.lst

--- Building ZX81 UDG based Graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81udg -x/home/build/z88dk/build/z88dk/libsrc//gfx81udg @./gfx81udg.lst

--- Building ZX81 High Resolution Libraries (64 rows)  ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81hr64 -x/home/build/z88dk/build/z88dk/libsrc//gfx81hr64 @./gfx81hr.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81hr64 -DARX816 -x/home/build/z88dk/build/z88dk/libsrc//gfx81arx64 @./gfx81arx.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81mt64 -DMTHRG -x/home/build/z88dk/build/z88dk/libsrc//gfx81mt64 @./gfx81mt.lst

--- Building ZX81 High Resolution Libraries (192 rows)  ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81hr192 -x/home/build/z88dk/build/z88dk/libsrc//gfx81hr192 @./gfx81hr.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81hr192 -DARX816 -x/home/build/z88dk/build/z88dk/libsrc//gfx81arx192 @./gfx81arx.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81mt192 -DMTHRG -x/home/build/z88dk/build/z88dk/libsrc//gfx81mt192 @./gfx81mt.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORzx81g007 -DG007 -x/home/build/z88dk/build/z88dk/libsrc//gfx81g007 @./gfx81g007.lst

--- Building ZX 81 Maths Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx81 -x/home/build/z88dk/build/z88dk/libsrc//m81 @zxmlist

--- Building ZX 81 Tiny Maths Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx81 -DTINYMODE -x/home/build/z88dk/build/z88dk/libsrc//m81_tiny @zxmlist

--- Building Lambda 8300 Maths Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORlambda -x/home/build/z88dk/build/z88dk/libsrc//mlambda @zxmlist

--- Building Lambda 8300 Tiny Maths Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORlambda -DTINYMODE -x/home/build/z88dk/build/z88dk/libsrc//mlambda_tiny @zxmlist

--- Building Lambda 8300 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=zx81 TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS --IXIY -DFORlambda -x/home/build/z88dk/build/z88dk/libsrc//lambda_clib @./zx81.lst

--- SP1 Software Sprite Engine ---

Making default build for all targets
Results in z88dk/libsrc/sprites/software/sp1/{target}

Making sp1-spectrum

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -xspectrum/sp1 @spectrum.lst

Making sp1-ts2068hr

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -xts2068hr/sp1 @ts2068hr.lst

Making sp1-zx81hr

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -xzx81hr/sp1 --IXIY @zx81hr.lst


--- Building RCM2/3000 Library ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
TARGET=rcmx000 TYPE=r2k z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --cpu=r2k -DSTANDARDESCAPECHARS -DFORrcmx000 -x/home/build/z88dk/build/z88dk/libsrc//rcmx000_clib @./rcmx000.lst
make: Leaving directory '/home/build/z88dk/build/z88dk/libsrc'
make: Entering directory '/home/build/z88dk/build/z88dk/libsrc'
cp /home/build/z88dk/build/z88dk/libsrc//*.lib ../lib/clibs
make: Leaving directory '/home/build/z88dk/build/z88dk/libsrc'
make: Entering directory '/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT'
m4 -DCFG_ASM_DEF target/z80/config.m4 > target/z80/config_z80_private.inc
m4 -DCFG_ASM_PUB target/z80/config.m4 > target/z80/config_z80_public.inc
m4 -DCFG_C_DEF target/z80/config.m4 > target/z80/config_z80.h
cp target/z80/config_z80_private.inc config_private.inc
z80asm  -xlib/sccz80/z80 @target/z80/library/z80_sccz80.lst
z80asm  -xlib/sdcc_ix/z80 -D__SDCC -D__SDCC_IX @target/z80/library/z80_sdcc_ix.lst
z80asm  --IXIY -xlib/sdcc_iy/z80 -D__SDCC -D__SDCC_IY @target/z80/library/z80_sdcc_iy.lst
m4 -DCFG_ASM_DEF target/cpm/config.m4 > target/cpm/config_cpm_private.inc
m4 -DCFG_ASM_PUB target/cpm/config.m4 > target/cpm/config_cpm_public.inc
m4 -DCFG_C_DEF target/cpm/config.m4 > target/cpm/config_cpm.h
cp target/cpm/config_cpm_private.inc config_private.inc
z80asm  -xlib/sccz80/cpm @target/cpm/library/cpm_sccz80.lst
z80asm  -xlib/sdcc_ix/cpm -D__SDCC -D__SDCC_IX @target/cpm/library/cpm_sdcc_ix.lst
z80asm  --IXIY -xlib/sdcc_iy/cpm -D__SDCC -D__SDCC_IY @target/cpm/library/cpm_sdcc_iy.lst
m4 -DCFG_ASM_DEF target/m/config.m4 > target/m/config_m_private.inc
m4 -DCFG_ASM_PUB target/m/config.m4 > target/m/config_m_public.inc
m4 -DCFG_C_DEF target/m/config.m4 > target/m/config_m.h
cp target/m/config_m_private.inc config_private.inc
z80asm  -xlib/sccz80/m @target/m/library/m_sccz80.lst
z80asm  -xlib/sdcc_ix/m -D__SDCC -D__SDCC_IX @target/m/library/m_sdcc_ix.lst
z80asm  --IXIY -xlib/sdcc_iy/m -D__SDCC -D__SDCC_IY @target/m/library/m_sdcc_iy.lst
m4 -DCFG_ASM_DEF target/rc2014/config.m4 > target/rc2014/config_rc2014_private.inc
m4 -DCFG_ASM_PUB target/rc2014/config.m4 > target/rc2014/config_rc2014_public.inc
m4 -DCFG_C_DEF target/rc2014/config.m4 > target/rc2014/config_rc2014.h
cp target/rc2014/config_rc2014_private.inc config_private.inc
z80asm  -xlib/sccz80/rc2014 @target/rc2014/library/rc2014_sccz80.lst
z80asm  -xlib/sdcc_ix/rc2014 -D__SDCC -D__SDCC_IX @target/rc2014/library/rc2014_sdcc_ix.lst
z80asm  --IXIY -xlib/sdcc_iy/rc2014 -D__SDCC -D__SDCC_IY @target/rc2014/library/rc2014_sdcc_iy.lst
m4 -DCFG_ASM_DEF target/sms/config.m4 > target/sms/config_sms_private.inc
m4 -DCFG_ASM_PUB target/sms/config.m4 > target/sms/config_sms_public.inc
m4 -DCFG_C_DEF target/sms/config.m4 > target/sms/config_sms.h
cp target/sms/config_sms_private.inc config_private.inc
z80asm  -xlib/sccz80/sms @target/sms/library/sms_sccz80.lst
z80asm  -xlib/sdcc_ix/sms -D__SDCC -D__SDCC_IX @target/sms/library/sms_sdcc_ix.lst
z80asm  --IXIY -xlib/sdcc_iy/sms -D__SDCC -D__SDCC_IY @target/sms/library/sms_sdcc_iy.lst
m4 -DCFG_ASM_DEF target/vgl/config.m4 > target/vgl/config_vgl_private.inc
m4 -DCFG_ASM_PUB target/vgl/config.m4 > target/vgl/config_vgl_public.inc
m4 -DCFG_C_DEF target/vgl/config.m4 > target/vgl/config_vgl.h
cp target/vgl/config_vgl_private.inc config_private.inc
z80asm  -xlib/sccz80/vgl @target/vgl/library/vgl_sccz80.lst
z80asm  -xlib/sdcc_ix/vgl -D__SDCC -D__SDCC_IX @target/vgl/library/vgl_sdcc_ix.lst
z80asm  --IXIY -xlib/sdcc_iy/vgl -D__SDCC -D__SDCC_IY @target/vgl/library/vgl_sdcc_iy.lst
m4 -DCFG_ASM_DEF target/yaz180/config.m4 > target/yaz180/config_yaz180_private.inc
m4 -DCFG_ASM_PUB target/yaz180/config.m4 > target/yaz180/config_yaz180_public.inc
m4 -DCFG_C_DEF target/yaz180/config.m4 > target/yaz180/config_yaz180.h
cp target/yaz180/config_yaz180_private.inc config_private.inc
z80asm --cpu=z180  -xlib/sccz80/yaz180 @target/yaz180/library/yaz180_sccz80.lst
z80asm --cpu=z180  -xlib/sdcc_ix/yaz180 -D__SDCC -D__SDCC_IX @target/yaz180/library/yaz180_sdcc_ix.lst
z80asm --cpu=z180  --IXIY -xlib/sdcc_iy/yaz180 -D__SDCC -D__SDCC_IY @target/yaz180/library/yaz180_sdcc_iy.lst
m4 -DCFG_ASM_DEF target/z180/config.m4 > target/z180/config_z180_private.inc
m4 -DCFG_ASM_PUB target/z180/config.m4 > target/z180/config_z180_public.inc
m4 -DCFG_C_DEF target/z180/config.m4 > target/z180/config_z180.h
cp target/z180/config_z180_private.inc config_private.inc
z80asm --cpu=z180  -xlib/sccz80/z180 @target/z180/library/z180_sccz80.lst
z80asm --cpu=z180  -xlib/sdcc_ix/z180 -D__SDCC -D__SDCC_IX @target/z180/library/z180_sdcc_ix.lst
z80asm --cpu=z180  --IXIY -xlib/sdcc_iy/z180 -D__SDCC -D__SDCC_IY @target/z180/library/z180_sdcc_iy.lst
m4 -DCFG_ASM_DEF target/zx/config.m4 > target/zx/config_zx_private.inc
m4 -DCFG_ASM_PUB target/zx/config.m4 > target/zx/config_zx_public.inc
m4 -DCFG_C_DEF target/zx/config.m4 > target/zx/config_zx.h
cp target/zx/config_zx_private.inc config_private.inc
ZX7: Optimal LZ77/LZSS compression by Einar Saukas
File converted from 13400 to 5887 bytes! (delta 4)
ZX7: Optimal LZ77/LZSS compression by Einar Saukas
File converted from 13400 to 5886 bytes! (delta 3)
z80asm  -xlib/sccz80/zx @target/zx/library/zx_sccz80.lst
z80asm  -xlib/sdcc_ix/zx -D__SDCC -D__SDCC_IX @target/zx/library/zx_sdcc_ix.lst
z80asm  --IXIY -xlib/sdcc_iy/zx -D__SDCC -D__SDCC_IY @target/zx/library/zx_sdcc_iy.lst
m4 -DCFG_ASM_DEF target/zxn/config.m4 > target/zxn/config_zxn_private.inc
m4 -DCFG_ASM_PUB target/zxn/config.m4 > target/zxn/config_zxn_public.inc
m4 -DCFG_C_DEF target/zxn/config.m4 > target/zxn/config_zxn.h
cp target/zxn/config_zxn_private.inc config_private.inc
ZX7: Optimal LZ77/LZSS compression by Einar Saukas
File converted from 13400 to 5887 bytes! (delta 4)
ZX7: Optimal LZ77/LZSS compression by Einar Saukas
File converted from 13400 to 5886 bytes! (delta 3)
z80asm --cpu=z80-zxn  -xlib/sccz80/zxn @target/zxn/library/zxn_sccz80.lst
z80asm --cpu=z80-zxn  -xlib/sdcc_ix/zxn -D__SDCC -D__SDCC_IX @target/zxn/library/zxn_sdcc_ix.lst
z80asm --cpu=z80-zxn  --IXIY -xlib/sdcc_iy/zxn -D__SDCC -D__SDCC_IY @target/zxn/library/zxn_sdcc_iy.lst
make: Leaving directory '/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT'
make: Entering directory '/home/build/z88dk/build/z88dk/examples'
make -C ace
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/ace'
zcc +ace -vn -create-app dstar.c -odstar.bin
zcc +ace -vn ../console/adv_a.c -I../console -create-app -DTAPE -DCOMPUTE_SCORE -O3 -oadv_a.bin
zcc +ace -clib=ansi -vn  ../console/ansitest.c -create-app -oansitest.bin
zcc +ace -vn  ../console/enigma.c -create-app -oenigma.bin
zcc +ace -vn  ../console/fib.c -create-app -ofib.bin
zcc +ace -vn  -create-app ../console/mm.c -omm.bin
zcc +ace -vn  -create-app ../console/rpn.c -orpn.bin
zcc +ace -vn  -create-app ../console/tic.c -otic.bin
zcc +ace -vn  -create-app ../console/sorter.c -osorter.bin
zcc +ace -vn -O3 -create-app -DREDEFINED_FONT ../othello.c -I.. -oothello.bin
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/ace'
make -C cpm
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/cpm'
zcc +cpm -vn -g -O2 -DWILDCARD ../osca/wc.c -create-app -owc.bin
zcc +cpm -vn -g -O2  -DAMALLOC -O3 ../osca/tail.c -create-app -otail.bin
zcc +cpm -vn -g -O2  -DAMALLOC -O3 ../osca/sort.c -create-app -osort.bin
sccz80:"../osca/sort.c" L:220 Warning:Assigning 'p', type: char *p from int  [-Wincompatible-pointer-types]
zcc +cpm -vn  -g -O2 ../osca/ddir.c -O3 -create-app -oddir.bin
zcc +cpm -vn -g -O2 ../console/adv_a.c -I../console -create-app -DDISK -DCOMPUTE_SCORE -O3 -oadv_a.bin
zcc +cpm -vn -g -O2  ../console/enigma.c -create-app -oenigma.bin
zcc +cpm -vn -g -O2  ../console/fib.c -create-app -ofib.bin
zcc +cpm -vn  -g -O2 -create-app ../console/mm.c -omm.bin
zcc +cpm -vn  -g -O2 -create-app ../console/rpn.c -orpn.bin
zcc +cpm -vn  -g -O2 -create-app ../console/tic.c -otic.bin
zcc +cpm -vn -g -O2  -create-app ../console/sorter.c -osorter.bin
zcc +cpm -vn  -g -O2 -O3 -create-app ../othello.c -I.. -oothello.bin
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/cpm'
make -C embedded
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/embedded'
z80asm -d -DFORembedded -xembedded_clib2 @clib2.lst
zcc +embedded -vn -c ns16450.c 
zcc +embedded -vn ns16450.o hello.c -o hello.bin -L. -lembedded_clib2
zcc +embedded -vn -lm ns16450.o sine.c -o sine.bin -L. -lembedded_clib2
zcc +embedded -vn -lm ns16450.o loop.c -o loop.bin -L. -lembedded_clib2
zcc +embedded -vn -lm ns16450.o savage.c -o savage.bin -L. -lembedded_clib2
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/embedded'
make -C msx
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/msx'
zcc +msx -vn -llib3d  -lm -lndos -create-app -oex1.bin ex1.c
zcc +msx -vn -llib3d  -lm -lndos -create-app -oex1b.bin ex1b.c
zcc +msx -vn -llib3d  -lm -lndos -create-app -oex2.bin ex2.c
zcc +msx -vn -llib3d  -lm -lndos -create-app -oex3.bin ex3.c
zcc +msx -vn -llib3d  -lm -lndos -create-app -oex4.bin ex4.c
zcc +msx -vn -llib3d  -lm -lndos -create-app -oex5.bin ex5.c
sccz80:"ex5.c" L:68 Warning:Assigning 'ram', type: unsigned char *ram from unsigned char ** [-Wincompatible-pointer-types]
zcc +msx -vn -llib3d  -lm -lndos -create-app -oex6.bin ex6.c
zcc +msx -vn -llib3d  -lm -lndos -create-app -oex7.bin ex7.c
zcc +msx -vn -llib3d  -lm -lndos -create-app -oex9.bin ex9.c
zcc +msx -vn -llib3d  -lm -lndos -create-app -oex10.bin ex10.c
zcc +msx -vn -llib3d  -lm -lndos -create-app -oex10b.bin ex10b.c
zcc +msx -vn -llib3d  -lm -lndos -create-app -oex11.bin ex11.c
sccz80:"ex11.c" L:122 Warning:Assigning 'ram', type: unsigned char *ram from unsigned char ** [-Wincompatible-pointer-types]
zcc +msx -vn -llib3d  -lm -lndos -create-app -oshowlib3d.bin showlib3d.c
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/msx'
make -C osca
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/osca'
zcc +osca -vn -lflosdos -DWILDCARD wc.c -create-app -owc.bin
zcc +osca -vn -lflosxdos  -DAMALLOC -O3 tail.c -create-app -otail.bin
zcc +osca -vn -lflosxdos  -DAMALLOC -O3 sort.c -create-app -osort.bin
sccz80:"sort.c" L:220 Warning:Assigning 'p', type: char *p from int  [-Wincompatible-pointer-types]
zcc +osca -vn -lndos ddir.c -O3 -create-app -oddir.bin
zcc +osca -clib=ansi -vn -lndos ../console/ansitest.c -create-app -oansitest.bin
zcc +osca -vn -lflosdos ../console/adv_a.c -I../console -create-app -DDISK -DCOMPUTE_SCORE -O3 -oadv_a.bin
zcc +osca -vn -lndos ../console/enigma.c -create-app -oenigma.bin
zcc +osca -vn -lndos ../console/fib.c -create-app -ofib.bin
zcc +osca -vn -lndos -create-app ../console/mm.c -omm.bin
zcc +osca -vn -lndos -create-app ../console/rpn.c -orpn.bin
zcc +osca -vn -lndos -create-app ../console/tic.c -otic.bin
zcc +osca -vn -lndos -create-app ../console/sorter.c -osorter.bin
zcc +osca -vn ../dstar.c -I.. -Dspritesize=16 -create-app -odstar.bin -lndos
zcc +osca -vn -lndos -O3 -create-app ../othello.c -I.. -oothello.bin
zcc +osca -vn -lndos -create-app -DJOYSTICK -DBANNERS -Dspritesize=8 -O3 -I.. ../wall.c -owall.bin
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/osca'
make -C rex
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/rex'
zcc +rex -vn -create-app -o hello.bin hello.c
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/rex'
make -C sam
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/sam'
zcc +sam -vn hello.c -o hello.bin
zcc +sam -vn keyget.c -o keyget.bin
zcc +sam -vn dstar.c -o dstar.bin
zcc +sam -vn enigma.c -o enigma.bin
zcc +sam -vn gfx.c -o gfx.bin
zcc +sam -vn smile.c -o smile.bin
zcc +sam -vn cube.c -o cube.bin -lm
zcc +sam -vn mandel.c -o mandel.bin -lm
zcc +sam -clib=ansi -vn ansitest.c -o ansitest.bin -lndos
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/sam'
make -C sms
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/sms'
zcc +sms -vn test.c -o test.bin -create-app
Notice: Available RAM space is 8052 bytes ignoring the stack
Adding main banks 0x00,0x01 (28455 bytes free)
echo test.map test.sym
test.map test.sym
zcc +sms -vn libctest.c -o libctest.bin -create-app
Notice: Available RAM space is 8151 bytes ignoring the stack
Adding main banks 0x00,0x01 (28774 bytes free)
echo libctest.map libctest.sym
libctest.map libctest.sym
z80asm -d pong_graphics.asm
zcc +sms -vn pong_graphics.o pongmstr.c -o pongmstr.bin  -create-app
Notice: Available RAM space is 8179 bytes ignoring the stack
Adding main banks 0x00,0x01 (24366 bytes free)
echo pongmstr.map pongmstr.sym
pongmstr.map pongmstr.sym
zcc +sms -vn pong_graphics.o pngmstr2.c -o pngmstr2.bin  -create-app
Notice: Available RAM space is 7933 bytes ignoring the stack
Adding main banks 0x00,0x01 (23739 bytes free)
echo pngmstr2.map pngmstr2.sym
pngmstr2.map pngmstr2.sym
z80asm -d testtxt_apk.asm
zcc +sms -vn testtxt_apk.o apktest.c -o apktest.bin  -create-app
Notice: Available RAM space is 8098 bytes ignoring the stack
Adding main banks 0x00,0x01 (27720 bytes free)
echo apktest.map apktest.sym
apktest.map apktest.sym
z80asm -d chicken_graphics.asm
zcc +sms -vn chicken_graphics.o chicken.c -o chicken.bin  -create-app
Notice: Available RAM space is 8119 bytes ignoring the stack
Adding main banks 0x00,0x01 (30203 bytes free)
echo chicken.map chicken.sym
chicken.map chicken.sym
zcc +sms -vn testsnd.c -o testsnd.bin  -create-app
Notice: Available RAM space is 8183 bytes ignoring the stack
Adding main banks 0x00,0x01 (31688 bytes free)
echo testsnd.map testsnd.sym
testsnd.map testsnd.sym
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/sms'
make -C sos
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/sos'
zcc +sos -create-app -vn ../console/adv_a.c -O3 -o adv_a.obj -lndos -lm
zcc +sos -create-app -vn ../othello.c -O3 -o othello.obj -lndos -lm
zcc +sos -create-app -vn ../console/enigma.c -O3 -o enigma.obj -lndos -lm
zcc +sos -create-app -vn ../console/fib.c -O3 -o fib.obj -lndos -lm
zcc +sos -create-app -vn ../console/mm.c -O3 -o mm.obj -lndos -lm
zcc +sos -create-app -vn ../console/rpn.c -O3 -o rpn.obj -lndos -lm
zcc +sos -create-app -vn ../console/tic.c -O3 -o tic.obj -lndos -lm
zcc +sos -create-app -vn ../console/sorter.c -O3 -o sorter.obj -lndos -lm
zcc +sos -create-app -vn mandel.c -O3 -o mandel.obj -lndos -lm
zcc +sos -create-app -vn sosinfo.c -O3 -o sosinfo.obj -lndos -lm
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/sos'
make -C spectrum
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/spectrum'
zcc +zx -vn -lndos ../clisp/clisp.c -create-app -O3 -DLARGEMEM=1200 -oclisp.bin
zcc +zx -vn -lndos ../console/adv_a.c -I../console -create-app -DTAPE -DPICS -DCOMPUTE_SCORE -O3 -zorg=27000 -oadv_a.bin
zcc +zx -clib=ansi -vn -lndos ../console/ansitest.c -create-app -oansitest.bin
zcc +zx -vn -lndos ../console/enigma.c -create-app -oenigma.bin
zcc +zx -vn -lndos ../console/fib.c -create-app -ofib.bin
zcc +zx -vn -lndos -create-app ../console/mm.c -omm.bin
zcc +zx -vn -lndos -create-app ../console/rpn.c -orpn.bin
zcc +zx -vn -lndos -create-app ../console/tic.c -otic.bin 
zcc +zx -vn -lndos -create-app ../console/sorter.c -osorter.bin
zcc +zx -vn  -lndos ../graphics/snakes.c -I.. -DPSG -lm -DJOYSTICK_DIALOG -DSPEED=1500 -create-app -osnakes.bin
zcc +zx -vn  -lndos ../dstar.c -I.. -Dspritesize=16 -DSOUND -create-app -odstar.bin
zcc +zx -vn -lndos dstar.c -o dstar_native.bin -create-app
zcc +zx -vn -lndos -create-app -omicroman.bin -DSOUND -DJOYSTICK_DIALOG -I.. ../microman.c
zcc +zx -vn -lndos -O3 -create-app -zorg=50000 -DGRAPHICS ../othello.c -I.. -oothello.bin
zcc +zx -vn -lndos -O3 -create-app -DREDEFINED_FONT ../othello.c -I.. -oothello_udg.bin
zcc +zx -vn -lndos -create-app -DJOYSTICK -DBANNERS -Dspritesize=8 -DSOUND -DCLOCK -O3 -I.. ../wall.c -owall.bin
sccz80:"../wall.c" L:542 Warning:Loss of precision, converting unsigned long clock_t to unsigned int seed [-Wconversion]
zcc +zx -vn gfx.c -o gfx.bin -lndos -create-app -lm
zcc +zx -vn save.c -o save.bin -create-app -lndos
zcc +zx -vn ex10b.c -o ex10b.bin -create-app  -lndos
zcc +zx -vn ccoswave.c -lndos -lm -create-app -occoswave.bin
zcc +zx -vn c3d.c -lndos -llib3d -create-app -oc3d.bin
zcc +zx -vn cmandel.c -lndos -lm -create-app -ocmandel.bin
zcc +zx -vn csprite.c -lndos -create-app -ocsprite.bin
zcc +zx -vn zxbasic.c -lndos -create-app -ozxbasic.bin -lm
zcc +zx -vn zxcurrah.c -lndos -create-app -ozxcurrah.bin -lm
zcc +zx -vn preempt.c -lim2 -lndos -create-app -othreading.bin -lpreempt
zcc +zx -vn -lndos -create-app -lm ../graphics/globe.c -oglobe.bin
zcc +zx -vn -I../graphics ../graphics/chessboard.c -lndos -lm -create-app -ochessboard.bin
zcc +zx -vn ../graphics/mandel.c -lndos -lm -create-app -omandel.bin
zcc +zx -vn ../graphics/julia.c -lndos -lm -create-app -ojulia.bin
zcc +zx -vn ../graphics/smallgfx.c -lndos -lm -create-app -osmallgfx.bin
zcc +zx -vn ../graphics/stencil.c -lndos -lm -llib3d -create-app -ostencil.bin
zcc +zx -vn ../graphics/clock.c -I../graphics -lndos -lm -llib3d -DDETAILED -create-app -oclock.bin
zcc +zx -vn ../graphics/showlib3d.c -lndos -lm -llib3d -create-app -oshowlib3d.bin
zcc +zx -vn ../graphics/smallgfx2.c -lndos -lm -create-app -osmallgfx2.bin
zcc +zx -vn ../graphics/wintest.c -lndos -lm -lx11  -create-app -owintest.bin
zcc +zx -vn ../graphics/sinwave.c -lndos -lm  -create-app -osinwave_fast.bin
zcc +zx -vn ../graphics/sinwave.c -lndos -lmzx_tiny -O3 -create-app -osinwave_small.bin
zcc +zx -vn ../graphics/coswave.c -lndos -lm  -create-app -ocoswave_fast.bin
zcc +zx -vn ../graphics/coswave.c -lndos -lmzx_tiny -O3 -create-app -ocoswave_small.bin
zcc +zx -vn ../graphics/spritest.c -lndos -create-app -ospritest.bin
zcc +zx -vn ../ticalc/smile.c -lndos -create-app -osmile.bin
zcc +zx -vn ../graphics/xample.c -lndos -create-app -lx11 -oxample.bin
sccz80:"../graphics/xample.c" L:76 Warning:Loss of precision, converting long  to int event_mask [-Wconversion]
zcc +zx -vn ../sound/psgtest.c -lndos -lm -create-app -DBEEPER -opsgtest.bin
zcc +zx -vn ../sound/ex12.c -lndos -lm -create-app -oex12.bin
zcc +zx -vn ../sound/clicktest.c -lndos -create-app -oclicktest.bin
zcc +zx -vn ../sound/fx.c -lndos -create-app -ofx.bin
zcc +zx -vn ../sound/sndtest.c -lndos -lm -create-app -osndtest.bin
zcc +zx -vn ../sound/synthdemo.c -lndos -create-app -osynthdemo.bin
zcc +zx -vn -lndos fontexample.c -create-app -o fontexample.bin
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/spectrum'
make -C vz
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/vz'
zcc +vz -vn -DCOMPUTE_SCORE ../console/adv_a.c -O3 -o adv_a.vz
appmake +vz -b adv_a.vz --audio
zcc +vz -vn ../othello.c -O3 -o othello.vz
appmake +vz -b othello.vz --audio
zcc +vz -vn ../console/enigma.c -O3 -o enigma.vz
appmake +vz -b enigma.vz --audio
zcc +vz -vn ../console/fib.c -O3 -o fib.vz
appmake +vz -b fib.vz --audio
zcc +vz -vn ../console/mm.c -O3 -o mm.vz
appmake +vz -b mm.vz --audio
zcc +vz -vn ../console/rpn.c -O3 -o rpn.vz
appmake +vz -b rpn.vz --audio
zcc +vz -vn ../console/tic.c -O3 -o tic.vz
appmake +vz -b tic.vz --audio
zcc +vz -vn ../console/sorter.c -O3 -o sorter.vz
appmake +vz -b sorter.vz --audio
zcc +vz -I../graphics -vn ../graphics/chessboard.c -O3 -o chessboard.vz -lm -llib3d
appmake +vz -b chessboard.vz --audio
zcc +vz -I../graphics -vn ../graphics/mandel.c -O3 -o mandel.vz -lm -llib3d
appmake +vz -b mandel.vz --audio
zcc +vz -I../graphics -vn ../graphics/julia.c -O3 -o julia.vz -lm -llib3d
appmake +vz -b julia.vz --audio
zcc +vz -I../graphics -vn ../graphics/smallgfx.c -O3 -o smallgfx.vz -lm -llib3d
appmake +vz -b smallgfx.vz --audio
zcc +vz -I../graphics -vn ../graphics/stencil.c -O3 -o stencil.vz -lm -llib3d
appmake +vz -b stencil.vz --audio
zcc +vz -I../graphics -vn ../graphics/showlib3d.c -O3 -o showlib3d.vz -lm -llib3d
appmake +vz -b showlib3d.vz --audio
zcc +vz -I../graphics -vn ../graphics/smallgfx2.c -O3 -o smallgfx2.vz -lm -llib3d
appmake +vz -b smallgfx2.vz --audio
zcc +vz -I../graphics -vn ../graphics/sinwave.c -O3 -o sinwave.vz -lm -llib3d
appmake +vz -b sinwave.vz --audio
zcc +vz -I../graphics -vn ../graphics/coswave.c -O3 -o coswave.vz -lm -llib3d
appmake +vz -b coswave.vz --audio
zcc +vz -vn ../ticalc/smile.c -O3 -o smile.vz
appmake +vz -b smile.vz --audio
zcc +vz -vn ../sound/clicktest.c -O3 -o clicktest.vz -lm
appmake +vz -b clicktest.vz --audio
zcc +vz -vn ../sound/fx.c -O3 -o fx.vz -lm
appmake +vz -b fx.vz --audio
zcc +vz -vn ../sound/sndtest.c -O3 -o sndtest.vz -lm
appmake +vz -b sndtest.vz --audio
zcc +vz -vn ../sound/synthdemo.c -O3 -o synthdemo.vz -lm
appmake +vz -b synthdemo.vz --audio
zcc +vz -vn ../dstar.c -I.. -Dspritesize=7 -DSOUND  -o dstar.vz
appmake +vz -b dstar.vz --audio
zcc +vz -vn dstar.c -o dstar_native.vz  -lndos
appmake +vz -b dstar_native.vz --audio
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/vz'
make -C z88
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/z88'
Building examples..
zcc +z88 -vn -clib=ansi ansitest.c -o ansitest.bas
zcc +z88 -vn -lm cube.c -o cube.bas
zcc +z88 -vn cube.c -o cubez88.bas -lmz
zcc +z88 -vn dstar.c -o dstar.bas
zcc +z88 -vn gfx.c -o gfx.bas
make -C app
make[2]: Entering directory '/home/build/z88dk/build/z88dk/examples/z88/app'
Building Application examples..
zcc +z88 -subtype=app -vn -create-app rpn.c -o rpn.bin
Application will use 1 pages of bad memory
Safe data is 120
zcc +z88 -subtype=app -vn -create-app useless.c -o useless.bin
Application will use 1 pages of bad memory
Safe data is 120
zcc +z88 -subtype=app -vn -create-app wc.c -o wc.bin
sccz80:"wc.c" L:39 Warning:Narrowing pointer from far to near [-Wincompatible-pointer-types]
Safe data is 120
zcc +z88 -subtype=app -vn -create-app viewer.c -o viewer.bin
sccz80:"viewer.c" L:32 Warning:Narrowing pointer from far to near [-Wincompatible-pointer-types]
Application will use 0 pages of bad memory
Safe data is 120
zcc +z88 -subtype=app -vn -create-app dstar.c -o dstar.bin
sccz80:"dstar.c" L:334 Warning:Assigning 'ptr', type: unsigned char *ptr from char * [-Wincompatible-pointer-types]
sccz80:"dstar.c" L:454 Warning:Assigning 'ptr2', type: unsigned char *ptr2 from char * [-Wincompatible-pointer-types]
Application will use 5 pages of bad memory
Safe data is 120
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/examples/z88/app'
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/z88'
make -C zxvgs
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/zxvgs'
zcc +zx -subtype=zxvgs -vn info.c -o info.bin -create-app -lzxvgs
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/zxvgs'
make -C pacman
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/pacman'
zcc  +pacman -vn -c dstar.c
zcc  +pacman -vn -lm dstar.o -o rom.bin
Warning: could not get the 'myzorg' value, binary ORG defaults to rombase = 0
WARNING: ROM chip file 'rom.0b' is empty, it can probably be omitted.
WARNING: ROM chip file 'rom.0c' is empty, it can probably be omitted.
WARNING: ROM chip file 'rom.0d' is empty, it can probably be omitted.
mv  rom.0a puckmod/namcopac.6e
mv  rom.0b puckmod/namcopac.6f
mv  rom.0c puckmod/namcopac.6h
mv  rom.0d puckmod/npacmod.6j
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/pacman'
make -C rcmx000
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/rcmx000'
zcc +rcmx000 -vn -oexample.bin example.c
zcc +rcmx000 -vn -otwinkle2000.bin twinkle2000.c
zcc +rcmx000 -vn -otwinkle3000.bin twinkle3000.c
zcc +rcmx000 -vn -oiolib_twinkle3000.bin iolib.c iolib_twinkle3000.c
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/rcmx000'
make: Leaving directory '/home/build/z88dk/build/z88dk/examples'
#########################################################################

Creating tarball with libraries

#########################################################################
#########################################################################

Starting win32 build

#########################################################################
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
make -C src/appmake
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/appmake'
i686-w64-mingw32-gcc -g -O2 -I.. -c appmake.c
appmake.c: In function 'mb_check_alignment':
appmake.c:1415:66: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types]
     qsort(aligned->array, aligned->num, sizeof(*aligned->array), mb_compare_aligned);
                                                                  ^~~~~~~~~~~~~~~~~~
In file included from appmake.h:12:0,
                 from appmake.c:14:
/usr/share/mingw-w64/include/stdlib.h:353:16: note: expected 'int (__attribute__((__cdecl__)) *)(const void *, const void *) {aka int (*)(const void *, const void *)}' but argument is of type 'int (*)(const struct section_aligned *, const struct section_aligned *)'
   void __cdecl qsort(void *_Base,size_t _NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *));
                ^~~~~
appmake.c: In function 'mb_sort_banks_check':
appmake.c:1441:57: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types]
         qsort(mb->secbin, mb->num, sizeof(*mb->secbin), mb_compare_banks);
                                                         ^~~~~~~~~~~~~~~~
In file included from appmake.h:12:0,
                 from appmake.c:14:
/usr/share/mingw-w64/include/stdlib.h:353:16: note: expected 'int (__attribute__((__cdecl__)) *)(const void *, const void *) {aka int (*)(const void *, const void *)}' but argument is of type 'int (*)(const struct section_bin *, const struct section_bin *)'
   void __cdecl qsort(void *_Base,size_t _NumOfElements,size_t _SizeOfElements,int (__cdecl *_PtFuncCompare)(const void *,const void *));
                ^~~~~
i686-w64-mingw32-gcc -g -O2 -I.. -c z88.c
i686-w64-mingw32-gcc -g -O2 -I.. -c zxvgs.c
i686-w64-mingw32-gcc -g -O2 -I.. -c zx.c
i686-w64-mingw32-gcc -g -O2 -I.. -c z88shell.c
i686-w64-mingw32-gcc -g -O2 -I.. -c abc80.c
i686-w64-mingw32-gcc -g -O2 -I.. -c zx81.c
i686-w64-mingw32-gcc -g -O2 -I.. -c msx.c
i686-w64-mingw32-gcc -g -O2 -I.. -c mtx.c
i686-w64-mingw32-gcc -g -O2 -I.. -c mz.c
i686-w64-mingw32-gcc -g -O2 -I.. -c nec.c
i686-w64-mingw32-gcc -g -O2 -I.. -c p2000.c
i686-w64-mingw32-gcc -g -O2 -I.. -c px.c
i686-w64-mingw32-gcc -g -O2 -I.. -c aquarius.c
i686-w64-mingw32-gcc -g -O2 -I.. -c c7420.c
i686-w64-mingw32-gcc -g -O2 -I.. -c rom.c
i686-w64-mingw32-gcc -g -O2 -I.. -c sorcerer.c
i686-w64-mingw32-gcc -g -O2 -I.. -c sos.c
i686-w64-mingw32-gcc -g -O2 -I.. -c svi.c
i686-w64-mingw32-gcc -g -O2 -I.. -c sc3000.c
i686-w64-mingw32-gcc -g -O2 -I.. -c ace-tap.c
i686-w64-mingw32-gcc -g -O2 -I.. -c hex.c
i686-w64-mingw32-gcc -g -O2 -I.. -c lynx.c
i686-w64-mingw32-gcc -g -O2 -I.. -c rex6000.c
i686-w64-mingw32-gcc -g -O2 -I.. -c tixx.c
i686-w64-mingw32-gcc -g -O2 -I.. -c nascom.c
i686-w64-mingw32-gcc -g -O2 -I.. -c cpc.c
i686-w64-mingw32-gcc -g -O2 -I.. -c m5.c
i686-w64-mingw32-gcc -g -O2 -I.. -c mc.c
i686-w64-mingw32-gcc -g -O2 -I.. -c newbrain.c
i686-w64-mingw32-gcc -g -O2 -I.. -c newext.c
i686-w64-mingw32-gcc -g -O2 -I.. -c sms.c
i686-w64-mingw32-gcc -g -O2 -I.. -c trs80.c
i686-w64-mingw32-gcc -g -O2 -I.. -c c128.c
i686-w64-mingw32-gcc -g -O2 -I.. -c galaksija.c
i686-w64-mingw32-gcc -g -O2 -I.. -c vz.c
i686-w64-mingw32-gcc -g -O2 -I.. -c enterprise.c
i686-w64-mingw32-gcc -g -O2 -I.. -c x07.c
i686-w64-mingw32-gcc -g -O2 -I.. -c residos.c
i686-w64-mingw32-gcc -g -O2 -I.. -c inject.c
i686-w64-mingw32-gcc -g -O2 -I.. -c vg5k.c
i686-w64-mingw32-gcc -g -O2 -I.. -c z1013.c
i686-w64-mingw32-gcc -g -O2 -I.. -c extract.c
i686-w64-mingw32-gcc -g -O2 -I.. -c z9001.c
i686-w64-mingw32-gcc -g -O2 -I.. -c kc.c
i686-w64-mingw32-gcc -g -O2 -I.. -c glue.c
i686-w64-mingw32-gcc -g -O2 -I.. -c zxn.c
i686-w64-mingw32-gcc -g -O2 -I.. -c zx-util.c
i686-w64-mingw32-gcc -g -O2 -I.. -c x1.c
i686-w64-mingw32-gcc -o appmake.exe -g -O2 appmake.o z88.o zxvgs.o zx.o z88shell.o abc80.o zx81.o msx.o mtx.o mz.o nec.o p2000.o px.o aquarius.o c7420.o rom.o sorcerer.o sos.o svi.o sc3000.o ace-tap.o hex.o lynx.o rex6000.o tixx.o nascom.o cpc.o m5.o mc.o newbrain.o newext.o sms.o trs80.o c128.o galaksija.o vz.o enterprise.o x07.o residos.o inject.o vg5k.o z1013.o extract.o z9001.o kc.o glue.o zxn.o zx-util.o x1.o
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/appmake'
make -C src/appmake PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/appmake'
install appmake.exe /home/build/z88dk/win32/z88dk/bin/appmake.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/appmake'
make -C src/copt
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/copt'
i686-w64-mingw32-gcc -c -o copt.o -g -O2 -DLOCAL_REGEXP -I. copt.c
i686-w64-mingw32-gcc -c -o regex/regcomp.o -g -O2 -DLOCAL_REGEXP -I. regex/regcomp.c
i686-w64-mingw32-gcc -c -o regex/regerror.o -g -O2 -DLOCAL_REGEXP -I. regex/regerror.c
i686-w64-mingw32-gcc -c -o regex/regexec.o -g -O2 -DLOCAL_REGEXP -I. regex/regexec.c
i686-w64-mingw32-gcc -c -o regex/regfree.o -g -O2 -DLOCAL_REGEXP -I. regex/regfree.c
i686-w64-mingw32-gcc -o copt.exe -g -O2 copt.o regex/regcomp.o  regex/regerror.o regex/regexec.o  regex/regfree.o
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/copt'
make -C src/copt PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/copt'
install copt.exe /home/build/z88dk/win32/z88dk/bin/copt.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/copt'
make -C src/cpp
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/cpp'
i686-w64-mingw32-gcc -g -O2 -c cpp1.c
i686-w64-mingw32-gcc -g -O2 -c cpp2.c
i686-w64-mingw32-gcc -g -O2 -c cpp3.c
i686-w64-mingw32-gcc -g -O2 -c cpp4.c
i686-w64-mingw32-gcc -g -O2 -c cpp5.c
cpp5.c: In function 'bittest':
cpp5.c:606:1: warning: type of 'value' defaults to 'int' [-Wimplicit-int]
 bittest(value)
 ^~~~~~~
i686-w64-mingw32-gcc -g -O2 -c cpp6.c
i686-w64-mingw32-gcc -g -O2 -o zcpp.exe cpp1.o cpp2.o cpp3.o cpp4.o cpp5.o cpp6.o
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/cpp'
make -C src/cpp PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/cpp'
install zcpp.exe /home/build/z88dk/win32/z88dk/bin/zcpp.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/cpp'
make -C src/ucpp
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ucpp'
i686-w64-mingw32-gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c mem.c
i686-w64-mingw32-gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c nhash.c
nhash.c: In function 'find_node':
nhash.c:156:12: warning: 'ls' may be used uninitialized in this function [-Wmaybe-uninitialized]
   *leftson = ls;
   ~~~~~~~~~^~~~
nhash.c: In function 'internal_put':
nhash.c:275:14: warning: 'pnode' may be used uninitialized in this function [-Wmaybe-uninitialized]
  pnode->left = itemg;
  ~~~~~~~~~~~~^~~~~~~
i686-w64-mingw32-gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c cpp.c
In file included from cpp.c:45:0:
cpp.c: In function 'handle_if':
mem.h:52:18: warning: 'tf.t' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #define freemem  free
                  ^~~~
cpp.c:987:20: note: 'tf.t' was declared here
  struct token_fifo tf, tf1, tf2, tf3, *save_tf;
                    ^~
In file included from cpp.c:45:0:
cpp.c: In function 'handle_include':
mem.h:98:9: warning: 'fname' may be used uninitialized in this function [-Wmaybe-uninitialized]
   (list)[(ptr) ++] = (obj); \
         ^
cpp.c:1200:8: note: 'fname' was declared here
  char *fname;
        ^~~~~
i686-w64-mingw32-gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c lexer.c
lexer.c: In function 'ucpp_next_token':
lexer.c:842:20: warning: 'utf8' may be used uninitialized in this function [-Wmaybe-uninitialized]
       utf8 = (utf8 << 8) | c;
              ~~~~~~^~~~~
lexer.c:799:16: note: 'utf8' was declared here
  unsigned long utf8;
                ^~~~
i686-w64-mingw32-gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c assert.c
In file included from assert.c:37:0:
assert.c: In function 'ucpp_handle_assert':
mem.h:52:18: warning: 'aname' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #define freemem  free
                  ^~~~
assert.c:134:8: note: 'aname' was declared here
  char *aname;
        ^~~~~
i686-w64-mingw32-gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c macro.c
macro.c: In function 'ucpp_handle_define':
macro.c:322:20: warning: 'mv.t' may be used uninitialized in this function [-Wmaybe-uninitialized]
  struct token_fifo mv;
                    ^~
macro.c: In function 'ucpp_substitute_macro':
macro.c:1640:23: warning: 'save_tfi' may be used uninitialized in this function [-Wmaybe-uninitialized]
   tfi->art = save_tfi + (etl.art - etl_limit);
              ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
macro.c:1573:13: warning: 'atl' may be used uninitialized in this function [-Wmaybe-uninitialized]
    t.name = stringify(atl + anum);
             ^~~~~~~~~~~~~~~~~~~~~
i686-w64-mingw32-gcc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c eval.c
i686-w64-mingw32-gcc -g -O2 -o ucpp.exe mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ucpp'
make -C src/ucpp PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ucpp'
install ucpp.exe /home/build/z88dk/win32/z88dk/bin/ucpp.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ucpp'
make -C src/sccz80
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/sccz80'
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o callfunc.o callfunc.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o codegen.o codegen.c
codegen.c: In function 'putstk':
codegen.c:395:13: warning: variable 'ptr' set but not used [-Wunused-but-set-variable]
     SYMBOL *ptr;
             ^~~
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o const.o const.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o data.o data.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o declinit.o declinit.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o error.o error.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o expr.o expr.c
expr.c: In function 'heirb':
expr.c:594:30: warning: variable 'valtype' set but not used [-Wunused-but-set-variable]
     int val, con, direct, k, valtype;
                              ^~~~~~~
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o goto.o goto.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o io.o io.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o lex.o lex.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o main.o main.c
main.c:99:66: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 'h', "help", OPT_FUNCTION|OPT_BOOL, "Show this help page", DispInfo, 0 },
                                                                  ^~~~~~~~
main.c:99:66: note: (near initialization for 'sccz80_opts[1].value')
main.c:111:89: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "math-z88", OPT_FUNCTION|OPT_BOOL, "(deprecated) Make FP constants match z88", &set_math_z88_parameters, 0 },
                                                                                         ^
main.c:111:89: note: (near initialization for 'sccz80_opts[13].value')
main.c:119:90: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "asm", OPT_FUNCTION, "=<name> Set the assembler output (z80asm,vasm,asxx,gnu)", SetAssembler, 0 },
                                                                                          ^~~~~~~~~~~~
main.c:119:90: note: (near initialization for 'sccz80_opts[20].value')
main.c:126:73: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "opt-code-speed", OPT_FUNCTION, "Optimise for speed not size", opt_code_size, 0},
                                                                         ^~~~~~~~~~~~~
main.c:126:73: note: (near initialization for 'sccz80_opts[27].value')
main.c:146:67: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "W", OPT_FUNCTION, "<type> Enable a class of warnings",  SetWarning, 0 },
                                                                   ^~~~~~~~~~
main.c:146:67: note: (near initialization for 'sccz80_opts[35].value')
main.c:151:64: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "D", OPT_FUNCTION, "Define a preprocessor directive", SetDefine, 0 },
                                                                ^~~~~~~~~
main.c:151:64: note: (near initialization for 'sccz80_opts[40].value')
main.c:152:67: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "U", OPT_FUNCTION, "Undefine a preprocessor directive" , SetUndefine, 0 },
                                                                   ^~~~~~~~~~~
main.c:152:67: note: (near initialization for 'sccz80_opts[41].value')
main.c: In function 'set_option':
main.c:797:49: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
         void (*func)(option *arg, char *type) = arg->value;
                                                 ^~~
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o misc.o misc.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o plunge.o plunge.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o preproc.o preproc.c
preproc.c: In function 'gch':
preproc.c:49:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (ch())
     ^~
preproc.c:53:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
         return line[lptr++];
         ^~~~~~
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o primary.o primary.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o stmt.o stmt.c
stmt.c: In function 'doexpr':
stmt.c:336:13: warning: variable 'type' set but not used [-Wunused-but-set-variable]
     Kind    type;
             ^~~~
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o sym.o sym.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o while.o while.c
i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o declparse.o declparse.c
i686-w64-mingw32-gcc -g -O2 -o sccz80.exe callfunc.o codegen.o const.o data.o declinit.o error.o expr.o goto.o io.o lex.o main.o misc.o plunge.o preproc.o primary.o stmt.o sym.o while.o declparse.o -lm
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/sccz80'
make -C src/sccz80 PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/sccz80'
install -m 755 sccz80.exe /home/build/z88dk/win32/z88dk/bin/sccz80.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/sccz80'
make -C src/z80asm
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm'
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o errors.o errors.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o libfile.o libfile.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o z80asm.o z80asm.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o main.o main.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o opcodes.o opcodes.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o model.o model.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o sym.o sym.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o listfile.o listfile.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o modlink.o modlink.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o z80pass.o z80pass.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o symtab.o symtab.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o directives.o directives.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o options.o options.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o scan.o scan.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -O0 -c -o parse.o parse.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o codearea.o codearea.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o module.o module.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o error_func.o error_func.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o objfile.o objfile.c
objfile.c: In function 'write_expr':
objfile.c:41:7: warning: 'range' may be used uninitialized in this function [-Wmaybe-uninitialized]
  char range, *target_name;
       ^~~~~
objfile.c: In function 'write_symbols_symtab':
objfile.c:106:14: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized]
  char scope, type;
              ^~~~
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o expr.o expr.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o hist.o hist.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o lib/srcfile.o lib/srcfile.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o lib/list.o lib/list.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o lib/dbg.o lib/dbg.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o lib/str.o lib/str.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o lib/class.o lib/class.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o lib/strpool.o lib/strpool.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o lib/fileutil.o lib/fileutil.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o lib/strhash.o lib/strhash.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o lib/alloc.o lib/alloc.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o lib/minunit.o lib/minunit.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o lib/array.o lib/array.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/glob.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -o z80asm.exe errors.o libfile.o z80asm.o main.o opcodes.o model.o sym.o listfile.o modlink.o z80pass.o symtab.o directives.o options.o scan.o parse.o codearea.o module.o error_func.o objfile.o expr.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strpool.o lib/fileutil.o lib/strhash.o lib/alloc.o lib/minunit.o lib/array.o ../../ext/UNIXem/src/glob.o -g -O2
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/UNIXem/include -I../../ext/uthash/src -g -O2 -c -o t/testlib.o t/testlib.c
ar rcs t/libtestlib.a errors.o libfile.o  main.o opcodes.o model.o sym.o listfile.o modlink.o z80pass.o symtab.o directives.o options.o scan.o parse.o codearea.o module.o error_func.o objfile.o expr.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strpool.o lib/fileutil.o lib/strhash.o lib/alloc.o lib/minunit.o lib/array.o ../../ext/UNIXem/src/glob.o t/testlib.o
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm'
make -C src/z80asm PREFIX=`pwd` PREFIX_SHARE=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm'
install z80asm.exe     /home/build/z88dk/win32/z88dk/bin/z80asm.exe
install asmpp.pl      /home/build/z88dk/win32/z88dk/bin/asmpp.pl
make -C dev/z80asm_lib install PREFIX=/home/build/z88dk/win32/z88dk
make[2]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm/dev/z80asm_lib'
install z80asm-z80-.lib /home/build/z88dk/win32/z88dk/lib/z80asm-z80-.lib
install z80asm-z80-ixiy.lib /home/build/z88dk/win32/z88dk/lib/z80asm-z80-ixiy.lib
install z80asm-z80_zxn-.lib /home/build/z88dk/win32/z88dk/lib/z80asm-z80_zxn-.lib
install z80asm-z80_zxn-ixiy.lib /home/build/z88dk/win32/z88dk/lib/z80asm-z80_zxn-ixiy.lib
install z80asm-z180-.lib /home/build/z88dk/win32/z88dk/lib/z80asm-z180-.lib
install z80asm-z180-ixiy.lib /home/build/z88dk/win32/z88dk/lib/z80asm-z180-ixiy.lib
install z80asm-r2k-.lib /home/build/z88dk/win32/z88dk/lib/z80asm-r2k-.lib
install z80asm-r2k-ixiy.lib /home/build/z88dk/win32/z88dk/lib/z80asm-r2k-ixiy.lib
install z80asm-r3k-.lib /home/build/z88dk/win32/z88dk/lib/z80asm-r3k-.lib
install z80asm-r3k-ixiy.lib /home/build/z88dk/win32/z88dk/lib/z80asm-r3k-ixiy.lib
make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm/dev/z80asm_lib'
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm'
make -C src/zcc
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zcc'
i686-w64-mingw32-gcc -c -o zcc.o -g -O2 -DLOCAL_REGEXP -I. -I../copt zcc.c
i686-w64-mingw32-gcc -o zcc.exe -g -O2 -DLOCAL_REGEXP zcc.o ../copt/regex/regcomp.o  ../copt/regex/regerror.o ../copt/regex/regexec.o  ../copt/regex/regfree.o
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zcc'
make -C src/zcc PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zcc'
install zcc.exe /home/build/z88dk/win32/z88dk/bin/
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zcc'
make -C src/zpragma
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zpragma'
i686-w64-mingw32-gcc -g -O2   -c -o zpragma.o zpragma.c
zpragma.c: In function 'main':
zpragma.c:352:39: warning: passing argument 2 of 'write_defined' makes integer from pointer without a cast [-Wint-conversion]
                     write_defined(ptr,"REGISTER_SP",exp);
                                       ^~~~~~~~~~~~~
zpragma.c:136:6: note: expected 'int32_t {aka int}' but argument is of type 'char *'
 void write_defined(char *sname, int32_t value, int export)
      ^~~~~~~~~~~~~
i686-w64-mingw32-gcc -o zpragma.exe -g -O2 zpragma.o
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zpragma'
make -C src/zpragma PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zpragma'
install zpragma.exe /home/build/z88dk/win32/z88dk/bin/zpragma.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zpragma'
make -C src/zx7
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zx7'
i686-w64-mingw32-gcc -o zx7.exe -g -O2 compress.c  optimize.c  zx7.c
i686-w64-mingw32-gcc -o dzx7.exe -g -O2 dzx7.c
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zx7'
make -C src/zx7 PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zx7'
install zx7.exe /home/build/z88dk/win32/z88dk/bin/zx7.exe
install dzx7.exe /home/build/z88dk/win32/z88dk/bin/dzx7.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zx7'
make -C src/z80nm
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80nm'
i686-w64-mingw32-gcc -g -O2   -c -o ar.o ar.c
i686-w64-mingw32-gcc -o z80nm.exe -g -O2 ar.o 
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80nm'
make -C src/z80nm PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80nm'
install z80nm.exe /home/build/z88dk/win32/z88dk/bin/z80nm.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80nm'
make -C src/lstmanip
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/lstmanip'
i686-w64-mingw32-gcc -g -O2   -c -o lstmanip.o lstmanip.c
i686-w64-mingw32-gcc -o z88dk-lstmanip.exe -g -O2 lstmanip.o
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/lstmanip'
make -C src/lstmanip PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/lstmanip'
install z88dk-lstmanip.exe /home/build/z88dk/win32/z88dk/bin/z88dk-lstmanip.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/lstmanip'
make -C src/ticks
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ticks'
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/   -c -o ticks.o ticks.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/   -c -o hook_console.o hook_console.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/   -c -o hook_io.o hook_io.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/   -c -o hook_misc.o hook_misc.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/   -c -o hook.o hook.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/   -c -o disassembler.o disassembler.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/   -c -o debugger.o debugger.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/   -c -o linenoise.o linenoise.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/   -c -o utf8.o utf8.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/   -c -o syms.o syms.c
i686-w64-mingw32-gcc -o ticks.exe -g -O2 -I../../ext/uthash/src/ ticks.o hook_console.o hook_io.o hook_misc.o hook.o disassembler.o debugger.o linenoise.o utf8.o syms.o
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/   -c -o disassembler_main.o disassembler_main.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/   -c -o disassembler_alg.o disassembler_alg.c
i686-w64-mingw32-gcc -o z88dk-dis.exe -g -O2 -I../../ext/uthash/src/ disassembler_main.o disassembler.o syms.o disassembler_alg.o
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ticks'
make -C src/ticks PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ticks'
install ticks.exe /home/build/z88dk/win32/z88dk/bin/ticks.exe
install z88dk-dis.exe /home/build/z88dk/win32/z88dk/bin/z88dk-dis.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ticks'
make -C support/graphics
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/graphics'
i686-w64-mingw32-gcc -g -O2 `/usr/i686-w64-mingw32/bin/xml2-config --cflags`   -c -o z80svg.o z80svg.c
i686-w64-mingw32-gcc -o z80svg.exe -g -O2 `/usr/i686-w64-mingw32/bin/xml2-config --cflags` z80svg.o  `/usr/i686-w64-mingw32/bin/xml2-config --libs`
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/graphics'
make -C support/graphics PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/graphics'
install z80svg.exe /home/build/z88dk/win32/z88dk/bin/
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/graphics'
make -C testsuite
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/testsuite'
zcc +test -vn -a 01_cast_global_pointer.c -o 01_cast_global_pointer.opt
diff -w tmp.opt results/01_cast_global_pointer.opt
zcc +test -vn -a Issue_569_init_from_2d_array.c -o Issue_569_init_from_2d_array.opt
diff -w tmp.opt results/Issue_569_init_from_2d_array.opt
zcc +test -vn -a Issue_419_Extern_Prototypes_In_Function.c -o Issue_419_Extern_Prototypes_In_Function.opt
diff -w tmp.opt results/Issue_419_Extern_Prototypes_In_Function.opt
zcc +test -vn -a Issue_103_floating_addition.c -o Issue_103_floating_addition.opt
diff -w tmp.opt results/Issue_103_floating_addition.opt
zcc +test -vn -a Issue_98_Stack_offset.c -o Issue_98_Stack_offset.opt
diff -w tmp.opt results/Issue_98_Stack_offset.opt
zcc +test -vn -a Issue_452_far_pointers.c -o Issue_452_far_pointers.opt
diff -w tmp.opt results/Issue_452_far_pointers.opt
zcc +test -vn -a Issue_543_complement.c -o Issue_543_complement.opt
diff -w tmp.opt results/Issue_543_complement.opt
zcc +test -vn -a Issue_254_KR_Specifiers.c -o Issue_254_KR_Specifiers.opt
diff -w tmp.opt results/Issue_254_KR_Specifiers.opt
zcc +test -vn -a 02_addr_ptr.c -o 02_addr_ptr.opt
diff -w tmp.opt results/02_addr_ptr.opt
zcc +test -vn -a Issue_608_Arrays.c -o Issue_608_Arrays.opt
diff -w tmp.opt results/Issue_608_Arrays.opt
zcc +test -vn -a Issue_188_builtins.c -o Issue_188_builtins.opt
diff -w tmp.opt results/Issue_188_builtins.opt
zcc +test -vn -a Issue_510_mult_minus1.c -o Issue_510_mult_minus1.opt
diff -w tmp.opt results/Issue_510_mult_minus1.opt
zcc +test -vn -a Issue_485_sdccdecl.c -o Issue_485_sdccdecl.opt
diff -w tmp.opt results/Issue_485_sdccdecl.opt
zcc +test -vn -a Issue_452_pointers.c -o Issue_452_pointers.opt
sccz80:"Issue_452_pointers.c" L:78 Warning:Pointer arithmetic with non-matching types: struct x *ptr1-char * [-Wincompatible-pointer-types]
diff -w tmp.opt results/Issue_452_pointers.opt
zcc +test -vn -a Issue_452_unsigned.c -o Issue_452_unsigned.opt
diff -w tmp.opt results/Issue_452_unsigned.opt
zcc +test -vn -a Issue_574_fastcall_offset.c -o Issue_574_fastcall_offset.opt
diff -w tmp.opt results/Issue_574_fastcall_offset.opt
zcc +test -vn -a Issue_510_long_and.c -o Issue_510_long_and.opt
diff -w tmp.opt results/Issue_510_long_and.opt
zcc +test -vn -a Issue_569_jagged_array.c -o Issue_569_jagged_array.opt
diff -w tmp.opt results/Issue_569_jagged_array.opt
zcc +test -vn -a Issue_489_variable_defn_in_forloop.c -o Issue_489_variable_defn_in_forloop.opt
sccz80:"Issue_489_variable_defn_in_forloop.c" L:17 Warning:Loss of precision, converting long i to int i [-Wconversion]
diff -w tmp.opt results/Issue_489_variable_defn_in_forloop.opt
zcc +test -vn -a Issue_295_structgetsfar.c -o Issue_295_structgetsfar.opt
diff -w tmp.opt results/Issue_295_structgetsfar.opt
zcc +test -vn -a Issue_499_typedef_initialisation.c -o Issue_499_typedef_initialisation.opt
diff -w tmp.opt results/Issue_499_typedef_initialisation.opt
zcc +test -vn -a Issue_497_astroforce_compile.c -o Issue_497_astroforce_compile.opt
diff -w tmp.opt results/Issue_497_astroforce_compile.opt
zcc +test -vn -a Issue_501_extern_at.c -o Issue_501_extern_at.opt
diff -w tmp.opt results/Issue_501_extern_at.opt
zcc +test -vn -a Issue_615_if.c -o Issue_615_if.opt
diff -w tmp.opt results/Issue_615_if.opt
zcc +test -vn -a Issue_98_check_int.c -o Issue_98_check_int.opt
diff -w tmp.opt results/Issue_98_check_int.opt
zcc +test -vn -a Issue_103_double_prepost.c -o Issue_103_double_prepost.opt
diff -w tmp.opt results/Issue_103_double_prepost.opt
zcc +test -vn -a Issue_452_arrays.c -o Issue_452_arrays.opt
diff -w tmp.opt results/Issue_452_arrays.opt
zcc +test -vn -a Issue_490_long_extension.c -o Issue_490_long_extension.opt
diff -w tmp.opt results/Issue_490_long_extension.opt
zcc +test -vn -a Issue_564_casting.c -o Issue_564_casting.opt
diff -w tmp.opt results/Issue_564_casting.opt
zcc +test -vn -a Issue_509_long_constant.c -o Issue_509_long_constant.opt
diff -w tmp.opt results/Issue_509_long_constant.opt
zcc +test -vn -a Issue_26_casting.c -o Issue_26_casting.opt
diff -w tmp.opt results/Issue_26_casting.opt
zcc +test -vn -a Issue_507_unnamed_structs.c -o Issue_507_unnamed_structs.opt
diff -w tmp.opt results/Issue_507_unnamed_structs.opt
zcc +test -vn -a Issue_615_while_loop.c -o Issue_615_while_loop.opt
diff -w tmp.opt results/Issue_615_while_loop.opt
zcc +test -vn -a Issue_493__func__.c -o Issue_493__func__.opt
diff -w tmp.opt results/Issue_493__func__.opt
zcc +test -vn -a Issue_491_enums.c -o Issue_491_enums.opt
diff -w tmp.opt results/Issue_491_enums.opt
zcc +test -vn -a Issue_514_flexible_member.c -o Issue_514_flexible_member.opt
diff -w tmp.opt results/Issue_514_flexible_member.opt
zcc +test -vn -a Issue_490_ptr_arithmetic.c -o Issue_490_ptr_arithmetic.opt
diff -w tmp.opt results/Issue_490_ptr_arithmetic.opt
zcc +test -vn -a Issue_490_repeated_extern_decls.c -o Issue_490_repeated_extern_decls.opt
diff -w tmp.opt results/Issue_490_repeated_extern_decls.opt
zcc +test -vn -a Issue_480_asmfunc.c -o Issue_480_asmfunc.opt
diff -w tmp.opt results/Issue_480_asmfunc.opt
zcc +test -vn -a Issue_452_struct.c -o Issue_452_struct.opt
diff -w tmp.opt results/Issue_452_struct.opt
zcc +test -vn -a Issue_615_loop.c -o Issue_615_loop.opt
diff -w tmp.opt results/Issue_615_loop.opt
zcc +test -vn -a Issue_98_underlying.c -o Issue_98_underlying.opt
diff -w tmp.opt results/Issue_98_underlying.opt
zcc +test -vn -a Issue_600_fastcall.c -o Issue_600_fastcall.opt
sccz80:"Issue_600_fastcall.c" L:6 Warning:Cannot define function 'func4' as __z88dk_fastcall __stdc when it has more than 1 argument [-Wincorrect-function-declspec]
diff -w tmp.opt results/Issue_600_fastcall.opt
zcc +test -vn -a Issue_482_optrule.c -o Issue_482_optrule.opt
diff -w tmp.opt results/Issue_482_optrule.opt
zcc +test -custom-copt-rules=../lib/zxn_rules.1 -vn -a zxn/Issue_312_zxn_optimisations.c -o zxn/Issue_312_zxn_optimisations.opt
diff -w tmp.opt results/zxn/Issue_312_zxn_optimisations.opt
zcc +rcmx000 -vn -a rabbit/rabbit_optimisations.c -o rabbit/rabbit_optimisations.opt
diff -w tmp.opt results/rabbit/rabbit_optimisations.opt
zcc +test -mz180 -vn -a z180/Issue_481_multiply_char.c -o z180/Issue_481_multiply_char.opt
diff -w tmp.opt results/z180/Issue_481_multiply_char.opt
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/testsuite'
make -C src/z88dk-lib
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib'
i686-w64-mingw32-gcc -g -O2   -c -o z88dk-lib.o z88dk-lib.c
i686-w64-mingw32-gcc -o z88dk-lib.exe -g -O2 z88dk-lib.o
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib'
make -C src/z88dk-lib PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib'
install z88dk-lib.exe /home/build/z88dk/win32/z88dk/bin/z88dk-lib.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib'
make -C src/appmake clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/appmake'
rm -f appmake.exe appmake.o z88.o zxvgs.o zx.o z88shell.o abc80.o zx81.o msx.o mtx.o mz.o nec.o p2000.o px.o aquarius.o c7420.o rom.o sorcerer.o sos.o svi.o sc3000.o ace-tap.o hex.o lynx.o rex6000.o tixx.o nascom.o cpc.o m5.o mc.o newbrain.o newext.o sms.o trs80.o c128.o galaksija.o vz.o enterprise.o x07.o residos.o inject.o vg5k.o z1013.o extract.o z9001.o kc.o glue.o zxn.o zx-util.o x1.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/appmake'
make -C src/copt clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/copt'
rm -f copt.exe copt.o core.exe regex/*.o
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/copt'
make -C src/ucpp clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ucpp'
rm -f *.o core *~ ucpp.exe *.d
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ucpp'
make -C src/cpp clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/cpp'
rm -f *.o core *~ zcpp.exe
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/cpp'
make -C src/sccz80 clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/sccz80'
rm -f *.o *~ core sccz80.exe
rm -f -rf Debug Release
rm -f callfunc.d codegen.d const.d data.d declinit.d error.d expr.d goto.d io.d lex.d main.d misc.d plunge.d preproc.d primary.d stmt.d sym.d while.d declparse.d
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/sccz80'
make -C src/z80asm clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm'
make -C dev/z80asm_lib clean
make[2]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm/dev/z80asm_lib'
rm -f z80asm-z80-.lib
rm -f z80asm-z80-ixiy.lib
rm -f z80asm-z80_zxn-.lib
rm -f z80asm-z80_zxn-ixiy.lib
rm -f z80asm-z180-.lib
rm -f z80asm-z180-ixiy.lib
rm -f z80asm-r2k-.lib
rm -f z80asm-r2k-ixiy.lib
rm -f z80asm-r3k-.lib
rm -f z80asm-r3k-ixiy.lib
rm -f cpi.o daa.o cpir.o cpdr.o rrd.o cpd.o rld.o cpi.lis daa.lis cpir.lis cpdr.lis rrd.lis cpd.lis rld.lis test.asm test.o test.bin
make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm/dev/z80asm_lib'
rm -f z80asm-*.lib
make -C lib clean
make[2]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm/lib'
rm -f srcfile.o list.o dbg.o str.o class.o strpool.o fileutil.o strhash.o minunit.o array.o alloc.o t/test_alloc t/test_types t/test_init t/test_dbg t/test_str t/test_strpool libclibrary.a
rm -f t/test_alloc.exe t/test_types.exe t/test_init.exe t/test_dbg.exe t/test_str.exe t/test_strpool.exe
rm -f t/test_alloc.out t/test_types.out t/test_init.out t/test_dbg.out t/test_str.out t/test_strpool.out
rm -f t/test_alloc.o t/test_types.o t/test_init.o t/test_dbg.o t/test_str.o t/test_strpool.o
rm -f t/tests.log
rm -f *.bak
rm -rf win32/Debug win32/Release win32/ipch
make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm/lib'
rm -f *.core lib/*.core lib/t/*.core lib/t/uthash/*.core
rm -f *.o    lib/*.o    lib/t/*.o    lib/t/uthash/*.o 
rm -f *.out  lib/*.out  lib/t/*.out  lib/t/uthash/*.out
rm -f *.orig lib/*.orig lib/t/*.orig lib/t/uthash/*.orig
rm -f *.exe  lib/*.exe  lib/t/*.exe  lib/t/uthash/*.exe
rm -f *.tmp  lib/*.tmp  lib/t/*.tmp  lib/t/uthash/*.tmp
rm -f *.bak  lib/*.bak  lib/t/*.bak  lib/t/uthash/*.bak
rm -f *.log  lib/*.log  lib/t/*.log  lib/t/uthash/*.log
rm -f *~     lib/*~     lib/t/*~     lib/t/uthash/*~
rm -f -rf Debug Release x1 x2 x3
rm -f t/libtestlib.a t/*.o t/*.out lib/t/*.o lib/t/*.out t/test_codearea.exe t/test_symtab.exe
rm -f zcc_opt.def zcc_proj.lst enigma.bin enigma.in enigma.out enigma.bmk
rm -f zcc_opt.def microman.bin microman.tap
rm -f zcc_opt.def mandel.bin   mandel.tap
rm -f z80asm.exe lib/z80asm.exe test* lib/test*
rm -f t/*.tmp lib/t/*.tmp t/dev/*.tmp 
rm -f libfile.d parse.d z80asm.d directives.d opcodes.d listfile.d modlink.d objfile.d expr.d z80pass.d symtab.d options.d scan.d codearea.d module.d model.d error_func.d main.d sym.d errors.d hist.d lib/srcfile.d lib/list.d lib/dbg.d lib/str.d lib/class.d lib/strpool.d lib/fileutil.d lib/strhash.d lib/minunit.d lib/array.d lib/alloc.d
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm'
make -C src/z80nm clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80nm'
rm -f z80nm.exe ar.o getopt/*.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80nm'
make -C src/zcc clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zcc'
rm -f zcc.exe zcc.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zcc'
make -C src/zpragma clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zpragma'
rm -f zpragma.exe zpragma.o core.exe
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zpragma'
make -C src/ticks clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ticks'
rm -f ticks.exe ticks.o hook_console.o hook_io.o hook_misc.o hook.o disassembler.o debugger.o linenoise.o utf8.o syms.o core
rm -f z88dk-dis.exe disassembler_main.o disassembler.o syms.o disassembler_alg.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ticks'
make -C src/zx7 clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zx7'
rm -f zx7.exe zx7.o core.exe
rm -f dzx7.exe dzx7.o
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zx7'
make -C test clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/test'
make[2]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites'
make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/string'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f test*.bin ../../framework/test.o strstr.o strcmp.o strncmp.o main.o strrstr.o strrev.o strlcpy.o strlcat.o stricmp.o zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/string'
make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/ctype'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f test*.bin  zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/ctype'
make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/stdio'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f *.bin zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/stdio'
make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/stdlib'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f test*bin  zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/stdlib'
make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/math'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f *.bin ../../framework/test.o math.o zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/math'
make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/regex'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f *.bin ../../framework/test.o regex.o zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/regex'
make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/sccz80'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f *.bin  zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/sccz80'
make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites'
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/test'
make -C testsuite clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/testsuite'
rm -f -f Issue_452_far_pointers.opt Issue_569_init_from_2d_array.opt Issue_419_Extern_Prototypes_In_Function.opt Issue_103_floating_addition.opt Issue_497_astroforce_compile.opt 01_cast_global_pointer.opt Issue_490_repeated_extern_decls.opt Issue_543_complement.opt Issue_254_KR_Specifiers.opt Issue_98_Stack_offset.opt 02_addr_ptr.opt Issue_608_Arrays.opt Issue_188_builtins.opt Issue_510_mult_minus1.opt Issue_485_sdccdecl.opt Issue_452_pointers.opt Issue_26_casting.opt Issue_615_while_loop.opt Issue_452_unsigned.opt Issue_574_fastcall_offset.opt Issue_564_casting.opt Issue_615_loop.opt Issue_510_long_and.opt Issue_569_jagged_array.opt Issue_489_variable_defn_in_forloop.opt Issue_295_structgetsfar.opt Issue_499_typedef_initialisation.opt Issue_615_if.opt Issue_98_check_int.opt Issue_103_double_prepost.opt Issue_490_long_extension.opt Issue_509_long_constant.opt Issue_507_unnamed_structs.opt Issue_493__func__.opt Issue_491_enums.opt Issue_514_flexible_member.opt Issue_490_ptr_arithmetic.opt Issue_480_asmfunc.opt Issue_452_struct.opt Issue_452_arrays.opt Issue_501_extern_at.opt Issue_98_underlying.opt Issue_600_fastcall.opt Issue_482_optrule.opt zxn/Issue_312_zxn_optimisations.opt rabbit/rabbit_optimisations.opt z180/Issue_481_multiply_char.opt tmp.opt zcc_opt.def
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/testsuite'
make -C src/z88dk-lib clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib'
rm -f z88dk-lib.exe z88dk-lib.o core.exe
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib'
#if [ -d bin ]; then find bin -type f -exec rm -f {} ';' ; fi
#########################################################################

Building win32 kit

#########################################################################
#########################################################################

Starting OS-X build

#########################################################################
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git
make -C src/appmake
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/appmake'
i386-apple-darwin15-cc -g -O2 -I.. -c appmake.c
appmake.c:1415:66: warning: incompatible pointer types passing 'int (const struct section_aligned *, const struct section_aligned *)' to parameter of type 'int (*)(const void *, const void *)' [-Wincompatible-pointer-types]
    qsort(aligned->array, aligned->num, sizeof(*aligned->array), mb_compare_aligned);
                                                                 ^~~~~~~~~~~~~~~~~~
/opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/stdlib.h:158:12: note: passing argument to parameter here
            int (*)(const void *, const void *));
                  ^
appmake.c:1441:57: warning: incompatible pointer types passing 'int (const struct section_bin *, const struct section_bin *)' to parameter of type 'int (*)(const void *, const void *)' [-Wincompatible-pointer-types]
        qsort(mb->secbin, mb->num, sizeof(*mb->secbin), mb_compare_banks);
                                                        ^~~~~~~~~~~~~~~~
/opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/stdlib.h:158:12: note: passing argument to parameter here
            int (*)(const void *, const void *));
                  ^
2 warnings generated.
i386-apple-darwin15-cc -g -O2 -I.. -c z88.c
i386-apple-darwin15-cc -g -O2 -I.. -c zxvgs.c
i386-apple-darwin15-cc -g -O2 -I.. -c zx.c
i386-apple-darwin15-cc -g -O2 -I.. -c z88shell.c
i386-apple-darwin15-cc -g -O2 -I.. -c abc80.c
i386-apple-darwin15-cc -g -O2 -I.. -c zx81.c
i386-apple-darwin15-cc -g -O2 -I.. -c msx.c
i386-apple-darwin15-cc -g -O2 -I.. -c mtx.c
i386-apple-darwin15-cc -g -O2 -I.. -c mz.c
i386-apple-darwin15-cc -g -O2 -I.. -c nec.c
i386-apple-darwin15-cc -g -O2 -I.. -c p2000.c
i386-apple-darwin15-cc -g -O2 -I.. -c px.c
i386-apple-darwin15-cc -g -O2 -I.. -c aquarius.c
i386-apple-darwin15-cc -g -O2 -I.. -c c7420.c
i386-apple-darwin15-cc -g -O2 -I.. -c rom.c
i386-apple-darwin15-cc -g -O2 -I.. -c sorcerer.c
i386-apple-darwin15-cc -g -O2 -I.. -c sos.c
i386-apple-darwin15-cc -g -O2 -I.. -c svi.c
i386-apple-darwin15-cc -g -O2 -I.. -c sc3000.c
i386-apple-darwin15-cc -g -O2 -I.. -c ace-tap.c
i386-apple-darwin15-cc -g -O2 -I.. -c hex.c
i386-apple-darwin15-cc -g -O2 -I.. -c lynx.c
i386-apple-darwin15-cc -g -O2 -I.. -c rex6000.c
i386-apple-darwin15-cc -g -O2 -I.. -c tixx.c
i386-apple-darwin15-cc -g -O2 -I.. -c nascom.c
i386-apple-darwin15-cc -g -O2 -I.. -c cpc.c
i386-apple-darwin15-cc -g -O2 -I.. -c m5.c
i386-apple-darwin15-cc -g -O2 -I.. -c mc.c
i386-apple-darwin15-cc -g -O2 -I.. -c newbrain.c
i386-apple-darwin15-cc -g -O2 -I.. -c newext.c
i386-apple-darwin15-cc -g -O2 -I.. -c sms.c
i386-apple-darwin15-cc -g -O2 -I.. -c trs80.c
i386-apple-darwin15-cc -g -O2 -I.. -c c128.c
i386-apple-darwin15-cc -g -O2 -I.. -c galaksija.c
i386-apple-darwin15-cc -g -O2 -I.. -c vz.c
i386-apple-darwin15-cc -g -O2 -I.. -c enterprise.c
i386-apple-darwin15-cc -g -O2 -I.. -c x07.c
i386-apple-darwin15-cc -g -O2 -I.. -c residos.c
residos.c:114:12: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
    strcpy(memory,"ZXPKG");
           ^~~~~~
/opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/secure/_string.h:83:27: note: expanded from macro 'strcpy'
  __builtin___strcpy_chk (dest, src, __darwin_obsz (dest))
                          ^~~~
1 warning generated.
i386-apple-darwin15-cc -g -O2 -I.. -c inject.c
i386-apple-darwin15-cc -g -O2 -I.. -c vg5k.c
i386-apple-darwin15-cc -g -O2 -I.. -c z1013.c
i386-apple-darwin15-cc -g -O2 -I.. -c extract.c
i386-apple-darwin15-cc -g -O2 -I.. -c z9001.c
i386-apple-darwin15-cc -g -O2 -I.. -c kc.c
i386-apple-darwin15-cc -g -O2 -I.. -c glue.c
i386-apple-darwin15-cc -g -O2 -I.. -c zxn.c
i386-apple-darwin15-cc -g -O2 -I.. -c zx-util.c
zx-util.c:445:58: warning: data argument not used by format string [-Wformat-extra-args]
                            sprintf(mybuf, "\"23739\",", (int)pos);        
                                           ~~~~~~~~~~~~  ^
/opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
zx-util.c:448:56: warning: data argument not used by format string [-Wformat-extra-args]
                            sprintf(mybuf, "\"111\":", (int)pos);        
                                           ~~~~~~~~~~  ^
/opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
zx-util.c:675:29: warning: '&&' within '||' [-Wlogical-op-parentheses]
            if ((zxt->turbo && (blockcount == 4) || (blockcount == 6)) || (zxt->turbo && zxt->dumb)) {
                 ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ~~
zx-util.c:675:29: note: place parentheses around the '&&' expression to silence this warning
            if ((zxt->turbo && (blockcount == 4) || (blockcount == 6)) || (zxt->turbo && zxt->dumb)) {
                            ^
                 (                              )
3 warnings generated.
i386-apple-darwin15-cc -g -O2 -I.. -c x1.c
i386-apple-darwin15-cc -o appmake -g -O2 appmake.o z88.o zxvgs.o zx.o z88shell.o abc80.o zx81.o msx.o mtx.o mz.o nec.o p2000.o px.o aquarius.o c7420.o rom.o sorcerer.o sos.o svi.o sc3000.o ace-tap.o hex.o lynx.o rex6000.o tixx.o nascom.o cpc.o m5.o mc.o newbrain.o newext.o sms.o trs80.o c128.o galaksija.o vz.o enterprise.o x07.o residos.o inject.o vg5k.o z1013.o extract.o z9001.o kc.o glue.o zxn.o zx-util.o x1.o
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/appmake'
make -C src/appmake PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/appmake'
install appmake /home/build/z88dk/osx/z88dk/bin/appmake
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/appmake'
make -C src/copt
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/copt'
i386-apple-darwin15-cc -c -o copt.o -g -O2 -DLOCAL_REGEXP -I. copt.c
i386-apple-darwin15-cc -c -o regex/regcomp.o -g -O2 -DLOCAL_REGEXP -I. regex/regcomp.c
i386-apple-darwin15-cc -c -o regex/regerror.o -g -O2 -DLOCAL_REGEXP -I. regex/regerror.c
i386-apple-darwin15-cc -c -o regex/regexec.o -g -O2 -DLOCAL_REGEXP -I. regex/regexec.c
i386-apple-darwin15-cc -c -o regex/regfree.o -g -O2 -DLOCAL_REGEXP -I. regex/regfree.c
i386-apple-darwin15-cc -o copt -g -O2 copt.o regex/regcomp.o  regex/regerror.o regex/regexec.o  regex/regfree.o
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/copt'
make -C src/copt PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/copt'
install copt /home/build/z88dk/osx/z88dk/bin/copt
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/copt'
make -C src/cpp
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/cpp'
i386-apple-darwin15-cc -g -O2 -c cpp1.c
i386-apple-darwin15-cc -g -O2 -c cpp2.c
i386-apple-darwin15-cc -g -O2 -c cpp3.c
i386-apple-darwin15-cc -g -O2 -c cpp4.c
i386-apple-darwin15-cc -g -O2 -c cpp5.c
i386-apple-darwin15-cc -g -O2 -c cpp6.c
i386-apple-darwin15-cc -g -O2 -o zcpp cpp1.o cpp2.o cpp3.o cpp4.o cpp5.o cpp6.o
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/cpp'
make -C src/cpp PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/cpp'
install zcpp /home/build/z88dk/osx/z88dk/bin/zcpp
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/cpp'
make -C src/ucpp
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ucpp'
i386-apple-darwin15-cc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c mem.c
i386-apple-darwin15-cc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c nhash.c
i386-apple-darwin15-cc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c cpp.c
i386-apple-darwin15-cc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c lexer.c
i386-apple-darwin15-cc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c assert.c
i386-apple-darwin15-cc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c macro.c
macro.c:1146:7: warning: variable 'atl' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
                if (m->narg > 0 || m->vaarg)
                    ^~~~~~~~~~~~~~~~~~~~~~~
macro.c:1149:46: note: uninitialized use occurs here
                switch (collect_arguments(ls, tfi, penury, atl,
                                                           ^~~
macro.c:1146:3: note: remove the 'if' if its condition is always true
                if (m->narg > 0 || m->vaarg)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
macro.c:1031:24: note: initialize the variable 'atl' to silence this warning
        struct token_fifo *atl, etl;
                              ^
                               = NULL
1 warning generated.
i386-apple-darwin15-cc -g -O2 -MMD -DSTAND_ALONE -DUCPP_CONFIG -O2 -Wall -c eval.c
i386-apple-darwin15-cc -g -O2 -o ucpp mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/ucpp'
make -C src/ucpp PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ucpp'
install ucpp /home/build/z88dk/osx/z88dk/bin/ucpp
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/ucpp'
make -C src/sccz80
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/sccz80'
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o callfunc.o callfunc.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o codegen.o codegen.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o const.o const.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o data.o data.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o declinit.o declinit.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o error.o error.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o expr.o expr.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o goto.o goto.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o io.o io.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o lex.o lex.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o main.o main.c
main.c:99:66: warning: initializing 'void *' with an expression of type 'void (option *, char *)' converts between void pointer and function pointer [-Wpedantic]
    { 'h', "help", OPT_FUNCTION|OPT_BOOL, "Show this help page", DispInfo, 0 },
                                                                 ^~~~~~~~
main.c:111:89: warning: initializing 'void *' with an expression of type 'void (*)(option *, char *)' converts between void pointer and function pointer [-Wpedantic]
    { 0, "math-z88", OPT_FUNCTION|OPT_BOOL, "(deprecated) Make FP constants match z88", &set_math_z88_parameters, 0 },
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~
main.c:119:90: warning: initializing 'void *' with an expression of type 'void (option *, char *)' converts between void pointer and function pointer [-Wpedantic]
    { 0, "asm", OPT_FUNCTION, "=<name> Set the assembler output (z80asm,vasm,asxx,gnu)", SetAssembler, 0 },
                                                                                         ^~~~~~~~~~~~
main.c:126:73: warning: initializing 'void *' with an expression of type 'void (option *, char *)' converts between void pointer and function pointer [-Wpedantic]
    { 0, "opt-code-speed", OPT_FUNCTION, "Optimise for speed not size", opt_code_size, 0},
                                                                        ^~~~~~~~~~~~~
main.c:146:67: warning: initializing 'void *' with an expression of type 'void (option *, char *)' converts between void pointer and function pointer [-Wpedantic]
    { 0, "W", OPT_FUNCTION, "<type> Enable a class of warnings",  SetWarning, 0 },
                                                                  ^~~~~~~~~~
main.c:151:64: warning: initializing 'void *' with an expression of type 'void (option *, char *)' converts between void pointer and function pointer [-Wpedantic]
    { 0, "D", OPT_FUNCTION, "Define a preprocessor directive", SetDefine, 0 },
                                                               ^~~~~~~~~
main.c:152:67: warning: initializing 'void *' with an expression of type 'void (option *, char *)' converts between void pointer and function pointer [-Wpedantic]
    { 0, "U", OPT_FUNCTION, "Undefine a preprocessor directive" , SetUndefine, 0 },
                                                                  ^~~~~~~~~~~
main.c:797:16: warning: initializing 'void (*)(option *, char *)' with an expression of type 'void *' converts between void pointer and function pointer [-Wpedantic]
        void (*func)(option *arg, char *type) = arg->value;
               ^                                ~~~~~~~~~~
8 warnings generated.
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o misc.o misc.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o plunge.o plunge.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o preproc.o preproc.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o primary.o primary.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o stmt.o stmt.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o sym.o sym.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o while.o while.c
i386-apple-darwin15-cc -g -O2 -MMD -Wall -I../../ext/uthash/src/ -g -pedantic   -c -o declparse.o declparse.c
i386-apple-darwin15-cc -g -O2 -o sccz80 callfunc.o codegen.o const.o data.o declinit.o error.o expr.o goto.o io.o lex.o main.o misc.o plunge.o preproc.o primary.o stmt.o sym.o while.o declparse.o -lm
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/sccz80'
make -C src/sccz80 PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/sccz80'
install -m 755 sccz80 /home/build/z88dk/osx/z88dk/bin/sccz80
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/sccz80'
make -C src/z80asm
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80asm'
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o errors.o errors.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o libfile.o libfile.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o z80asm.o z80asm.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o main.o main.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o opcodes.o opcodes.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o model.o model.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o sym.o sym.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o listfile.o listfile.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o modlink.o modlink.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o z80pass.o z80pass.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o symtab.o symtab.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o directives.o directives.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o options.o options.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o scan.o scan.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -O0 -c -o parse.o parse.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o codearea.o codearea.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o module.o module.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o error_func.o error_func.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o objfile.o objfile.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o expr.o expr.c
expr.c:118:33: warning: comparison of constant 256 with expression of type 'op_type_t' is always true [-Wtautological-constant-out-of-range-compare]
    assert( op_type > 0 && op_type < 256 );
                           ~~~~~~~ ^ ~~~
/opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/assert.h:93:25: note: expanded from macro 'assert'
    (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
                        ^
1 warning generated.
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o hist.o hist.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/srcfile.o lib/srcfile.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/list.o lib/list.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/dbg.o lib/dbg.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/str.o lib/str.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/class.o lib/class.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/strpool.o lib/strpool.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/fileutil.o lib/fileutil.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/strhash.o lib/strhash.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/alloc.o lib/alloc.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/minunit.o lib/minunit.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o lib/array.o lib/array.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -o z80asm errors.o libfile.o z80asm.o main.o opcodes.o model.o sym.o listfile.o modlink.o z80pass.o symtab.o directives.o options.o scan.o parse.o codearea.o module.o error_func.o objfile.o expr.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strpool.o lib/fileutil.o lib/strhash.o lib/alloc.o lib/minunit.o lib/array.o -g -O2
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../../ext/uthash/src -g -O2 -c -o t/testlib.o t/testlib.c
ar rcs t/libtestlib.a errors.o libfile.o  main.o opcodes.o model.o sym.o listfile.o modlink.o z80pass.o symtab.o directives.o options.o scan.o parse.o codearea.o module.o error_func.o objfile.o expr.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strpool.o lib/fileutil.o lib/strhash.o lib/alloc.o lib/minunit.o lib/array.o t/testlib.o
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm'
make -C src/z80asm PREFIX=`pwd` PREFIX_SHARE=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80asm'
install z80asm     /home/build/z88dk/osx/z88dk/bin/z80asm
install asmpp.pl      /home/build/z88dk/osx/z88dk/bin/asmpp.pl
make -C dev/z80asm_lib install PREFIX=/home/build/z88dk/osx/z88dk
make[2]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80asm/dev/z80asm_lib'
install z80asm-z80-.lib /home/build/z88dk/osx/z88dk/lib/z80asm-z80-.lib
install z80asm-z80-ixiy.lib /home/build/z88dk/osx/z88dk/lib/z80asm-z80-ixiy.lib
install z80asm-z80_zxn-.lib /home/build/z88dk/osx/z88dk/lib/z80asm-z80_zxn-.lib
install z80asm-z80_zxn-ixiy.lib /home/build/z88dk/osx/z88dk/lib/z80asm-z80_zxn-ixiy.lib
install z80asm-z180-.lib /home/build/z88dk/osx/z88dk/lib/z80asm-z180-.lib
install z80asm-z180-ixiy.lib /home/build/z88dk/osx/z88dk/lib/z80asm-z180-ixiy.lib
install z80asm-r2k-.lib /home/build/z88dk/osx/z88dk/lib/z80asm-r2k-.lib
install z80asm-r2k-ixiy.lib /home/build/z88dk/osx/z88dk/lib/z80asm-r2k-ixiy.lib
install z80asm-r3k-.lib /home/build/z88dk/osx/z88dk/lib/z80asm-r3k-.lib
install z80asm-r3k-ixiy.lib /home/build/z88dk/osx/z88dk/lib/z80asm-r3k-ixiy.lib
make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm/dev/z80asm_lib'
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm'
make -C src/zcc
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zcc'
i386-apple-darwin15-cc -c -o zcc.o -g -O2 -DLOCAL_REGEXP -I. -I../copt zcc.c
i386-apple-darwin15-cc -o zcc -g -O2 -DLOCAL_REGEXP zcc.o ../copt/regex/regcomp.o  ../copt/regex/regerror.o ../copt/regex/regexec.o  ../copt/regex/regfree.o
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zcc'
make -C src/zcc PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zcc'
install zcc /home/build/z88dk/osx/z88dk/bin/
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zcc'
make -C src/zpragma
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zpragma'
i386-apple-darwin15-cc -g -O2   -c -o zpragma.o zpragma.c
zpragma.c:253:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    for (complex = 1; c = *arg; ++arg)
                      ~~^~~~~~
zpragma.c:253:25: note: place parentheses around the assignment to silence this warning
    for (complex = 1; c = *arg; ++arg)
                        ^
                      (       )
zpragma.c:253:25: note: use '==' to turn this assignment into an equality comparison
    for (complex = 1; c = *arg; ++arg)
                        ^
                        ==
zpragma.c:352:39: warning: incompatible pointer to integer conversion passing 'char [12]' to parameter of type 'int32_t' (aka 'int') [-Wint-conversion]
                    write_defined(ptr,"REGISTER_SP",exp);                    
                                      ^~~~~~~~~~~~~
zpragma.c:136:41: note: passing argument to parameter 'value' here
void write_defined(char *sname, int32_t value, int export)
                                        ^
2 warnings generated.
i386-apple-darwin15-cc -o zpragma -g -O2 zpragma.o
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zpragma'
make -C src/zpragma PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zpragma'
install zpragma /home/build/z88dk/osx/z88dk/bin/zpragma
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zpragma'
make -C src/zx7
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zx7'
i386-apple-darwin15-cc -o zx7 -g -O2 compress.c  optimize.c  zx7.c
i386-apple-darwin15-cc -o dzx7 -g -O2 dzx7.c
dzx7.c:98:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
        return (value & 127 | i << 7) + 128;
                ~~~~~~^~~~~ ~
dzx7.c:98:23: note: place parentheses around the '&' expression to silence this warning
        return (value & 127 | i << 7) + 128;
                      ^
                (          )
1 warning generated.
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zx7'
make -C src/zx7 PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zx7'
install zx7 /home/build/z88dk/osx/z88dk/bin/zx7
install dzx7 /home/build/z88dk/osx/z88dk/bin/dzx7
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zx7'
make -C src/z80nm
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80nm'
i386-apple-darwin15-cc -g -O2   -c -o ar.o ar.c
ar.c:179:47: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat]
        printf("\nFile %s at $%04X: %s\n", filename, ftell( fp ) - 8, file_signature );
                              ~~~~                   ^~~~~~~~~~~~~~~
                              %04lX
1 warning generated.
i386-apple-darwin15-cc -o z80nm -g -O2 ar.o 
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80nm'
make -C src/z80nm PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80nm'
install z80nm /home/build/z88dk/osx/z88dk/bin/z80nm
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80nm'
make -C src/lstmanip
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/lstmanip'
i386-apple-darwin15-cc -g -O2   -c -o lstmanip.o lstmanip.c
i386-apple-darwin15-cc -o z88dk-lstmanip -g -O2 lstmanip.o
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/lstmanip'
make -C src/lstmanip PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/lstmanip'
install z88dk-lstmanip /home/build/z88dk/osx/z88dk/bin/z88dk-lstmanip
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/lstmanip'
make -C src/ticks
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ticks'
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/   -c -o ticks.o ticks.c
ticks.c:613:14: warning: '&' within '|' [-Wbitwise-op-parentheses]
  return  ff & 168
          ~~~^~~~~
ticks.c:613:14: note: place parentheses around the '&' expression to silence this warning
  return  ff & 168
             ^
          (       )
ticks.c:614:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
        | ff >> 8 & 1
        ~ ~~~~~~~~^~~
ticks.c:614:19: note: place parentheses around the '&' expression to silence this warning
        | ff >> 8 & 1
                  ^
          (          )
ticks.c:616:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
        | fb >> 8 & 2
        ~ ~~~~~~~~^~~
ticks.c:616:19: note: place parentheses around the '&' expression to silence this warning
        | fb >> 8 & 2
                  ^
          (          )
ticks.c:617:36: warning: '&' within '|' [-Wbitwise-op-parentheses]
        | (fr ^ fa ^ fb ^ fb >> 8) & 16
        ~ ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:617:36: note: place parentheses around the '&' expression to silence this warning
        | (fr ^ fa ^ fb ^ fb >> 8) & 16
                                   ^
          (                            )
ticks.c:620:45: warning: '&' within '|' [-Wbitwise-op-parentheses]
            : ((fr ^ fa) & (fr ^ fb)) >> 5) & 4;
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
ticks.c:620:45: note: place parentheses around the '&' expression to silence this warning
            : ((fr ^ fa) & (fr ^ fb)) >> 5) & 4;
                                            ^
ticks.c:624:15: warning: '&' within '|' [-Wbitwise-op-parentheses]
  return  ff_ & 168
          ~~~~^~~~~
ticks.c:624:15: note: place parentheses around the '&' expression to silence this warning
  return  ff_ & 168
              ^
          (        )
ticks.c:625:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
        | ff_ >> 8 & 1
        ~ ~~~~~~~~~^~~
ticks.c:625:20: note: place parentheses around the '&' expression to silence this warning
        | ff_ >> 8 & 1
                   ^
          (           )
ticks.c:627:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
        | fb_ >> 8 & 2
        ~ ~~~~~~~~~^~~
ticks.c:627:20: note: place parentheses around the '&' expression to silence this warning
        | fb_ >> 8 & 2
                   ^
          (           )
ticks.c:628:40: warning: '&' within '|' [-Wbitwise-op-parentheses]
        | (fr_ ^ fa_ ^ fb_ ^ fb_ >> 8) & 16
        ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:628:40: note: place parentheses around the '&' expression to silence this warning
        | (fr_ ^ fa_ ^ fb_ ^ fb_ >> 8) & 16
                                       ^
          (                                )
ticks.c:631:49: warning: '&' within '|' [-Wbitwise-op-parentheses]
            : ((fr_ ^ fa_) & (fr_ ^ fb_)) >> 5) & 4;
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
ticks.c:631:49: note: place parentheses around the '&' expression to silence this warning
            : ((fr_ ^ fa_) & (fr_ ^ fb_)) >> 5) & 4;
                                                ^
ticks.c:637:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
  fa= 255 & (fb= a & -129 | (a&4)<<5);
                 ~~^~~~~~ ~
ticks.c:637:20: note: place parentheses around the '&' expression to silence this warning
  fa= 255 & (fb= a & -129 | (a&4)<<5);
                   ^
                 (       )
ticks.c:1007:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
        mp= t+1 & 255
            ~~~~^~~~~
ticks.c:1007:17: note: place parentheses around the '&' expression to silence this warning
        mp= t+1 & 255
                ^
            (        )
ticks.c:1108:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff&256
              ~~^~~~
ticks.c:1108:17: note: place parentheses around the '&' expression to silence this warning
          ff= ff&256
                ^
              (     )
ticks.c:1150:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff&256
              ~~^~~~
ticks.c:1150:17: note: place parentheses around the '&' expression to silence this warning
          ff= ff&256
                ^
              (     )
ticks.c:1212:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff_= ff_&215
               ~~~^~~~
ticks.c:1212:19: note: place parentheses around the '&' expression to silence this warning
          ff_= ff_&215
                  ^
               (      )
ticks.c:1213:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1213:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1214:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb_= fb_      &128
               ~~~~~~~~~^~~~
ticks.c:1214:25: note: place parentheses around the '&' expression to silence this warning
          fb_= fb_      &128
                        ^
               (            )
ticks.c:1215:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa_^fr_) & 16;
            ~ ~~~~~~~~~~^~~~
ticks.c:1215:25: note: place parentheses around the '&' expression to silence this warning
            | (fa_^fr_) & 16;
                        ^
              (             )
ticks.c:1218:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff&215
              ~~^~~~
ticks.c:1218:17: note: place parentheses around the '&' expression to silence this warning
          ff= ff&215
                ^
              (     )
ticks.c:1219:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1219:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1220:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb= fb      &128
              ~~~~~~~~^~~~
ticks.c:1220:23: note: place parentheses around the '&' expression to silence this warning
          fb= fb      &128
                      ^
              (           )
ticks.c:1221:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa^fr) & 16;
            ~ ~~~~~~~~^~~~
ticks.c:1221:23: note: place parentheses around the '&' expression to silence this warning
            | (fa^fr) & 16;
                      ^
              (           )
ticks.c:1229:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff_= ff_&215
               ~~~^~~~
ticks.c:1229:19: note: place parentheses around the '&' expression to silence this warning
          ff_= ff_&215
                  ^
               (      )
ticks.c:1230:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1230:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1231:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb_= fb_      &128
               ~~~~~~~~~^~~~
ticks.c:1231:25: note: place parentheses around the '&' expression to silence this warning
          fb_= fb_      &128
                        ^
               (            )
ticks.c:1232:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa_^fr_) & 16;
            ~ ~~~~~~~~~~^~~~
ticks.c:1232:25: note: place parentheses around the '&' expression to silence this warning
            | (fa_^fr_) & 16;
                        ^
              (             )
ticks.c:1236:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff&215
              ~~^~~~
ticks.c:1236:17: note: place parentheses around the '&' expression to silence this warning
          ff= ff&215
                ^
              (     )
ticks.c:1237:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1237:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1238:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb= fb      &128
              ~~~~~~~~^~~~
ticks.c:1238:23: note: place parentheses around the '&' expression to silence this warning
          fb= fb      &128
                      ^
              (           )
ticks.c:1239:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa^fr) & 16;
            ~ ~~~~~~~~^~~~
ticks.c:1239:23: note: place parentheses around the '&' expression to silence this warning
            | (fa^fr) & 16;
                      ^
              (           )
ticks.c:1246:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
              | ff_>>8 & 1;
              ~ ~~~~~~~^~~
ticks.c:1246:24: note: place parentheses around the '&' expression to silence this warning
              | ff_>>8 & 1;
                       ^
                (         )
ticks.c:1247:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff_= ff_&215
               ~~~^~~~
ticks.c:1247:19: note: place parentheses around the '&' expression to silence this warning
          ff_= ff_&215
                  ^
               (      )
ticks.c:1248:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1248:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1249:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb_= fb_      & 128
               ~~~~~~~~~^~~~~
ticks.c:1249:25: note: place parentheses around the '&' expression to silence this warning
          fb_= fb_      & 128
                        ^
               (             )
ticks.c:1250:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa_^fr_) &  16;
            ~ ~~~~~~~~~~^~~~~
ticks.c:1250:25: note: place parentheses around the '&' expression to silence this warning
            | (fa_^fr_) &  16;
                        ^
              (              )
ticks.c:1253:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
              | ff>>8 & 1;
              ~ ~~~~~~^~~
ticks.c:1253:23: note: place parentheses around the '&' expression to silence this warning
              | ff>>8 & 1;
                      ^
                (        )
ticks.c:1254:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff&215
              ~~^~~~
ticks.c:1254:17: note: place parentheses around the '&' expression to silence this warning
          ff= ff&215
                ^
              (     )
ticks.c:1255:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1255:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1256:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb= fb      & 128
              ~~~~~~~~^~~~~
ticks.c:1256:23: note: place parentheses around the '&' expression to silence this warning
          fb= fb      & 128
                      ^
              (            )
ticks.c:1257:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa^fr) &  16;
            ~ ~~~~~~~~^~~~~
ticks.c:1257:23: note: place parentheses around the '&' expression to silence this warning
            | (fa^fr) &  16;
                      ^
              (            )
ticks.c:1263:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
          a_= t= (a_*513 | ff_&256)>>1;
                         ~ ~~~^~~~
ticks.c:1263:31: note: place parentheses around the '&' expression to silence this warning
          a_= t= (a_*513 | ff_&256)>>1;
                              ^
                           (      )
ticks.c:1264:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff_= ff_&215
               ~~~^~~~
ticks.c:1264:19: note: place parentheses around the '&' expression to silence this warning
          ff_= ff_&215
                  ^
               (      )
ticks.c:1265:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1265:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1266:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb_= fb_      &128
               ~~~~~~~~~^~~~
ticks.c:1266:25: note: place parentheses around the '&' expression to silence this warning
          fb_= fb_      &128
                        ^
               (            )
ticks.c:1267:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa_^fr_) & 16;
            ~ ~~~~~~~~~~^~~~
ticks.c:1267:25: note: place parentheses around the '&' expression to silence this warning
            | (fa_^fr_) & 16;
                        ^
              (             )
ticks.c:1269:28: warning: '&' within '|' [-Wbitwise-op-parentheses]
          a= t= (a*513 | ff&256)>>1;
                       ~ ~~^~~~
ticks.c:1269:28: note: place parentheses around the '&' expression to silence this warning
          a= t= (a*513 | ff&256)>>1;
                           ^
                         (     )
ticks.c:1270:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff&215
              ~~^~~~
ticks.c:1270:17: note: place parentheses around the '&' expression to silence this warning
          ff= ff&215
                ^
              (     )
ticks.c:1271:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1271:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1272:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb= fb      &128
              ~~~~~~~~^~~~
ticks.c:1272:23: note: place parentheses around the '&' expression to silence this warning
          fb= fb      &128
                      ^
              (           )
ticks.c:1273:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa^fr) & 16;
            ~ ~~~~~~~~^~~~
ticks.c:1273:23: note: place parentheses around the '&' expression to silence this warning
            | (fa^fr) & 16;
                      ^
              (           )
ticks.c:1374:18: warning: '&' within '|' [-Wbitwise-op-parentheses]
          (a | ff&256)>153 && (u= 352);
             ~ ~~^~~~
ticks.c:1374:18: note: place parentheses around the '&' expression to silence this warning
          (a | ff&256)>153 && (u= 352);
                 ^
               (     )
ticks.c:1375:13: warning: '&' within '|' [-Wbitwise-op-parentheses]
          (a&15 | t)>9 && (u+= 6);
           ~^~~ ~
ticks.c:1375:13: note: place parentheses around the '&' expression to silence this warning
          (a&15 | t)>9 && (u+= 6);
            ^
           (   )
ticks.c:1383:16: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | u&256;
            ~ ~^~~~
ticks.c:1383:16: note: place parentheses around the '&' expression to silence this warning
            | u&256;
               ^
              (    )
ticks.c:1389:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff      &-41
              ~~~~~~~~^~~~
ticks.c:1389:23: note: place parentheses around the '&' expression to silence this warning
          ff= ff      &-41
                      ^
              (           )
ticks.c:1390:27: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (a_ = a^255)& 40;
            ~ ~~~~~~~~~~~~^~~~
ticks.c:1390:27: note: place parentheses around the '&' expression to silence this warning
            | (a_ = a^255)& 40;
                          ^
              (               )
ticks.c:1392:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fa=  fa & -17
               ~~~^~~~~
ticks.c:1392:19: note: place parentheses around the '&' expression to silence this warning
          fa=  fa & -17
                  ^
               (       )
ticks.c:1393:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | ~fr &  16; 
            ~ ~~~~^~~~~
ticks.c:1393:19: note: place parentheses around the '&' expression to silence this warning
            | ~fr &  16; 
                  ^
              (        )
ticks.c:1395:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff      &-41
              ~~~~~~~~^~~~
ticks.c:1395:23: note: place parentheses around the '&' expression to silence this warning
          ff= ff      &-41
                      ^
              (           )
ticks.c:1396:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (a^=255)& 40;
            ~ ~~~~~~~~^~~~
ticks.c:1396:23: note: place parentheses around the '&' expression to silence this warning
            | (a^=255)& 40;
                      ^
              (           )
ticks.c:1398:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fa=  fa & -17
               ~~~^~~~~
ticks.c:1398:19: note: place parentheses around the '&' expression to silence this warning
          fa=  fa & -17
                  ^
               (       )
ticks.c:1399:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | ~fr &  16; 
            ~ ~~~~^~~~~
ticks.c:1399:19: note: place parentheses around the '&' expression to silence this warning
            | ~fr &  16; 
                  ^
              (        )
ticks.c:1405:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb_= fb_      &128
               ~~~~~~~~~^~~~
ticks.c:1405:25: note: place parentheses around the '&' expression to silence this warning
          fb_= fb_      &128
                        ^
               (            )
ticks.c:1406:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fr_^fa_) & 16;
            ~ ~~~~~~~~~~^~~~
ticks.c:1406:25: note: place parentheses around the '&' expression to silence this warning
            | (fr_^fa_) & 16;
                        ^
              (             )
ticks.c:1408:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | ff_  &128
            ~ ~~~~~^~~~
ticks.c:1408:20: note: place parentheses around the '&' expression to silence this warning
            | ff_  &128
                   ^
              (        )
ticks.c:1409:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | a_   & 40;
            ~ ~~~~~^~~~
ticks.c:1409:20: note: place parentheses around the '&' expression to silence this warning
            | a_   & 40;
                   ^
              (        )
ticks.c:1411:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb= fb      &128
              ~~~~~~~~^~~~
ticks.c:1411:23: note: place parentheses around the '&' expression to silence this warning
          fb= fb      &128
                      ^
              (           )
ticks.c:1412:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fr^fa) & 16;
            ~ ~~~~~~~~^~~~
ticks.c:1412:23: note: place parentheses around the '&' expression to silence this warning
            | (fr^fa) & 16;
                      ^
              (           )
ticks.c:1414:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | ff  &128
            ~ ~~~~^~~~
ticks.c:1414:19: note: place parentheses around the '&' expression to silence this warning
            | ff  &128
                  ^
              (       )
ticks.c:1415:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | a   & 40;
            ~ ~~~~^~~~
ticks.c:1415:19: note: place parentheses around the '&' expression to silence this warning
            | a   & 40;
                  ^
              (       )
ticks.c:1421:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb_= fb_            &128
               ~~~~~~~~~~~~~~~^~~~
ticks.c:1421:31: note: place parentheses around the '&' expression to silence this warning
          fb_= fb_            &128
                              ^
               (                  )
ticks.c:1422:32: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (ff_>>4^fr_^fa_) & 16;
            ~ ~~~~~~~~~~~~~~~~~^~~~
ticks.c:1422:32: note: place parentheses around the '&' expression to silence this warning
            | (ff_>>4^fr_^fa_) & 16;
                               ^
              (                    )
ticks.c:1423:21: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff_= ~ff_ & 256
               ~~~~~^~~~~
ticks.c:1423:21: note: place parentheses around the '&' expression to silence this warning
          ff_= ~ff_ & 256
                    ^
               (         )
ticks.c:1424:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | ff_  & 128
            ~ ~~~~~^~~~~
ticks.c:1424:20: note: place parentheses around the '&' expression to silence this warning
            | ff_  & 128
                   ^
              (         )
ticks.c:1425:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | a_   &  40;
            ~ ~~~~~^~~~~
ticks.c:1425:20: note: place parentheses around the '&' expression to silence this warning
            | a_   &  40;
                   ^
              (         )
ticks.c:1427:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb= fb            &128
              ~~~~~~~~~~~~~~^~~~
ticks.c:1427:29: note: place parentheses around the '&' expression to silence this warning
          fb= fb            &128
                            ^
              (                 )
ticks.c:1428:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (ff>>4^fr^fa) & 16;
            ~ ~~~~~~~~~~~~~~^~~~
ticks.c:1428:29: note: place parentheses around the '&' expression to silence this warning
            | (ff>>4^fr^fa) & 16;
                            ^
              (                 )
ticks.c:1429:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ~ff & 256
              ~~~~^~~~~
ticks.c:1429:19: note: place parentheses around the '&' expression to silence this warning
          ff= ~ff & 256
                  ^
              (        )
ticks.c:1430:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | ff  & 128
            ~ ~~~~^~~~~
ticks.c:1430:19: note: place parentheses around the '&' expression to silence this warning
            | ff  & 128
                  ^
              (        )
ticks.c:1431:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | a   &  40;
            ~ ~~~~^~~~~
ticks.c:1431:19: note: place parentheses around the '&' expression to silence this warning
            | a   &  40;
                  ^
              (        )
ticks.c:2476:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          mp= mp&65280
              ~~^~~~~~
ticks.c:2476:17: note: place parentheses around the '&' expression to silence this warning
          mp= mp&65280
                ^
              (       )
ticks.c:2477:15: warning: unsequenced modification and access to 'mp' [-Wunsequenced]
            | ++mp;
              ^
ticks.c:3445:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
            ff=  ff    & -41
                 ~~~~~~^~~~~
ticks.c:3445:24: note: place parentheses around the '&' expression to silence this warning
            ff=  ff    & -41
                       ^
                 (          )
ticks.c:3446:27: warning: '&' within '|' [-Wbitwise-op-parentheses]
                  | t     &   8
                  ~ ~~~~~~^~~~~
ticks.c:3446:27: note: place parentheses around the '&' expression to silence this warning
                  | t     &   8
                          ^
                    (          )
ticks.c:3447:27: warning: '&' within '|' [-Wbitwise-op-parentheses]
                  | t<<4  &  32;
                  ~ ~~~~~~^~~~~
ticks.c:3447:27: note: place parentheses around the '&' expression to silence this warning
                  | t<<4  &  32;
                          ^
                    (          )
ticks.c:3463:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
            ff=  ff    & -41
                 ~~~~~~^~~~~
ticks.c:3463:24: note: place parentheses around the '&' expression to silence this warning
            ff=  ff    & -41
                       ^
                 (          )
ticks.c:3464:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
               | t     &   8
               ~ ~~~~~~^~~~~
ticks.c:3464:24: note: place parentheses around the '&' expression to silence this warning
               | t     &   8
                       ^
                 (          )
ticks.c:3465:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
               | t<<4  &  32;
               ~ ~~~~~~^~~~~
ticks.c:3465:24: note: place parentheses around the '&' expression to silence this warning
               | t<<4  &  32;
                       ^
                 (          )
ticks.c:3481:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
            ff=  ff    & -41
                 ~~~~~~^~~~~
ticks.c:3481:24: note: place parentheses around the '&' expression to silence this warning
            ff=  ff    & -41
                       ^
                 (          )
ticks.c:3482:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
               | t     &   8
               ~ ~~~~~~^~~~~
ticks.c:3482:24: note: place parentheses around the '&' expression to silence this warning
               | t     &   8
                       ^
                 (          )
ticks.c:3483:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
               | t<<4  &  32;
               ~ ~~~~~~^~~~~
ticks.c:3483:24: note: place parentheses around the '&' expression to silence this warning
               | t<<4  &  32;
                       ^
                 (          )
ticks.c:3510:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
            ff=  ff    & -41
                 ~~~~~~^~~~~
ticks.c:3510:24: note: place parentheses around the '&' expression to silence this warning
            ff=  ff    & -41
                       ^
                 (          )
ticks.c:3511:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
               | t     &   8
               ~ ~~~~~~^~~~~
ticks.c:3511:24: note: place parentheses around the '&' expression to silence this warning
               | t     &   8
                       ^
                 (          )
ticks.c:3512:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
               | t<<4  &  32;
               ~ ~~~~~~^~~~~
ticks.c:3512:24: note: place parentheses around the '&' expression to silence this warning
               | t<<4  &  32;
                       ^
                 (          )
ticks.c:3596:22: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
          case 0x4a: ADCHLRR(b, c); break;                   // ADC HL,BC
                     ^~~~~~~~~~~~~
ticks.c:493:20: note: expanded from macro 'ADCHLRR'
          v= l+b+(h+a<<8)+(ff>>8&1),\
                  ~^~~~
ticks.c:3596:22: note: place parentheses around the '+' expression to silence this warning
          case 0x4a: ADCHLRR(b, c); break;                   // ADC HL,BC
                     ^~~~~~~~~~~~~
ticks.c:493:20: note: expanded from macro 'ADCHLRR'
          v= l+b+(h+a<<8)+(ff>>8&1),\
                  ~^~
ticks.c:3597:22: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
          case 0x5a: ADCHLRR(d, e); break;                   // ADC HL,DE
                     ^~~~~~~~~~~~~
ticks.c:493:20: note: expanded from macro 'ADCHLRR'
          v= l+b+(h+a<<8)+(ff>>8&1),\
                  ~^~~~
ticks.c:3597:22: note: place parentheses around the '+' expression to silence this warning
          case 0x5a: ADCHLRR(d, e); break;                   // ADC HL,DE
                     ^~~~~~~~~~~~~
ticks.c:493:20: note: expanded from macro 'ADCHLRR'
          v= l+b+(h+a<<8)+(ff>>8&1),\
                  ~^~
ticks.c:3598:22: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
          case 0x6a: ADCHLRR(h, l); break;                   // ADC HL,HL
                     ^~~~~~~~~~~~~
ticks.c:493:20: note: expanded from macro 'ADCHLRR'
          v= l+b+(h+a<<8)+(ff>>8&1),\
                  ~^~~~
ticks.c:3598:22: note: place parentheses around the '+' expression to silence this warning
          case 0x6a: ADCHLRR(h, l); break;                   // ADC HL,HL
                     ^~~~~~~~~~~~~
ticks.c:493:20: note: expanded from macro 'ADCHLRR'
          v= l+b+(h+a<<8)+(ff>>8&1),\
                  ~^~
ticks.c:3682:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff&-256
                          ~~^~~~~
ticks.c:3682:29: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff&-256
                            ^
                          (      )
ticks.c:3688:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | (a= (r&127|r7&128));
                               ~^~~~~
ticks.c:3688:33: note: place parentheses around the '&' expression to silence this warning
                        | (a= (r&127|r7&128));
                                ^
                               (    )
ticks.c:3688:40: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | (a= (r&127|r7&128));
                                    ~~~^~~~
ticks.c:3688:40: note: place parentheses around the '&' expression to silence this warning
                        | (a= (r&127|r7&128));
                                       ^
                                     (     )
ticks.c:3687:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff&-256
                          ~~^~~~~
ticks.c:3687:29: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff&-256
                            ^
                          (      )
ticks.c:3696:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff&-256
                          ~~^~~~~
ticks.c:3696:29: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff&-256
                            ^
                          (      )
ticks.c:3706:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff&-256
                          ~~^~~~~
ticks.c:3706:29: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff&-256
                            ^
                          (      )
ticks.c:3718:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff    & -41
                          ~~~~~~^~~~~
ticks.c:3718:33: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff    & -41
                                ^
                          (          )
ticks.c:3719:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t     &   8
                        ~ ~~~~~~^~~~~
ticks.c:3719:33: note: place parentheses around the '&' expression to silence this warning
                        | t     &   8
                                ^
                          (          )
ticks.c:3720:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t<<4  &  32;
                        ~ ~~~~~~^~~~~
ticks.c:3720:33: note: place parentheses around the '&' expression to silence this warning
                        | t<<4  &  32;
                                ^
                          (          )
ticks.c:3731:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff    & -41
                          ~~~~~~^~~~~
ticks.c:3731:33: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff    & -41
                                ^
                          (          )
ticks.c:3732:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t     &   8
                        ~ ~~~~~~^~~~~
ticks.c:3732:33: note: place parentheses around the '&' expression to silence this warning
                        | t     &   8
                                ^
                          (          )
ticks.c:3733:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t<<4  &  32;
                        ~ ~~~~~~^~~~~
ticks.c:3733:33: note: place parentheses around the '&' expression to silence this warning
                        | t<<4  &  32;
                                ^
                          (          )
ticks.c:3744:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff    & -41
                          ~~~~~~^~~~~
ticks.c:3744:33: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff    & -41
                                ^
                          (          )
ticks.c:3745:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t     &   8
                        ~ ~~~~~~^~~~~
ticks.c:3745:33: note: place parentheses around the '&' expression to silence this warning
                        | t     &   8
                                ^
                          (          )
ticks.c:3746:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t<<4  &  32;
                        ~ ~~~~~~^~~~~
ticks.c:3746:33: note: place parentheses around the '&' expression to silence this warning
                        | t<<4  &  32;
                                ^
                          (          )
ticks.c:3760:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff    & -41
                          ~~~~~~^~~~~
ticks.c:3760:33: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff    & -41
                                ^
                          (          )
ticks.c:3761:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t     &   8
                        ~ ~~~~~~^~~~~
ticks.c:3761:33: note: place parentheses around the '&' expression to silence this warning
                        | t     &   8
                                ^
                          (          )
ticks.c:3762:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t<<4  &  32;
                        ~ ~~~~~~^~~~~
ticks.c:3762:33: note: place parentheses around the '&' expression to silence this warning
                        | t<<4  &  32;
                                ^
                          (          )
ticks.c:3774:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fr=  w & 127
                          ~~^~~~~
ticks.c:3774:29: note: place parentheses around the '&' expression to silence this warning
                     fr=  w & 127
                            ^
                          (      )
ticks.c:3780:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff  & -256
                          ~~~~^~~~~~
ticks.c:3780:31: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff  & -256
                              ^
                          (         )
ticks.c:3781:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | w   &  -41;
                        ~ ~~~~^~~~~~
ticks.c:3781:31: note: place parentheses around the '&' expression to silence this warning
                        | w   &  -41;
                              ^
                          (         )
ticks.c:3783:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                    ff|= w<<4 & 32
                         ~~~~~^~~~
ticks.c:3783:31: note: place parentheses around the '&' expression to silence this warning
                    ff|= w<<4 & 32
                              ^
                         (        )
ticks.c:3784:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                       | w    &  8; break;
                       ~ ~~~~~^~~~
ticks.c:3784:31: note: place parentheses around the '&' expression to silence this warning
                       | w    &  8; break;
                              ^
                         (        )
ticks.c:3790:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fr=  w & 127
                          ~~^~~~~
ticks.c:3790:29: note: place parentheses around the '&' expression to silence this warning
                     fr=  w & 127
                            ^
                          (      )
ticks.c:3796:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff  & -256
                          ~~~~^~~~~~
ticks.c:3796:31: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff  & -256
                              ^
                          (         )
ticks.c:3797:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | w   &  -41;
                        ~ ~~~~^~~~~~
ticks.c:3797:31: note: place parentheses around the '&' expression to silence this warning
                        | w   &  -41;
                              ^
                          (         )
ticks.c:3799:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                    ff|= w<<4 & 32
                         ~~~~~^~~~
ticks.c:3799:31: note: place parentheses around the '&' expression to silence this warning
                    ff|= w<<4 & 32
                              ^
                         (        )
ticks.c:3800:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                       | w    &  8; break;
                       ~ ~~~~~^~~~
ticks.c:3800:31: note: place parentheses around the '&' expression to silence this warning
                       | w    &  8; break;
                              ^
                         (        )
ticks.c:3806:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fr=  w & 127
                          ~~^~~~~
ticks.c:3806:29: note: place parentheses around the '&' expression to silence this warning
                     fr=  w & 127
                            ^
                          (      )
ticks.c:3813:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff  & -256
                          ~~~~^~~~~~
ticks.c:3813:31: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff  & -256
                              ^
                          (         )
ticks.c:3814:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | w   &  -41;
                        ~ ~~~~^~~~~~
ticks.c:3814:31: note: place parentheses around the '&' expression to silence this warning
                        | w   &  -41;
                              ^
                          (         )
ticks.c:3816:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                    ff|= w<<4 & 32
                         ~~~~~^~~~
ticks.c:3816:31: note: place parentheses around the '&' expression to silence this warning
                    ff|= w<<4 & 32
                              ^
                         (        )
ticks.c:3817:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                       | w    &  8; break;
                       ~ ~~~~~^~~~
ticks.c:3817:31: note: place parentheses around the '&' expression to silence this warning
                       | w    &  8; break;
                              ^
                         (        )
ticks.c:3823:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fr=  w & 127
                          ~~^~~~~
ticks.c:3823:29: note: place parentheses around the '&' expression to silence this warning
                     fr=  w & 127
                            ^
                          (      )
ticks.c:3830:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff  & -256
                          ~~~~^~~~~~
ticks.c:3830:31: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff  & -256
                              ^
                          (         )
ticks.c:3831:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | w   &  -41;
                        ~ ~~~~^~~~~~
ticks.c:3831:31: note: place parentheses around the '&' expression to silence this warning
                        | w   &  -41;
                              ^
                          (         )
ticks.c:3833:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                    ff|= w<<4 & 32
                         ~~~~~^~~~
ticks.c:3833:31: note: place parentheses around the '&' expression to silence this warning
                    ff|= w<<4 & 32
                              ^
                         (        )
ticks.c:3834:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                       | w    &  8; break;
                       ~ ~~~~~^~~~
ticks.c:3834:31: note: place parentheses around the '&' expression to silence this warning
                       | w    &  8; break;
                              ^
                         (        )
ticks.c:3841:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3841:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3844:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3844:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3853:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3853:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3856:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3856:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3865:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3865:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3868:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3868:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3877:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3877:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3880:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3880:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3890:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3890:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3893:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3893:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3903:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3903:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3906:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3906:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3917:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3917:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3920:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3920:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3931:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3931:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3934:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3934:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
150 warnings generated.
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/   -c -o hook_console.o hook_console.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/   -c -o hook_io.o hook_io.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/   -c -o hook_misc.o hook_misc.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/   -c -o hook.o hook.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/   -c -o disassembler.o disassembler.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/   -c -o debugger.o debugger.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/   -c -o linenoise.o linenoise.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/   -c -o utf8.o utf8.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/   -c -o syms.o syms.c
i386-apple-darwin15-cc -o ticks -g -O2 -I../../ext/uthash/src/ ticks.o hook_console.o hook_io.o hook_misc.o hook.o disassembler.o debugger.o linenoise.o utf8.o syms.o
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/   -c -o disassembler_main.o disassembler_main.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/   -c -o disassembler_alg.o disassembler_alg.c
i386-apple-darwin15-cc -o z88dk-dis -g -O2 -I../../ext/uthash/src/ disassembler_main.o disassembler.o syms.o disassembler_alg.o
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/ticks'
make -C src/ticks PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ticks'
install ticks /home/build/z88dk/osx/z88dk/bin/ticks
install z88dk-dis /home/build/z88dk/osx/z88dk/bin/z88dk-dis
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/ticks'
make -C support/graphics
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support/graphics'
i386-apple-darwin15-cc -g -O2 `/opt/osxcross/target/bin/xml2-config --cflags`   -c -o z80svg.o z80svg.c
i386-apple-darwin15-cc -o z80svg -g -O2 `/opt/osxcross/target/bin/xml2-config --cflags` z80svg.o  `/opt/osxcross/target/bin/xml2-config --libs`
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/support/graphics'
make -C support/graphics PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support/graphics'
install z80svg /home/build/z88dk/osx/z88dk/bin/
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/support/graphics'
make -C testsuite
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/testsuite'
zcc +test -vn -a 01_cast_global_pointer.c -o 01_cast_global_pointer.opt
diff -w tmp.opt results/01_cast_global_pointer.opt
zcc +test -vn -a Issue_569_init_from_2d_array.c -o Issue_569_init_from_2d_array.opt
diff -w tmp.opt results/Issue_569_init_from_2d_array.opt
zcc +test -vn -a Issue_419_Extern_Prototypes_In_Function.c -o Issue_419_Extern_Prototypes_In_Function.opt
diff -w tmp.opt results/Issue_419_Extern_Prototypes_In_Function.opt
zcc +test -vn -a Issue_103_floating_addition.c -o Issue_103_floating_addition.opt
diff -w tmp.opt results/Issue_103_floating_addition.opt
zcc +test -vn -a Issue_98_Stack_offset.c -o Issue_98_Stack_offset.opt
diff -w tmp.opt results/Issue_98_Stack_offset.opt
zcc +test -vn -a Issue_452_far_pointers.c -o Issue_452_far_pointers.opt
diff -w tmp.opt results/Issue_452_far_pointers.opt
zcc +test -vn -a Issue_543_complement.c -o Issue_543_complement.opt
diff -w tmp.opt results/Issue_543_complement.opt
zcc +test -vn -a Issue_254_KR_Specifiers.c -o Issue_254_KR_Specifiers.opt
diff -w tmp.opt results/Issue_254_KR_Specifiers.opt
zcc +test -vn -a 02_addr_ptr.c -o 02_addr_ptr.opt
diff -w tmp.opt results/02_addr_ptr.opt
zcc +test -vn -a Issue_608_Arrays.c -o Issue_608_Arrays.opt
diff -w tmp.opt results/Issue_608_Arrays.opt
zcc +test -vn -a Issue_188_builtins.c -o Issue_188_builtins.opt
diff -w tmp.opt results/Issue_188_builtins.opt
zcc +test -vn -a Issue_510_mult_minus1.c -o Issue_510_mult_minus1.opt
diff -w tmp.opt results/Issue_510_mult_minus1.opt
zcc +test -vn -a Issue_485_sdccdecl.c -o Issue_485_sdccdecl.opt
diff -w tmp.opt results/Issue_485_sdccdecl.opt
zcc +test -vn -a Issue_452_pointers.c -o Issue_452_pointers.opt
sccz80:"Issue_452_pointers.c" L:78 Warning:Pointer arithmetic with non-matching types: struct x *ptr1-char * [-Wincompatible-pointer-types]
diff -w tmp.opt results/Issue_452_pointers.opt
zcc +test -vn -a Issue_452_unsigned.c -o Issue_452_unsigned.opt
diff -w tmp.opt results/Issue_452_unsigned.opt
zcc +test -vn -a Issue_574_fastcall_offset.c -o Issue_574_fastcall_offset.opt
diff -w tmp.opt results/Issue_574_fastcall_offset.opt
zcc +test -vn -a Issue_510_long_and.c -o Issue_510_long_and.opt
diff -w tmp.opt results/Issue_510_long_and.opt
zcc +test -vn -a Issue_569_jagged_array.c -o Issue_569_jagged_array.opt
diff -w tmp.opt results/Issue_569_jagged_array.opt
zcc +test -vn -a Issue_489_variable_defn_in_forloop.c -o Issue_489_variable_defn_in_forloop.opt
sccz80:"Issue_489_variable_defn_in_forloop.c" L:17 Warning:Loss of precision, converting long i to int i [-Wconversion]
diff -w tmp.opt results/Issue_489_variable_defn_in_forloop.opt
zcc +test -vn -a Issue_295_structgetsfar.c -o Issue_295_structgetsfar.opt
diff -w tmp.opt results/Issue_295_structgetsfar.opt
zcc +test -vn -a Issue_499_typedef_initialisation.c -o Issue_499_typedef_initialisation.opt
diff -w tmp.opt results/Issue_499_typedef_initialisation.opt
zcc +test -vn -a Issue_497_astroforce_compile.c -o Issue_497_astroforce_compile.opt
diff -w tmp.opt results/Issue_497_astroforce_compile.opt
zcc +test -vn -a Issue_501_extern_at.c -o Issue_501_extern_at.opt
diff -w tmp.opt results/Issue_501_extern_at.opt
zcc +test -vn -a Issue_615_if.c -o Issue_615_if.opt
diff -w tmp.opt results/Issue_615_if.opt
zcc +test -vn -a Issue_98_check_int.c -o Issue_98_check_int.opt
diff -w tmp.opt results/Issue_98_check_int.opt
zcc +test -vn -a Issue_103_double_prepost.c -o Issue_103_double_prepost.opt
diff -w tmp.opt results/Issue_103_double_prepost.opt
zcc +test -vn -a Issue_452_arrays.c -o Issue_452_arrays.opt
diff -w tmp.opt results/Issue_452_arrays.opt
zcc +test -vn -a Issue_490_long_extension.c -o Issue_490_long_extension.opt
diff -w tmp.opt results/Issue_490_long_extension.opt
zcc +test -vn -a Issue_564_casting.c -o Issue_564_casting.opt
diff -w tmp.opt results/Issue_564_casting.opt
zcc +test -vn -a Issue_509_long_constant.c -o Issue_509_long_constant.opt
diff -w tmp.opt results/Issue_509_long_constant.opt
zcc +test -vn -a Issue_26_casting.c -o Issue_26_casting.opt
diff -w tmp.opt results/Issue_26_casting.opt
zcc +test -vn -a Issue_507_unnamed_structs.c -o Issue_507_unnamed_structs.opt
diff -w tmp.opt results/Issue_507_unnamed_structs.opt
zcc +test -vn -a Issue_615_while_loop.c -o Issue_615_while_loop.opt
diff -w tmp.opt results/Issue_615_while_loop.opt
zcc +test -vn -a Issue_493__func__.c -o Issue_493__func__.opt
diff -w tmp.opt results/Issue_493__func__.opt
zcc +test -vn -a Issue_491_enums.c -o Issue_491_enums.opt
diff -w tmp.opt results/Issue_491_enums.opt
zcc +test -vn -a Issue_514_flexible_member.c -o Issue_514_flexible_member.opt
diff -w tmp.opt results/Issue_514_flexible_member.opt
zcc +test -vn -a Issue_490_ptr_arithmetic.c -o Issue_490_ptr_arithmetic.opt
diff -w tmp.opt results/Issue_490_ptr_arithmetic.opt
zcc +test -vn -a Issue_490_repeated_extern_decls.c -o Issue_490_repeated_extern_decls.opt
diff -w tmp.opt results/Issue_490_repeated_extern_decls.opt
zcc +test -vn -a Issue_480_asmfunc.c -o Issue_480_asmfunc.opt
diff -w tmp.opt results/Issue_480_asmfunc.opt
zcc +test -vn -a Issue_452_struct.c -o Issue_452_struct.opt
diff -w tmp.opt results/Issue_452_struct.opt
zcc +test -vn -a Issue_615_loop.c -o Issue_615_loop.opt
diff -w tmp.opt results/Issue_615_loop.opt
zcc +test -vn -a Issue_98_underlying.c -o Issue_98_underlying.opt
diff -w tmp.opt results/Issue_98_underlying.opt
zcc +test -vn -a Issue_600_fastcall.c -o Issue_600_fastcall.opt
sccz80:"Issue_600_fastcall.c" L:6 Warning:Cannot define function 'func4' as __z88dk_fastcall __stdc when it has more than 1 argument [-Wincorrect-function-declspec]
diff -w tmp.opt results/Issue_600_fastcall.opt
zcc +test -vn -a Issue_482_optrule.c -o Issue_482_optrule.opt
diff -w tmp.opt results/Issue_482_optrule.opt
zcc +test -custom-copt-rules=../lib/zxn_rules.1 -vn -a zxn/Issue_312_zxn_optimisations.c -o zxn/Issue_312_zxn_optimisations.opt
diff -w tmp.opt results/zxn/Issue_312_zxn_optimisations.opt
zcc +rcmx000 -vn -a rabbit/rabbit_optimisations.c -o rabbit/rabbit_optimisations.opt
diff -w tmp.opt results/rabbit/rabbit_optimisations.opt
zcc +test -mz180 -vn -a z180/Issue_481_multiply_char.c -o z180/Issue_481_multiply_char.opt
diff -w tmp.opt results/z180/Issue_481_multiply_char.opt
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/testsuite'
make -C src/z88dk-lib
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib'
i386-apple-darwin15-cc -g -O2   -c -o z88dk-lib.o z88dk-lib.c
i386-apple-darwin15-cc -o z88dk-lib -g -O2 z88dk-lib.o
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib'
make -C src/z88dk-lib PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib'
install z88dk-lib /home/build/z88dk/osx/z88dk/bin/z88dk-lib
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib'
make -C src/appmake clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/appmake'
rm -f appmake appmake.o z88.o zxvgs.o zx.o z88shell.o abc80.o zx81.o msx.o mtx.o mz.o nec.o p2000.o px.o aquarius.o c7420.o rom.o sorcerer.o sos.o svi.o sc3000.o ace-tap.o hex.o lynx.o rex6000.o tixx.o nascom.o cpc.o m5.o mc.o newbrain.o newext.o sms.o trs80.o c128.o galaksija.o vz.o enterprise.o x07.o residos.o inject.o vg5k.o z1013.o extract.o z9001.o kc.o glue.o zxn.o zx-util.o x1.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/appmake'
make -C src/copt clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/copt'
rm -f copt copt.o core regex/*.o
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/copt'
make -C src/ucpp clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ucpp'
rm -f *.o core *~ ucpp *.d
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/ucpp'
make -C src/cpp clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/cpp'
rm -f *.o core *~ zcpp
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/cpp'
make -C src/sccz80 clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/sccz80'
rm -f *.o *~ core sccz80
rm -f -rf Debug Release
rm -f callfunc.d codegen.d const.d data.d declinit.d error.d expr.d goto.d io.d lex.d main.d misc.d plunge.d preproc.d primary.d stmt.d sym.d while.d declparse.d
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/sccz80'
make -C src/z80asm clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80asm'
make -C dev/z80asm_lib clean
make[2]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80asm/dev/z80asm_lib'
rm -f z80asm-z80-.lib
rm -f z80asm-z80-ixiy.lib
rm -f z80asm-z80_zxn-.lib
rm -f z80asm-z80_zxn-ixiy.lib
rm -f z80asm-z180-.lib
rm -f z80asm-z180-ixiy.lib
rm -f z80asm-r2k-.lib
rm -f z80asm-r2k-ixiy.lib
rm -f z80asm-r3k-.lib
rm -f z80asm-r3k-ixiy.lib
rm -f cpi.o daa.o cpir.o cpdr.o rrd.o cpd.o rld.o cpi.lis daa.lis cpir.lis cpdr.lis rrd.lis cpd.lis rld.lis test.asm test.o test.bin
make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm/dev/z80asm_lib'
rm -f z80asm-*.lib
make -C lib clean
make[2]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80asm/lib'
rm -f srcfile.o list.o dbg.o str.o class.o strpool.o fileutil.o strhash.o minunit.o array.o alloc.o t/test_alloc t/test_types t/test_init t/test_dbg t/test_str t/test_strpool libclibrary.a
rm -f t/test_alloc.exe t/test_types.exe t/test_init.exe t/test_dbg.exe t/test_str.exe t/test_strpool.exe
rm -f t/test_alloc.out t/test_types.out t/test_init.out t/test_dbg.out t/test_str.out t/test_strpool.out
rm -f t/test_alloc.o t/test_types.o t/test_init.o t/test_dbg.o t/test_str.o t/test_strpool.o
rm -f t/tests.log
rm -f *.bak
rm -rf win32/Debug win32/Release win32/ipch
make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm/lib'
rm -f *.core lib/*.core lib/t/*.core lib/t/uthash/*.core
rm -f *.o    lib/*.o    lib/t/*.o    lib/t/uthash/*.o 
rm -f *.out  lib/*.out  lib/t/*.out  lib/t/uthash/*.out
rm -f *.orig lib/*.orig lib/t/*.orig lib/t/uthash/*.orig
rm -f *.exe  lib/*.exe  lib/t/*.exe  lib/t/uthash/*.exe
rm -f *.tmp  lib/*.tmp  lib/t/*.tmp  lib/t/uthash/*.tmp
rm -f *.bak  lib/*.bak  lib/t/*.bak  lib/t/uthash/*.bak
rm -f *.log  lib/*.log  lib/t/*.log  lib/t/uthash/*.log
rm -f *~     lib/*~     lib/t/*~     lib/t/uthash/*~
rm -f -rf Debug Release x1 x2 x3
rm -f t/libtestlib.a t/*.o t/*.out lib/t/*.o lib/t/*.out t/test_codearea t/test_symtab
rm -f zcc_opt.def zcc_proj.lst enigma.bin enigma.in enigma.out enigma.bmk
rm -f zcc_opt.def microman.bin microman.tap
rm -f zcc_opt.def mandel.bin   mandel.tap
rm -f z80asm lib/z80asm test* lib/test*
rm -f t/*.tmp lib/t/*.tmp t/dev/*.tmp 
rm -f libfile.d parse.d z80asm.d directives.d main.d opcodes.d listfile.d modlink.d objfile.d z80pass.d symtab.d options.d scan.d codearea.d module.d model.d error_func.d expr.d sym.d errors.d hist.d lib/srcfile.d lib/list.d lib/dbg.d lib/str.d lib/class.d lib/strpool.d lib/fileutil.d lib/strhash.d lib/minunit.d lib/array.d lib/alloc.d
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm'
make -C src/z80nm clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80nm'
rm -f z80nm ar.o getopt/*.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80nm'
make -C src/zcc clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zcc'
rm -f zcc zcc.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zcc'
make -C src/zpragma clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zpragma'
rm -f zpragma zpragma.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zpragma'
make -C src/ticks clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ticks'
rm -f ticks ticks.o hook_console.o hook_io.o hook_misc.o hook.o disassembler.o debugger.o linenoise.o utf8.o syms.o core
rm -f z88dk-dis disassembler_main.o disassembler.o syms.o disassembler_alg.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/ticks'
make -C src/zx7 clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zx7'
rm -f zx7 zx7.o core
rm -f dzx7 dzx7.o
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zx7'
make -C test clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/test'
make[2]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites'
make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/string'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f test*.bin ../../framework/test.o strstr.o strcmp.o strncmp.o main.o strrstr.o strrev.o strlcpy.o strlcat.o stricmp.o zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/string'
make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/ctype'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f test*.bin  zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/ctype'
make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/stdio'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f *.bin zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/stdio'
make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/stdlib'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f test*bin  zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/stdlib'
make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/math'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f *.bin ../../framework/test.o math.o zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/math'
make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/regex'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f *.bin ../../framework/test.o regex.o zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/regex'
make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/sccz80'
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
rm -f *.bin  zcc_opt.def *~
make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/sccz80'
make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites'
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/test'
make -C testsuite clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/testsuite'
rm -f -f Issue_452_far_pointers.opt Issue_569_init_from_2d_array.opt Issue_419_Extern_Prototypes_In_Function.opt Issue_103_floating_addition.opt Issue_497_astroforce_compile.opt 01_cast_global_pointer.opt Issue_490_repeated_extern_decls.opt Issue_543_complement.opt Issue_254_KR_Specifiers.opt Issue_98_Stack_offset.opt 02_addr_ptr.opt Issue_608_Arrays.opt Issue_188_builtins.opt Issue_510_mult_minus1.opt Issue_485_sdccdecl.opt Issue_452_pointers.opt Issue_26_casting.opt Issue_615_while_loop.opt Issue_452_unsigned.opt Issue_574_fastcall_offset.opt Issue_564_casting.opt Issue_615_loop.opt Issue_510_long_and.opt Issue_569_jagged_array.opt Issue_489_variable_defn_in_forloop.opt Issue_295_structgetsfar.opt Issue_499_typedef_initialisation.opt Issue_615_if.opt Issue_98_check_int.opt Issue_103_double_prepost.opt Issue_490_long_extension.opt Issue_509_long_constant.opt Issue_507_unnamed_structs.opt Issue_493__func__.opt Issue_491_enums.opt Issue_514_flexible_member.opt Issue_490_ptr_arithmetic.opt Issue_480_asmfunc.opt Issue_452_struct.opt Issue_452_arrays.opt Issue_501_extern_at.opt Issue_98_underlying.opt Issue_600_fastcall.opt Issue_482_optrule.opt zxn/Issue_312_zxn_optimisations.opt rabbit/rabbit_optimisations.opt z180/Issue_481_multiply_char.opt tmp.opt zcc_opt.def
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/testsuite'
make -C src/z88dk-lib clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib'
rm -f z88dk-lib z88dk-lib.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib'
#if [ -d bin ]; then find bin -type f -exec rm -f {} ';' ; fi
#########################################################################

Building osx kit

#########################################################################
#########################################################################

Everything built OK

#########################################################################
#########################################################################

Deploying kits to nightly area

#########################################################################
total 111748
-rw-rw-r-- 1 build build 30530994 Mar  7 03:04 z88dk-20180307-8c1df88-11141.tgz
lrwxrwxrwx 1 build build       32 Mar  7 03:05 z88dk-latest.tgz -> z88dk-20180307-8c1df88-11141.tgz
-rw-rw-r-- 1 build build 40353880 Mar  7 03:05 z88dk-osx-20180307-8c1df88-11141.zip
lrwxrwxrwx 1 build build       36 Mar  7 03:05 z88dk-osx-latest.zip -> z88dk-osx-20180307-8c1df88-11141.zip
-rw-rw-r-- 1 build build 43540024 Mar  7 03:05 z88dk-win32-20180307-8c1df88-11141.zip
lrwxrwxrwx 1 build build       38 Mar  7 03:05 z88dk-win32-latest.zip -> z88dk-win32-20180307-8c1df88-11141.zip
