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

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

Build starting

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

Updating from guest git

#########################################################################
From https://github.com/z88dk/z88dk
   868abde..b2057e4  master     -> origin/master
Updating 868abde..b2057e4
Fast-forward
 include/arch/pc88.h                   |  8 +++++
 include/time.h                        |  4 +++
 lib/target/pc88/classic/pc88_crt0.asm | 56 ++++++++++++++++++++++++++++++++---
 libsrc/arch/pc88/pc88_break.asm       |  4 +++
 libsrc/arch/pc88/pc88_breakoff.asm    | 23 ++++++++++++++
 libsrc/arch/pc88/pc88_breakon.asm     | 23 ++++++++++++++
 libsrc/arch/pc88/pc88_crtset          | 37 +++++++++++++++++++++++
 libsrc/pc88.lst                       |  4 +++
 libsrc/time/pc88/clock.asm            | 19 ++++++++++++
 9 files changed, 174 insertions(+), 4 deletions(-)
 create mode 100644 libsrc/arch/pc88/pc88_breakoff.asm
 create mode 100644 libsrc/arch/pc88/pc88_breakon.asm
 create mode 100644 libsrc/arch/pc88/pc88_crtset
 create mode 100644 libsrc/time/pc88/clock.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 -g -I.. -c appmake.c
appmake.c: In function 'mb_check_alignment':
appmake.c:1451: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:1477: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 -g -I.. -c z88.c
gcc -g -O2 -g -I.. -c zxvgs.c
gcc -g -O2 -g -I.. -c zx.c
gcc -g -O2 -g -I.. -c z88shell.c
gcc -g -O2 -g -I.. -c abc80.c
abc80.c: In function 'datablockout':
abc80.c:138:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         fread(&buffer[3], 253, 1, fin);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -g -I.. -c zx81.c
gcc -g -O2 -g -I.. -c msx.c
gcc -g -O2 -g -I.. -c mtx.c
gcc -g -O2 -g -I.. -c mz.c
gcc -g -O2 -g -I.. -c nec.c
gcc -g -O2 -g -I.. -c p2000.c
gcc -g -O2 -g -I.. -c pc88.c
gcc -g -O2 -g -I.. -c px.c
gcc -g -O2 -g -I.. -c aquarius.c
gcc -g -O2 -g -I.. -c c7420.c
gcc -g -O2 -g -I.. -c rom.c
gcc -g -O2 -g -I.. -c sorcerer.c
gcc -g -O2 -g -I.. -c sos.c
gcc -g -O2 -g -I.. -c svi.c
svi.c: In function 'create_disk':
svi.c:373:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(sectorbuf, 1, 128, fpin);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
svi.c:393:17: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
                 fread(sectorbuf, 1, size, fpin);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -g -I.. -c sc3000.c
gcc -g -O2 -g -I.. -c ace-tap.c
gcc -g -O2 -g -I.. -c hex.c
gcc -g -O2 -g -I.. -c lynx.c
gcc -g -O2 -g -I.. -c rex6000.c
gcc -g -O2 -g -I.. -c tixx.c
tixx.c: In function 'tixx_exec':
tixx.c:204:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(buf, n, 1, fp);
     ^~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -g -I.. -c nascom.c
gcc -g -O2 -g -I.. -c cpc.c
cpc.c: In function 'cpc_exec':
cpc.c:399:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         fread(srchead, 128, 1, source);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpc.c:463:13: 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 -g -I.. -c m5.c
gcc -g -O2 -g -I.. -c mc.c
gcc -g -O2 -g -I.. -c newbrain.c
gcc -g -O2 -g -I.. -c newext.c
gcc -g -O2 -g -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 -g -I.. -c trs80.c
gcc -g -O2 -g -I.. -c c128.c
gcc -g -O2 -g -I.. -c galaksija.c
gcc -g -O2 -g -I.. -c vz.c
gcc -g -O2 -g -I.. -c enterprise.c
gcc -g -O2 -g -I.. -c x07.c
gcc -g -O2 -g -I.. -c residos.c
gcc -g -O2 -g -I.. -c inject.c
gcc -g -O2 -g -I.. -c vg5k.c
gcc -g -O2 -g -I.. -c z1013.c
gcc -g -O2 -g -I.. -c extract.c
gcc -g -O2 -g -I.. -c z9001.c
gcc -g -O2 -g -I.. -c kc.c
gcc -g -O2 -g -I.. -c glue.c
gcc -g -O2 -g -I.. -c zxn.c
gcc -g -O2 -g -I.. -c zx-util.c
zx-util.c: In function 'zx_tape':
zx-util.c:516:44: warning: too many arguments for format [-Wformat-extra-args]
                             sprintf(mybuf, "\"23739\",", (int)pos);
                                            ^~~~~~~~~~~~
zx-util.c:519:44: warning: too many arguments for format [-Wformat-extra-args]
                             sprintf(mybuf, "\"111\":", (int)pos);
                                            ^~~~~~~~~~
zx-util.c: In function 'zx_sna':
zx-util.c:1609:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(sna_state, 27, 1, fin);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
zx-util.c:1619:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         fread(&sna_state[SNA_128_PC], 4, 1, fin);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zx-util.c: In function 'zxn_nex':
zx-util.c:1944:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
             fread(scr, size, 1, fin);
             ^~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -g -I.. -c x1.c
gcc -g -O2 -g -I.. -c multi8.c
gcc -g -O2 -g -I.. -c spc1000.c
gcc -g -O2 -g -I.. -c mz2500.c
mz2500.c: In function 'mz2500_exec':
mz2500.c:158:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
        fread(sectorbuf, 256, sizeof(uint8_t), fpin);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -g -I.. -c d88.c
gcc -g -O2 -g -I.. -c fp1100.c
fp1100.c: In function 'fp1100_exec':
fp1100.c:108:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
             fread(buf, 1, 256, binary_fp);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -g -I.. -c cpmdisk.c
gcc -g -O2 -g -I.. -c cpm2.c
cpm2.c: In function 'cpm_write_file_to_image':
cpm2.c:363:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(filebuf, binlen, 1, binary_fp);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpm2.c:382:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
             fread(bootbuf, bootlen, 1, binary_fp);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -g -I.. -c mameql.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 pc88.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 multi8.o spc1000.o mz2500.o d88.o fp1100.o cpmdisk.o cpm2.o mameql.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:394: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:583: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:93: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:93:66: note: (near initialization for 'sccz80_opts[1].value')
main.c:105: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:105:89: note: (near initialization for 'sccz80_opts[13].value')
main.c:112: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:112:90: note: (near initialization for 'sccz80_opts[19].value')
main.c:119:84: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "opt-code-speed", OPT_FUNCTION|OPT_STRING, "Optimise for speed not size", opt_code_speed, 0},
                                                                                    ^~~~~~~~~~~~~~
main.c:119:84: note: (near initialization for 'sccz80_opts[26].value')
main.c:133: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:133:67: note: (near initialization for 'sccz80_opts[29].value')
main.c:138:64: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "D", OPT_FUNCTION, "Define a preprocessor directive", SetDefine, 0 },
                                                                ^~~~~~~~~
main.c:138:64: note: (near initialization for 'sccz80_opts[34].value')
main.c:139:67: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "U", OPT_FUNCTION, "Undefine a preprocessor directive" , SetUndefine, 0 },
                                                                   ^~~~~~~~~~~
main.c:139:67: note: (near initialization for 'sccz80_opts[35].value')
main.c: In function 'set_option':
main.c:787: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:339: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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o macros.o macros.c
macros.c:164:13: warning: 'collect_params' defined but not used [-Wunused-function]
 static bool collect_params(char **p, DefMacro *macro, UT_string *param)
             ^~~~~~~~~~~~~~
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o zobjfile.o zobjfile.c
zobjfile.c: In function 'write_expr':
zobjfile.c:40:7: warning: 'range' may be used uninitialized in this function [-Wmaybe-uninitialized]
  char range;
       ^~~~~
zobjfile.c: In function 'write_symbols_symtab':
zobjfile.c:106:14: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized]
  char scope, type;
              ^~~~
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../common/die.o ../common/die.c
../common/die.c: In function 'xglob':
../common/die.c:46:33: warning: passing argument 3 of 'glob' from incompatible pointer type [-Wincompatible-pointer-types]
  int ret = glob(pattern, flags, errfunc, pglob);
                                 ^~~~~~~
In file included from ../common/die.h:21:0,
                 from ../common/die.c:6:
/usr/include/glob.h:146:12: note: expected 'int (*)(const char *, int)' but argument is of type 'const int (*)(const char *, int)'
 extern int glob (const char *__restrict __pattern, int __flags,
            ^~~~
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../common/strutil.o ../common/strutil.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../common/fileutil.o ../common/fileutil.c
In file included from ../common/fileutil.c:7:0:
../common/fileutil.c: In function 'path_rmdir':
../common/die.h:56:36: warning: implicit declaration of function 'rmdir' [-Wimplicit-function-declaration]
 #define xrmdir(dir)   Check_retval(rmdir(path_os(dir)), (dir))
                                    ^
../common/die.h:47:46: note: in definition of macro 'Check_retval'
 #define Check_retval(rv, file) check_retval((rv), (file), __FILE__, __LINE__)
                                              ^~
../common/fileutil.c:649:3: note: in expansion of macro 'xrmdir'
   xrmdir(path);
   ^~~~~~
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../common/objfile.o ../common/objfile.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../common/optparse.o ../common/optparse.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../../ext/regex/regfree.o ../../ext/regex/regfree.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../../ext/regex/regcomp.o ../../ext/regex/regcomp.c
In file included from ../../ext/regex/regcomp.c:12:0:
../../ext/regex/cclass.h:6:16: warning: missing braces around initializer [-Wmissing-braces]
 } cclasses[] = {
                ^
../../ext/regex/cclass.h:6:16: note: (near initialization for 'cclasses')
In file included from ../../ext/regex/regcomp.c:13:0:
../../ext/regex/cname.h:5:14: warning: missing braces around initializer [-Wmissing-braces]
 } cnames[] = {
              ^
../../ext/regex/cname.h:5:14: note: (near initialization for 'cnames')
../../ext/regex/regcomp.c: In function 'p_ere':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:254:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
   ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_ere_exp':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:301:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EPAREN);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE'
 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
                        ^~~~~~~
../../ext/regex/regcomp.c:314:3: note: in expansion of macro 'MUSTEAT'
   MUSTEAT(')', REG_EPAREN);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:357:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EESCAPE);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:362:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(!MORE() || !isdigit(PEEK()), REG_BADRPT);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:378:2: note: in expansion of macro 'REQUIRE'
  REQUIRE(!wascaret, REG_BADRPT);
  ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:405:5: note: in expansion of macro 'REQUIRE'
     REQUIRE(count <= count2, REG_BADBR);
     ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:414:4: note: in expansion of macro 'REQUIRE'
    REQUIRE(MORE(), REG_EBRACE);
    ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_str':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:437:2: note: in expansion of macro 'REQUIRE'
  REQUIRE(MORE(), REG_EMPTY);
  ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_bre':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:480:2: note: in expansion of macro 'REQUIRE'
  REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
  ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_simp_re':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:505:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EESCAPE);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:535:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:565:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(starordinary, REG_BADRPT);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:583:5: note: in expansion of macro 'REQUIRE'
     REQUIRE(count <= count2, REG_BADBR);
     ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:592:4: note: in expansion of macro 'REQUIRE'
    REQUIRE(MORE(), REG_EBRACE);
    ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_count':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:617:2: note: in expansion of macro 'REQUIRE'
  REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
  ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_bracket':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE'
 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
                        ^~~~~~~
../../ext/regex/regcomp.c:657:2: note: in expansion of macro 'MUSTEAT'
  MUSTEAT(']', REG_EBRACK);
  ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_b_term':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:728:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EBRACK);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:730:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(c != '-' && c != ']', REG_ECTYPE);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:732:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EBRACK);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:733:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(EATTWO(':', ']'), REG_ECTYPE);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:737:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EBRACK);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:739:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(c != '-' && c != ']', REG_ECOLLATE);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:741:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EBRACK);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:742:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(EATTWO('=', ']'), REG_ECOLLATE);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:757:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(start <= finish, REG_ERANGE);
   ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_b_symbol':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:825:2: note: in expansion of macro 'REQUIRE'
  REQUIRE(MORE(), REG_EBRACK);
  ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:831:2: note: in expansion of macro 'REQUIRE'
  REQUIRE(EATTWO('.', ']'), REG_ECOLLATE);
  ^~~~~~~
At top level:
../../ext/regex/regcomp.c:1253:1: warning: 'mcin' defined but not used [-Wunused-function]
 mcin(cs, cp)
 ^~~~
../../ext/regex/regcomp.c:1226:1: warning: 'mcsub' defined but not used [-Wunused-function]
 mcsub(cs, cp)
 ^~~~~
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../../ext/regex/regexec.o ../../ext/regex/regexec.c
In file included from ../../ext/regex/regexec.c:46:0:
../../ext/regex/engine.c: In function 'sdissect':
../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable]
  register char *dp;
                 ^~
In file included from ../../ext/regex/regexec.c:95:0:
../../ext/regex/engine.c: In function 'ldissect':
../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable]
  register char *dp;
                 ^~
At top level:
../../ext/regex/regexec.c:19:12: warning: 'nope' defined but not used [-Wunused-variable]
 static int nope = 0;  /* for use in asserts; shuts lint up */
            ^~~~
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../../ext/regex/regerror.o ../../ext/regex/regerror.c
../../ext/regex/regerror.c:40:13: warning: missing braces around initializer [-Wmissing-braces]
 } rerrs[] = {
             ^
../../ext/regex/regerror.c:40:13: note: (near initialization for 'rerrs')
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -o z80asm errors.o libfile.o z80asm.o main.o opcodes.o model.o sym.o options.o listfile.o modlink.o z80pass.o symtab.o directives.o macros.o scan.o parse.o codearea.o module.o error_func.o zobjfile.o expr.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strhash.o lib/alloc.o lib/minunit.o lib/array.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.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 			-mz80				 @z80asm_lib.lst
../../z80asm -xz80asm-z80-ixiy.lib 		-mz80 		--IXIY	 @z80asm_lib.lst
../../z80asm -xz80asm-z80_zxn-.lib 		-mz80-zxn			 @z80asm_lib.lst
../../z80asm -xz80asm-z80_zxn-ixiy.lib 	-mz80-zxn 	--IXIY	 @z80asm_lib.lst
../../z80asm -xz80asm-z180-.lib 			-mz180				 @z80asm_lib.lst
../../z80asm -xz80asm-z180-ixiy.lib 		-mz180 		--IXIY	 @z80asm_lib.lst
../../z80asm -xz80asm-r2k-.lib 			-mr2k				 @z80asm_lib.lst
../../z80asm -xz80asm-r2k-ixiy.lib 		-mr2k 		--IXIY	 @z80asm_lib.lst
../../z80asm -xz80asm-r3k-.lib 			-mr3k				 @z80asm_lib.lst
../../z80asm -xz80asm-r3k-ixiy.lib 		-mr3k 		--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../common -I../../ext/optparse -I../../ext/regex -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 options.o listfile.o modlink.o z80pass.o symtab.o directives.o macros.o scan.o parse.o codearea.o module.o error_func.o zobjfile.o expr.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strhash.o lib/alloc.o lib/minunit.o lib/array.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.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:2845:51: warning: zero-length gnu_printf format string [-Wformat-zero-length]
                 sprintf(strstr(filenamebuf, "'"), "");
                                                   ^~
zcc.c: In function 'main':
zcc.c:977:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
         system(cmdline);
         ^~~~~~~~~~~~~~~
zcc.c: In function 'ShowErrors':
zcc.c:2848:25: 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:2898: 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
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 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex    -c -o ar.o ar.c
gcc -o z80nm -g -O2 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex  ar.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.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/zobjcopy
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zobjcopy'
gcc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex    -c -o zobjcopy.o zobjcopy.c
gcc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex  -o zobjcopy zobjcopy.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o  -g -O2
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zobjcopy'
make -C src/zobjcopy PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zobjcopy'
install zobjcopy /home/build/z88dk/build/z88dk/bin/zobjcopy
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zobjcopy'
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/ -g   -c -o ticks.o ticks.c
ticks.c: In function 'tapcycles':
ticks.c:578: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:725: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(get_memory_addr(256), 1, size, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:799:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(get_memory_addr(0), 1, 16384, fk);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:801:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&i, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:802:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&l_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:803:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&h_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:804:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&e_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:805:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&d_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:806:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&c_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:807:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&b_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:808:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&w, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:814:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&a_, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:815:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&l, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:816:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&h, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:817:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&e, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:818:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&d, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:819:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&c, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:820:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&b, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:821:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&yl, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:822:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&yh, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:823:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&xl, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:824:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&xh, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:825:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&iff, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:827:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&r, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:829:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&w, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:831:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&a, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:832:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&sp, 2, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:833:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&im, 1, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:834: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(get_memory_addr(0x4000), 1, 0xc000, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:839:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(get_memory_addr(0), 1, 65536, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:840:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&w, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:842:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&a, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:843:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&c, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:844:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&b, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:845:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&l, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:846:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&h, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:847:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&pc, 2, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:848:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&sp, 2, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:849:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&i, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:850:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&r, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:852:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&e, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:853:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&d, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:854:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&c_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:855:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&b_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:856:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&e_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:857:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&d_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:858:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&l_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:859:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&h_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:860:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&w, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:867:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&a_, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:868:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&yl, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:869:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&yh, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:870:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&xl, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:871:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&xh, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:872:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&iff, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:873:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&im, 1, 1, fh),
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:874:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(&mp, 2, 1, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:876:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
         (void)fread(get_memory_addr(0), 1, size, fh);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:882:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     (void)fread(&wavpos, 4, 1, fh);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:889:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
       (void)fread(tapbuf, 1, 0x20000, ft);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ticks.c:890: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/ -g   -c -o hook_console.o hook_console.c
gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o hook_io.o hook_io.c
gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o hook_misc.o hook_misc.c
gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o hook.o hook.c
gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o debugger.o debugger.c
gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o linenoise.o linenoise.c
gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o utf8.o utf8.c
gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o syms.o syms.c
gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o disassembler_alg.o disassembler_alg.c
gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o memory.o memory.c
gcc -o ticks -g -O2 -I../../ext/uthash/src/ -g ticks.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o
gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o disassembler_main.o disassembler_main.c
gcc -o z88dk-dis -g -O2 -I../../ext/uthash/src/ -g disassembler_main.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 support/pv1000
make[1]: Entering directory '/home/build/z88dk/build/z88dk/support/pv1000'
gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex   -c -o font2pv1000.o font2pv1000.c
gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o font2pv1000 font2pv1000.o -g -O2
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/support/pv1000'
make -C support/pv1000 PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/build/z88dk/support/pv1000'
install font2pv1000 /home/build/z88dk/build/z88dk/bin/font2pv1000
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/support/pv1000'
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_693_missing_return.c -o Issue_693_missing_return.opt
diff -w tmp.opt results/Issue_693_missing_return.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_701_compound_scope.c -o Issue_701_compound_scope.opt
diff -w tmp.opt results/Issue_701_compound_scope.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_1015_break_without_loop_variable.c -o Issue_1015_break_without_loop_variable.opt
diff -w tmp.opt results/Issue_1015_break_without_loop_variable.opt
zcc +test -vn -a Issue_1016_long_const_compare.c -o Issue_1016_long_const_compare.opt
diff -w tmp.opt results/Issue_1016_long_const_compare.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_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_452_unsigned.c -o Issue_452_unsigned.opt
diff -w tmp.opt results/Issue_452_unsigned.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_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_1007_Fix_FP_Constant_Multiplication.c -o Issue_1007_Fix_FP_Constant_Multiplication.opt
diff -w tmp.opt results/Issue_1007_Fix_FP_Constant_Multiplication.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_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_491_enums.c -o Issue_491_enums.opt
diff -w tmp.opt results/Issue_491_enums.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_1015_break_with_loop_variable.c -o Issue_1015_break_with_loop_variable.opt
diff -w tmp.opt results/Issue_1015_break_with_loop_variable.opt
zcc +test -vn -a Far_Pointer_Call.c -o Far_Pointer_Call.opt
diff -w tmp.opt results/Far_Pointer_Call.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_98_underlying.c -o Issue_98_underlying.opt
diff -w tmp.opt results/Issue_98_underlying.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_985_ptr_cast.c -o Issue_985_ptr_cast.opt
diff -w tmp.opt results/Issue_985_ptr_cast.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 paramsoffset.c -o paramsoffset.opt
diff -w tmp.opt results/paramsoffset.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_715__double_subtraction.c -o Issue_715__double_subtraction.opt
diff -w tmp.opt results/Issue_715__double_subtraction.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_678_compound.c -o Issue_678_compound.opt
diff -w tmp.opt results/Issue_678_compound.opt
zcc +test -vn -a shortcall.c -o shortcall.opt
diff -w tmp.opt results/shortcall.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_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_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_896_nested_struct_initialisation.c -o Issue_896_nested_struct_initialisation.opt
diff -w tmp.opt results/Issue_896_nested_struct_initialisation.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_1016_double_const_compare.c -o Issue_1016_double_const_compare.opt
diff -w tmp.opt results/Issue_1016_double_const_compare.opt
zcc +test -vn -a Issue_693_fastcall.c -o Issue_693_fastcall.opt
diff -w tmp.opt results/Issue_693_fastcall.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 -vn -a long_addition_opts.c -o long_addition_opts.opt
diff -w tmp.opt results/long_addition_opts.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'
svn checkout -r 9958 svn://svn.code.sf.net/p/sdcc/code/trunk/sdcc -q /tmp/sdcc
cd /tmp/sdcc && patch -p0 < /home/build/z88dk/build/z88dk/src/zsdcc/sdcc-z88dk.patch
patching file src/SDCC.lex
patching file src/SDCCpeeph.c
patching file src/SDCCerr.c
patching file src/SDCCerr.h
patching file src/SDCCasm.c
patching file src/SDCCsymt.h
patching file src/SDCC.y
patching file src/SDCCmain.c
patching file src/SDCCglue.c
patching file src/SDCCopt.c
patching file src/z80/gen.c
patching file src/z80/main.c
patching file src/z80/peep.c
cd /tmp/sdcc && CC= ./configure --disable-mcs51-port --disable-gbz80-port \
			       --disable-avr-port --disable-ds390-port \
			       --disable-ds400-port --disable-hc08-port \
			       --disable-pic-port --disable-pic14-port \
                       		       --disable-pic16-port --disable-stm8-port \
			       --disable-tlcs90-port --disable-s08-port \
                       		       --disable-ucsim --disable-device-lib \
			       --disable-packihx
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gawk... no
checking for mawk... mawk
checking version of the package... 3.6.9
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... install
checking for ranlib... ranlib
checking for autoconf... :
checking for strip... strip
checking for as... as
checking for cp... cp
checking for ar... ar
checking for gm4... m4
checking for flex... flex
checking for bison... bison -y
checking for python2... python2
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking sys/isa_defs.h usability... no
checking sys/isa_defs.h presence... no
checking for sys/isa_defs.h... no
checking stdalign.h usability... yes
checking stdalign.h presence... yes
checking for stdalign.h... yes
checking how to run the C++ preprocessor... g++ -E
checking stx/btree_set.h usability... no
checking stx/btree_set.h presence... no
checking for stx/btree_set.h... no
configure: WARNING: STX library missing, using STL instead.
checking stx/btree_map.h usability... no
checking stx/btree_map.h presence... no
checking for stx/btree_map.h... no
configure: WARNING: STX library missing, using STL instead.
checking boost/graph/adjacency_list.hpp usability... yes
checking boost/graph/adjacency_list.hpp presence... yes
checking for boost/graph/adjacency_list.hpp... yes
checking for ccache... no
checking for strerror... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for vsprintf... yes
checking for mkstemp... yes
checking for strndup... yes
checking for setrlimit... yes
checking whether preprocessor accepts -MM or -M... -MM
checking whether C accepts -ggdb... yes
checking whether C accepts -pipe... yes
checking for gcc option to accept ISO C99... none needed
checking whether C accepts -fms-extensions... yes
checking whether C supports tag in unnamed struct... yes
checking return type of signal handlers... void
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking whether char is unsigned... no
checking type name for byte... char
checking type name for word... short
checking type name for dword... int
checking type name for qword... long
checking whether byte ordering is bigendian... no
checking for lyx... :
checking for latex2html... :
checking for latex... :
checking for dvipdfm... :
checking for pdflatex... :
checking for makeindex... :
configure: creating ./config.status
config.status: creating doc/Makefile
config.status: creating src/ds390/Makefile
config.status: creating sdas/as8xcxxx/Makefile
config.status: creating src/z80/Makefile
config.status: creating sdas/asz80/Makefile
config.status: creating sdas/asrab/Makefile
config.status: creating main.mk
config.status: creating src/Makefile
config.status: creating device/include/Makefile
config.status: creating sdas/linksrc/Makefile
config.status: creating support/librarian/Makefile
config.status: creating support/makebin/Makefile
config.status: creating support/regression/Makefile
config.status: creating support/valdiag/Makefile
config.status: creating support/scripts/Makefile
config.status: creating support/regression/ports/host/spec.mk
config.status: creating Makefile
config.status: creating Makefile.common
config.status: creating device/non-free/include/Makefile
config.status: creating sdccconf.h
config.status: creating sdas/linksrc/asxxxx_config.h
=== configuring in support/cpp (/tmp/sdcc/support/cpp)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--disable-mcs51-port' '--disable-gbz80-port' '--disable-avr-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-hc08-port' '--disable-pic-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-stm8-port' '--disable-tlcs90-port' '--disable-s08-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' 'CC=' 'CFLAGS=-g -O2' 'LDFLAGS=-g -O2' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=.
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for inline... inline
checking for built-in _Bool... yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking execution character set... ASCII
checking whether make sets $(MAKE)... yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for gawk... no
checking for mawk... mawk
checking whether ln works... yes
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD compatible install... install
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working stdbool.h... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/stat.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for CHAR_BIT... yes
checking whether byte ordering is bigendian... no
checking for mktemp... yes
checking for strip... strip
checking for ar... ar
checking for preprocessor stringizing operator... yes
checking for clock... yes
checking for strsignal... yes
checking for strchr... yes
checking for strrchr... yes
checking for lstat... yes
checking for ssize_t... yes
checking for getpagesize... yes
checking for working mmap from /dev/zero... yes
checking for working mmap with MAP_ANON(YMOUS)... yes
checking for working mmap of a file... yes
checking whether getenv is declared... no
checking whether abort is declared... no
checking whether strsignal is declared... no
checking whether errno is declared... no
checking whether malloc is declared... no
checking whether realloc is declared... no
checking whether calloc is declared... no
checking whether free is declared... no
checking whether clock is declared... no
checking for gcc option to accept ISO C99... none needed
checking if mkdir takes one argument... no
checking what assembler to use... /usr/bin/as
checking what nm to use... nm
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating auto-host.h
config.status: executing default commands
=== configuring in debugger/mcs51 (/tmp/sdcc/debugger/mcs51)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--disable-mcs51-port' '--disable-gbz80-port' '--disable-avr-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-hc08-port' '--disable-pic-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-stm8-port' '--disable-tlcs90-port' '--disable-s08-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' 'CC=' 'CFLAGS=-g -O2' 'LDFLAGS=-g -O2' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=.
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... install
checking for ranlib... ranlib
checking for autoconf... :
checking for strip... strip
checking for as... as
checking for cp... cp
checking for unistd.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for socket in -lsocket... no
checking for xdr_short in -lnsl... yes
checking whether preprocessor accepts -MM or -M... -MM
checking whether  accepts -ggdb... yes
checking whether  accepts -pipe... yes
checking for gcc option to accept ISO C99... none needed
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
=== configuring in support/sdbinutils (/tmp/sdcc/support/sdbinutils)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--disable-mcs51-port' '--disable-gbz80-port' '--disable-avr-port' '--disable-ds390-port' '--disable-ds400-port' '--disable-hc08-port' '--disable-pic-port' '--disable-pic14-port' '--disable-pic16-port' '--disable-stm8-port' '--disable-tlcs90-port' '--disable-s08-port' '--disable-ucsim' '--disable-device-lib' '--disable-packihx' 'CC=' 'CFLAGS=-g -O2' 'LDFLAGS=-g -O2' 'docdir=${datarootdir}/doc/${PACKAGE}' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... install
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... no
checking for mawk... mawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for version 0.10 of ISL... no
checking for version 0.11 of ISL... no
checking for version 0.12 of ISL... no
checking for default BUILD_CONFIG... 
checking for --enable-vtable-verify... no
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for readelf... readelf
checking for cc... cc
checking for c++... c++
checking for gcc... gcc
checking for gcj... no
checking for gfortran... no
checking for gccgo... no
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for objdump... objdump
checking for ranlib... ranlib
checking for readelf... readelf
checking for strip... strip
checking for windres... no
checking for windmc... no
checking where to find the target ar... just compiled
checking where to find the target as... host tool
checking where to find the target cc... host tool
checking where to find the target c++... host tool
checking where to find the target c++ for libstdc++... host tool
checking where to find the target dlltool... just compiled
checking where to find the target gcc... host tool
checking where to find the target gcj... host tool
checking where to find the target gfortran... host tool
checking where to find the target gccgo... host tool
checking where to find the target ld... host tool
checking where to find the target lipo... host tool
checking where to find the target nm... just compiled
checking where to find the target objdump... just compiled
checking where to find the target ranlib... just compiled
checking where to find the target readelf... just compiled
checking where to find the target strip... just compiled
checking where to find the target windres... just compiled
checking where to find the target windmc... just compiled
checking whether to enable maintainer-specific portions of Makefiles... no
configure: creating ./config.status
config.status: creating Makefile

sdcc 3.6.9 is now configured for

  Build:                x86_64-unknown-linux-gnu
  Host:                 x86_64-unknown-linux-gnu
  Source directory:     .
  C compiler:           gcc
  CFLAGS:               -fms-extensions  -pipe -ggdb -g -O2
  C++ compiler:         g++
  CXXFLAGS:             -pipe -ggdb -g -O2
  CPPFLAGS:             
  LDFLAGS:              -g -O2

  ENABLED Ports:
    ds390               no
    ds400               no
    hc08                no
    s08                 no
    mcs51               no
    pic14               no
    pic16               no
    z80                 yes
    z180                yes
    r2k                 yes
    r3ka                yes
    gbz80               no
    tlcs90              no
    stm8                no

  Disable non-free lib: 0
  Disable packihx:      1
  Disable ucsim:        1
  Disable device lib:   1
  Disable sdcpp:        0
  Disable sdcdb:        0
  Disable sdbinutil:    0
  Enable documentation: 0
  Enable libgc:         0

  Install paths:
    binary files:           ${prefix}
    include/library files:  ${datarootdir}/sdcc
    include files:          ${datarootdir}/sdcc/include
    library files:          ${datarootdir}/sdcc/lib
    non-free files:         ${datarootdir}/sdcc/non-free
    non-free include files: ${datarootdir}/sdcc/non-free/include
    non-free library files: ${datarootdir}/sdcc/non-free/lib
    documentation:          ${datarootdir}/doc/${PACKAGE}

    prefix:             /usr/local
    datadir:            ${datarootdir}
    datarootdir:        ${prefix}/share

  Search paths (incomplete, see manual for all search paths):
    binary files:       $SDCC_HOME/bin
    include files:      /share/sdcc/include
                        path(argv[0])/../share/sdcc/include
                        /usr/local/share/sdcc/include
                        /share/sdcc/non-free/include
                        path(argv[0])/../share/sdcc/non-free/include
                        /usr/local/share/sdcc/non-free/include
    library files:      $SDCC_HOME/share/sdcc/lib/<model>
                        path(argv[0])/../share/sdcc/lib/<model>
                        /usr/local/share/sdcc/lib/<model>
                        $SDCC_HOME/share/sdcc/non-free/lib/<model>
                        path(argv[0])/../share/sdcc/non-free/lib/<model>
                        /usr/local/share/sdcc/non-free/lib/<model>

cd /tmp/sdcc && make
make[1]: Entering directory '/tmp/sdcc'
make -C support/librarian
make[2]: Entering directory '/tmp/sdcc/support/librarian'
gcc -g -O2 -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I../.. -I./../../support/util -I. -c sdcclib.c -o sdcclib.o
gcc -g -O2 -g -O2 -g -O2 -o ../../bin/sdcclib sdcclib.o
make[2]: Leaving directory '/tmp/sdcc/support/librarian'
make -C support/sdbinutils
make[2]: Entering directory '/tmp/sdcc/support/sdbinutils'
make[3]: Entering directory '/tmp/sdcc/support/sdbinutils'
Configuring in ./libiberty
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking for perl... perl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C preprocessor... gcc -E
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wc++-compat... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -pedantic ... yes
checking whether gcc and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for a BSD-compatible install... install
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... yes
checking for time.h... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for fcntl.h... yes
checking for alloca.h... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... no
checking for sys/table.h... no
checking for sys/sysctl.h... yes
checking for sys/systemcfg.h... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking for process.h... no
checking for sys/prctl.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking size of int... 4
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for uintptr_t... yes
checking for ssize_t... yes
checking for pid_t... yes
checking for library containing strerror... none required
checking for asprintf... yes
checking for atexit... yes
checking for basename... yes
checking for bcmp... yes
checking for bcopy... yes
checking for bsearch... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for ffs... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for gettimeofday... yes
checking for index... yes
checking for insque... yes
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmem... yes
checking for memmove... yes
checking for mempcpy... yes
checking for memset... yes
checking for mkstemps... yes
checking for putenv... yes
checking for random... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for snprintf... yes
checking for sigsetmask... yes
checking for stpcpy... yes
checking for stpncpy... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strnlen... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for strverscmp... yes
checking for tmpnam... yes
checking for vasprintf... yes
checking for vfprintf... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... -1
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for sys_nerr... yes
checking for sys_siglist... yes
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for psignal... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for spawnve... no
checking for spawnvpe... no
checking for strerror... yes
checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysmp... no
checking for table... no
checking for times... yes
checking for wait3... yes
checking for wait4... yes
checking whether basename is declared... no
checking whether ffs is declared... yes
checking whether asprintf is declared... no
checking whether vasprintf is declared... no
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
Configuring in ./bfd
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing strerror... none required
checking for a BSD-compatible install... install
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... (cached) ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
checking command to parse nm output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking for windows.h... no
checking for library containing dlopen... -ldl
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... no
checking whether NLS is requested... no
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking size of long long... 8
checking size of void *... 8
checking size of long... 8
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/stat.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for uintptr_t... yes
checking for int_least32_t... yes
checking for int_fast32_t... yes
checking for uint64_t... yes
checking what to include in bfd_stdint.h... stdint.h (already complete)
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether string.h and strings.h may both be included... yes
checking for fcntl... yes
checking for getpagesize... yes
checking for setitimer... yes
checking for sysconf... yes
checking for fdopen... yes
checking for getuid... yes
checking for getgid... yes
checking for fileno... yes
checking for strtoull... yes
checking for getrlimit... yes
checking whether basename is declared... yes
checking whether ftello is declared... yes
checking whether ftello64 is declared... yes
checking whether fseeko is declared... yes
checking whether fseeko64 is declared... yes
checking whether ffs is declared... yes
checking whether free is declared... yes
checking whether getenv is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether stpcpy is declared... yes
checking whether strstr is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether strnlen is declared... yes
checking for library containing zlibVersion... no
checking linker --as-needed support... yes
checking for cos in -lm... yes
checking for ftello... yes
checking for ftello64... yes
checking for fseeko... yes
checking for fseeko64... yes
checking for fopen64... yes
checking size of off_t... 8
checking file_ptr type... BFD_HOST_64_BIT
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for madvise... yes
checking for mprotect... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating bfd-in3.h
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing bfd_stdint.h commands
config.status: executing default commands
make[4]: Entering directory '/tmp/sdcc/support/sdbinutils/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ] && [ ! -d noasan ]; then \
  mkdir noasan; \
else true; fi
touch stamp-noasandir
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./regex.c -o pic/regex.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./regex.c -o noasan/regex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./regex.c -o regex.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./cplus-dem.c -o noasan/cplus-dem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./cplus-dem.c -o cplus-dem.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./cp-demangle.c -o pic/cp-demangle.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./cp-demangle.c -o noasan/cp-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./cp-demangle.c -o cp-demangle.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./md5.c -o pic/md5.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./md5.c -o noasan/md5.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./md5.c -o md5.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./sha1.c -o pic/sha1.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./sha1.c -o noasan/sha1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./sha1.c -o sha1.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./alloca.c -o pic/alloca.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./alloca.c -o noasan/alloca.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./alloca.c -o alloca.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./argv.c -o pic/argv.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./argv.c -o noasan/argv.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./argv.c -o argv.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./choose-temp.c -o pic/choose-temp.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./choose-temp.c -o noasan/choose-temp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./choose-temp.c -o choose-temp.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./concat.c -o pic/concat.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./concat.c -o noasan/concat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./concat.c -o concat.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./cp-demint.c -o pic/cp-demint.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./cp-demint.c -o noasan/cp-demint.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./cp-demint.c -o cp-demint.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./crc32.c -o pic/crc32.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./crc32.c -o noasan/crc32.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./crc32.c -o crc32.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./d-demangle.c -o pic/d-demangle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./d-demangle.c -o d-demangle.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./dwarfnames.c -o pic/dwarfnames.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./dwarfnames.c -o noasan/dwarfnames.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./dwarfnames.c -o dwarfnames.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./dyn-string.c -o pic/dyn-string.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./dyn-string.c -o noasan/dyn-string.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./dyn-string.c -o dyn-string.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./fdmatch.c -o pic/fdmatch.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./fdmatch.c -o noasan/fdmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./fdmatch.c -o fdmatch.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./fibheap.c -o pic/fibheap.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./fibheap.c -o noasan/fibheap.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./fibheap.c -o fibheap.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./filename_cmp.c -o pic/filename_cmp.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./filename_cmp.c -o noasan/filename_cmp.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./filename_cmp.c -o filename_cmp.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./floatformat.c -o pic/floatformat.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./floatformat.c -o noasan/floatformat.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./floatformat.c -o floatformat.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./fnmatch.c -o pic/fnmatch.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./fnmatch.c -o noasan/fnmatch.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./fnmatch.c -o fnmatch.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./fopen_unlocked.c -o pic/fopen_unlocked.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./fopen_unlocked.c -o noasan/fopen_unlocked.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./fopen_unlocked.c -o fopen_unlocked.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./getopt.c -o pic/getopt.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./getopt.c -o noasan/getopt.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./getopt.c -o getopt.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./getopt1.c -o pic/getopt1.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./getopt1.c -o noasan/getopt1.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./getopt1.c -o getopt1.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./getpwd.c -o pic/getpwd.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./getpwd.c -o noasan/getpwd.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./getpwd.c -o getpwd.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./getruntime.c -o pic/getruntime.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./getruntime.c -o noasan/getruntime.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./getruntime.c -o getruntime.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./hashtab.c -o pic/hashtab.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./hashtab.c -o noasan/hashtab.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./hashtab.c -o hashtab.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./hex.c -o pic/hex.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./hex.c -o noasan/hex.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./hex.c -o hex.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./lbasename.c -o pic/lbasename.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./lbasename.c -o noasan/lbasename.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./lbasename.c -o lbasename.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./lrealpath.c -o pic/lrealpath.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./lrealpath.c -o noasan/lrealpath.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./lrealpath.c -o lrealpath.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./make-relative-prefix.c -o pic/make-relative-prefix.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./make-relative-prefix.c -o noasan/make-relative-prefix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./make-relative-prefix.c -o make-relative-prefix.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./make-temp-file.c -o pic/make-temp-file.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./make-temp-file.c -o noasan/make-temp-file.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./make-temp-file.c -o make-temp-file.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./objalloc.c -o pic/objalloc.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./objalloc.c -o noasan/objalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./objalloc.c -o objalloc.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./obstack.c -o pic/obstack.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./obstack.c -o noasan/obstack.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./obstack.c -o obstack.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./partition.c -o pic/partition.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./partition.c -o noasan/partition.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./partition.c -o partition.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./pexecute.c -o pic/pexecute.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./pexecute.c -o noasan/pexecute.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./pexecute.c -o pexecute.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./physmem.c -o pic/physmem.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./physmem.c -o noasan/physmem.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./physmem.c -o physmem.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./pex-common.c -o pic/pex-common.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./pex-common.c -o noasan/pex-common.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./pex-common.c -o pex-common.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./pex-one.c -o pic/pex-one.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./pex-one.c -o noasan/pex-one.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./pex-one.c -o pex-one.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./pex-unix.c -o pic/pex-unix.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./pex-unix.c -o noasan/pex-unix.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./pex-unix.c -o pex-unix.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./safe-ctype.c -o pic/safe-ctype.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./safe-ctype.c -o noasan/safe-ctype.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./safe-ctype.c -o safe-ctype.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./simple-object.c -o pic/simple-object.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./simple-object.c -o noasan/simple-object.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./simple-object.c -o simple-object.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./simple-object-coff.c -o pic/simple-object-coff.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./simple-object-coff.c -o noasan/simple-object-coff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./simple-object-coff.c -o simple-object-coff.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./simple-object-elf.c -o pic/simple-object-elf.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./simple-object-elf.c -o noasan/simple-object-elf.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./simple-object-elf.c -o simple-object-elf.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./simple-object-mach-o.c -o simple-object-mach-o.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./simple-object-xcoff.c -o simple-object-xcoff.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./sort.c -o pic/sort.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./sort.c -o noasan/sort.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./sort.c -o sort.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./spaces.c -o pic/spaces.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./spaces.c -o noasan/spaces.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./spaces.c -o spaces.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./splay-tree.c -o pic/splay-tree.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./splay-tree.c -o noasan/splay-tree.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./splay-tree.c -o splay-tree.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./stack-limit.c -o pic/stack-limit.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./stack-limit.c -o noasan/stack-limit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./stack-limit.c -o stack-limit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./strerror.c -o pic/strerror.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./strerror.c -o noasan/strerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./strerror.c -o strerror.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./strsignal.c -o pic/strsignal.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./strsignal.c -o noasan/strsignal.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./strsignal.c -o strsignal.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./timeval-utils.c -o pic/timeval-utils.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./timeval-utils.c -o noasan/timeval-utils.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./timeval-utils.c -o timeval-utils.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./unlink-if-ordinary.c -o unlink-if-ordinary.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./xatexit.c -o pic/xatexit.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./xatexit.c -o noasan/xatexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./xatexit.c -o xatexit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./xexit.c -o pic/xexit.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./xexit.c -o noasan/xexit.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./xexit.c -o xexit.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./xmalloc.c -o pic/xmalloc.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./xmalloc.c -o noasan/xmalloc.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./xmalloc.c -o xmalloc.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./xmemdup.c -o pic/xmemdup.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./xmemdup.c -o noasan/xmemdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./xmemdup.c -o xmemdup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./xstrdup.c -o pic/xstrdup.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./xstrdup.c -o noasan/xstrdup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./xstrdup.c -o xstrdup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./xstrerror.c -o pic/xstrerror.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./xstrerror.c -o noasan/xstrerror.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./xstrerror.c -o xstrerror.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./xstrndup.c -o pic/xstrndup.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./xstrndup.c -o noasan/xstrndup.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./xstrndup.c -o xstrndup.o
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic   ./setproctitle.c -o pic/setproctitle.o; \
else true; fi
if [ x"" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic    ./setproctitle.c -o noasan/setproctitle.o; \
else true; fi
gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ./setproctitle.c -o setproctitle.o
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a
ar rc ./libiberty.a \
  ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./setproctitle.o
ranlib ./libiberty.a
if [ x"" != x ]; then \
  cd pic; \
  ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./setproctitle.o; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi; \
if [ x"" != x ]; then \
  cd noasan; \
  ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o  ./setproctitle.o; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/libiberty/testsuite'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/libiberty/testsuite'
make[4]: Leaving directory '/tmp/sdcc/support/sdbinutils/libiberty'
make[4]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd'
creating bfdver.h
rm -f elf32-target.h
sed -e s/NN/32/g < ./elfxx-target.h > elf32-target.new
mv -f elf32-target.new elf32-target.h
rm -f elf64-target.h
sed -e s/NN/64/g < ./elfxx-target.h > elf64-target.new
mv -f elf64-target.new elf64-target.h
rm -f targmatch.h
sed -f ./targmatch.sed < ./config.bfd > targmatch.new
mv -f targmatch.new targmatch.h
Making info in doc
make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd/doc'
gcc -o chw$$ -g -O2 \
  -g -O2  -I.. -I./.. -I./../../include -I./../../intl -I../../intl ./chew.c; \
/bin/bash ./../../move-if-change \
  chw$$ chew; \
touch chew.stamp
./chew -f ./doc.str < ../aoutx.h >aoutx.tmp
/bin/bash ./../../move-if-change aoutx.tmp aoutx.texi
touch aoutx.stamp
./chew -f ./doc.str < ../archive.c >archive.tmp
/bin/bash ./../../move-if-change archive.tmp archive.texi
touch archive.stamp
./chew -f ./doc.str < ../archures.c >archures.tmp
/bin/bash ./../../move-if-change archures.tmp archures.texi
touch archures.stamp
./chew -f ./doc.str < ../bfd.c >bfd.tmp
/bin/bash ./../../move-if-change bfd.tmp bfdt.texi
touch bfdt.stamp
./chew -f ./doc.str < ../cache.c >cache.tmp
/bin/bash ./../../move-if-change cache.tmp cache.texi
touch cache.stamp
./chew -f ./doc.str < ../coffcode.h >coffcode.tmp
/bin/bash ./../../move-if-change coffcode.tmp coffcode.texi
touch coffcode.stamp
./chew -f ./doc.str < ../corefile.c >core.tmp
/bin/bash ./../../move-if-change core.tmp core.texi
touch core.stamp
./chew -f ./doc.str < ../elf.c >elf.tmp
/bin/bash ./../../move-if-change elf.tmp elf.texi
touch elf.stamp
./chew -f ./doc.str < ../elfcode.h >elfcode.tmp
/bin/bash ./../../move-if-change elfcode.tmp elfcode.texi
touch elfcode.stamp
./chew -f ./doc.str < ../format.c >format.tmp
/bin/bash ./../../move-if-change format.tmp format.texi
touch format.stamp
./chew -f ./doc.str < ../libbfd.c >libbfd.tmp
/bin/bash ./../../move-if-change libbfd.tmp libbfd.texi
touch libbfd.stamp
./chew -f ./doc.str < ../bfdwin.c >bfdwin.tmp
/bin/bash ./../../move-if-change bfdwin.tmp bfdwin.texi
touch bfdwin.stamp
./chew -f ./doc.str < ../bfdio.c >bfdio.tmp
/bin/bash ./../../move-if-change bfdio.tmp bfdio.texi
touch bfdio.stamp
./chew -f ./doc.str < ../opncls.c >opncls.tmp
/bin/bash ./../../move-if-change opncls.tmp opncls.texi
touch opncls.stamp
./chew -f ./doc.str < ../reloc.c >reloc.tmp
/bin/bash ./../../move-if-change reloc.tmp reloc.texi
touch reloc.stamp
./chew -f ./doc.str < ../section.c >section.tmp
/bin/bash ./../../move-if-change section.tmp section.texi
touch section.stamp
./chew -f ./doc.str < ../syms.c >syms.tmp
/bin/bash ./../../move-if-change syms.tmp syms.texi
touch syms.stamp
./chew -f ./doc.str < ../targets.c >targets.tmp
/bin/bash ./../../move-if-change targets.tmp targets.texi
touch targets.stamp
./chew -f ./doc.str < ../init.c >init.tmp
/bin/bash ./../../move-if-change init.tmp init.texi
touch init.stamp
./chew -f ./doc.str < ../hash.c >hash.tmp
/bin/bash ./../../move-if-change hash.tmp hash.texi
touch hash.stamp
./chew -f ./doc.str < ../linker.c >linker.tmp
/bin/bash ./../../move-if-change linker.tmp linker.texi
touch linker.stamp
./chew -f ./doc.str < ../mmo.c >mmo.tmp
/bin/bash ./../../move-if-change mmo.tmp mmo.texi
touch mmo.stamp
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
  for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
if makeinfo --split-size=5000000 --split-size=5000000   -I . \
 -o bfd.info `test -f 'bfd.texinfo' || echo './'`bfd.texinfo; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd/doc'
Making info in po
make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd/po'
( if test 'x.' != 'x.'; then \
    posrcprefix='../'; \
  else \
    posrcprefix="../"; \
  fi; \
  rm -f SRC-POTFILES-t SRC-POTFILES \
    && (sed -e '/^#/d' \
            -e '/^[ 	]*$/d' \
	    -e "s@.*@	$posrcprefix& \\\\@" < ./SRC-POTFILES.in \
	| sed -e '$s/\\$//') > SRC-POTFILES-t \
    && chmod a-w SRC-POTFILES-t \
    && mv SRC-POTFILES-t SRC-POTFILES )
( rm -f BLD-POTFILES-t BLD-POTFILES \
    && (sed -e '/^#/d' \
            -e '/^[ 	]*$/d' \
	    -e "s@.*@	../& \\\\@" < ./BLD-POTFILES.in \
	| sed -e '$s/\\$//') > BLD-POTFILES-t \
    && chmod a-w BLD-POTFILES-t \
    && mv BLD-POTFILES-t BLD-POTFILES )
cd .. \
  && CONFIG_FILES=po/Makefile.in:po/Make-in \
     CONFIG_HEADERS= /bin/bash ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing bfd_stdint.h commands
config.status: executing default commands
make[5]: Nothing to be done for 'info'.
make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd/po'
make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd'
make[5]: Nothing to be done for 'info-am'.
make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd'
make  all-recursive
make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd'
Making all in doc
make[6]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd/doc'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd/doc'
Making all in po
make[6]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd/po'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd/po'
make[6]: Entering directory '/tmp/sdcc/support/sdbinutils/bfd'
rm -f bfd-tmp.h
cp bfd-in3.h bfd-tmp.h
/bin/bash ./../move-if-change bfd-tmp.h bfd.h
rm -f bfd-tmp.h
touch stmp-bfd-h
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo archive.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c archive.c -o archive.o
mv -f .deps/archive.Tpo .deps/archive.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=asxxxx_vec -DSELECT_VECS='&asxxxx_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_z80_arch,&bfd_plugin_arch' ./archures.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=asxxxx_vec "-DSELECT_VECS=&asxxxx_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_z80_arch,&bfd_plugin_arch" ./archures.c -o archures.o
mv -f .deps/archures.Tpo .deps/archures.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo bfd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c bfd.c -o bfd.o
mv -f .deps/bfd.Tpo .deps/bfd.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo bfdio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c bfdio.c -o bfdio.o
mv -f .deps/bfdio.Tpo .deps/bfdio.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo bfdwin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c bfdwin.c -o bfdwin.o
mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo cache.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o
mv -f .deps/cache.Tpo .deps/cache.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c -o coffgen.lo coffgen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c coffgen.c -o coffgen.o
mv -f .deps/coffgen.Tpo .deps/coffgen.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo corefile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c corefile.c -o corefile.o
mv -f .deps/corefile.Tpo .deps/corefile.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo format.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -o format.o
mv -f .deps/format.Tpo .deps/format.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo init.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -o init.o
mv -f .deps/init.Tpo .deps/init.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo libbfd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c libbfd.c -o libbfd.o
mv -f .deps/libbfd.Tpo .deps/libbfd.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo opncls.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c opncls.c -o opncls.o
mv -f .deps/opncls.Tpo .deps/opncls.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo reloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c reloc.c -o reloc.o
mv -f .deps/reloc.Tpo .deps/reloc.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo section.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c section.c -o section.o
mv -f .deps/section.Tpo .deps/section.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo syms.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c syms.c -o syms.o
mv -f .deps/syms.Tpo .deps/syms.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=asxxxx_vec -DSELECT_VECS='&asxxxx_vec,&plugin_vec' -DSELECT_ARCHITECTURES='&bfd_z80_arch,&bfd_plugin_arch' ./targets.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=asxxxx_vec "-DSELECT_VECS=&asxxxx_vec,&plugin_vec" "-DSELECT_ARCHITECTURES=&bfd_z80_arch,&bfd_plugin_arch" ./targets.c -o targets.o
mv -f .deps/targets.Tpo .deps/targets.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o
mv -f .deps/hash.Tpo .deps/hash.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo linker.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c linker.c -o linker.o
mv -f .deps/linker.Tpo .deps/linker.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo srec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c srec.c -o srec.o
mv -f .deps/srec.Tpo .deps/srec.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo binary.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c binary.c -o binary.o
mv -f .deps/binary.Tpo .deps/binary.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo tekhex.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c tekhex.c -o tekhex.o
mv -f .deps/tekhex.Tpo .deps/tekhex.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo ihex.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c ihex.c -o ihex.o
mv -f .deps/ihex.Tpo .deps/ihex.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo stabs.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c stabs.c -o stabs.o
mv -f .deps/stabs.Tpo .deps/stabs.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo stab-syms.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c stab-syms.c -o stab-syms.o
mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo merge.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c merge.c -o merge.o
mv -f .deps/merge.Tpo .deps/merge.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/local/lib/debug\" ./dwarf2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/usr/local/lib/debug\" ./dwarf2.c -o dwarf2.o
mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo simple.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c simple.c -o simple.o
mv -f .deps/simple.Tpo .deps/simple.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo compress.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c compress.c -o compress.o
mv -f .deps/compress.Tpo .deps/compress.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo verilog.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c verilog.c -o verilog.o
mv -f .deps/verilog.Tpo .deps/verilog.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT asxxxx.lo -MD -MP -MF .deps/asxxxx.Tpo -c -o asxxxx.lo asxxxx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT asxxxx.lo -MD -MP -MF .deps/asxxxx.Tpo -c asxxxx.c -o asxxxx.o
asxxxx.c:169:19: warning: 'digs' defined but not used [-Wunused-const-variable=]
 static const char digs[] = "0123456789ABCDEF";
                   ^~~~
mv -f .deps/asxxxx.Tpo .deps/asxxxx.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c plugin.c -o plugin.o
mv -f .deps/plugin.Tpo .deps/plugin.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c -o cpu-z80.lo cpu-z80.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-z80.lo -MD -MP -MF .deps/cpu-z80.Tpo -c cpu-z80.c -o cpu-z80.o
mv -f .deps/cpu-z80.Tpo .deps/cpu-z80.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include  -DHAVE_asxxxx_vec -DHAVE_plugin_vec  -DBINDIR='"/usr/local/bin"'  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c -o cpu-plugin.lo cpu-plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_asxxxx_vec -DHAVE_plugin_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cpu-plugin.lo -MD -MP -MF .deps/cpu-plugin.Tpo -c cpu-plugin.c -o cpu-plugin.o
mv -f .deps/cpu-plugin.Tpo .deps/cpu-plugin.Plo
rm -f tofiles
f=""; \
for i in asxxxx.lo plugin.lo cpu-z80.lo cpu-plugin.lo   ; do \
  case " $f " in \
    *" $i "*) ;; \
    *) f="$f $i" ;; \
  esac ; \
done ; \
echo $f > tofiles
/bin/bash ./../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/bash ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -rpath /usr/local/x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/lib -release `cat libtool-soversion`  -static-libstdc++ -static-libgcc -g -O2 -o libbfd.la  archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo verilog.lo `cat ofiles`  -ldl -ldl 
libtool: link: ar rc .libs/libbfd.a  archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coffgen.o corefile.o format.o init.o libbfd.o opncls.o reloc.o section.o syms.o targets.o hash.o linker.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o merge.o dwarf2.o simple.o compress.o verilog.o asxxxx.o plugin.o cpu-z80.o cpu-plugin.o
libtool: link: ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  ranlib libbfd.tmp; \
  /bin/bash ./../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
make[6]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd'
make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd'
make[4]: Leaving directory '/tmp/sdcc/support/sdbinutils/bfd'
Configuring in ./binutils
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing strerror... none required
checking for a BSD-compatible install... install
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for x86_64-unknown-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for dlfcn.h... (cached) yes
checking for windows.h... no
checking for library containing dlopen... -ldl
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking whether NLS is requested... no
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether string.h and strings.h may both be included... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for sbrk... yes
checking for utimes... yes
checking for setmode... no
checking for getc_unlocked... yes
checking for strcoll... yes
checking for setlocale... yes
checking for mkstemp... yes
checking for mkdtemp... yes
checking for mbstate_t... yes
checking for library containing frexp... none required
checking for LC_MESSAGES... yes
checking for time_t in time.h... yes
checking for time_t in sys/types.h... yes
checking for a known getopt prototype in unistd.h... yes
checking for utime.h... yes
checking whether environ is declared... yes
checking whether fprintf is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getenv is declared... yes
checking whether sbrk is declared... yes
checking whether snprintf is declared... yes
checking whether stpcpy is declared... yes
checking whether strnlen is declared... yes
checking whether strstr is declared... yes
checking whether vsnprintf is declared... yes
checking for library containing zlibVersion... no
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for ld used by GCC... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
make[4]: Entering directory '/tmp/sdcc/support/sdbinutils/binutils'
/bin/bash ./../ylwrap arparse.y y.tab.c arparse.c y.tab.h arparse.h y.output arparse.output -- bison -y -d 
updating arparse.h
/bin/bash ./../ylwrap sysinfo.y y.tab.c sysinfo.c y.tab.h sysinfo.h y.output sysinfo.output -- bison -y -d 
/tmp/sdcc/support/sdbinutils/binutils/sysinfo.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
sysinfo.h is unchanged
if [ -r sysinfo.c ]; then \
  gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2  sysinfo.c ; \
else \
  gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2  ./sysinfo.c ; \
fi
/bin/bash ./../ylwrap syslex.l lex.yy.c syslex.c -- flex  
gcc -c -I. -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2  ./syslex_wrap.c
In file included from ./syslex_wrap.c:25:0:
syslex.c: In function 'yy_get_next_buffer':
syslex.c:651:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for ( n = 0; n < max_size && \
                  ^
syslex.c:1187:3: note: in expansion of macro 'YY_INPUT'
   YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
   ^~~~~~~~
In file included from ./syslex_wrap.c:25:0:
syslex.c: In function 'yy_scan_bytes':
syslex.c:1696:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for ( i = 0; i < _yybytes_len; ++i )
                 ^
gcc -g -O2 -g -O2 -o sysinfo sysinfo.o syslex_wrap.o
./sysinfo -d <./sysroff.info >sysroff.h
/bin/bash ./../ylwrap defparse.y y.tab.c defparse.c y.tab.h defparse.h y.output defparse.output -- bison -y -d 
/tmp/sdcc/support/sdbinutils/binutils/defparse.y: warning: 27 shift/reduce conflicts [-Wconflicts-sr]
defparse.h is unchanged
/bin/bash ./../ylwrap rcparse.y y.tab.c rcparse.c y.tab.h rcparse.h y.output rcparse.output -- bison -y -d 
/tmp/sdcc/support/sdbinutils/binutils/rcparse.y: warning: 58 shift/reduce conflicts [-Wconflicts-sr]
/tmp/sdcc/support/sdbinutils/binutils/rcparse.y: warning: 10 reduce/reduce conflicts [-Wconflicts-rr]
updating rcparse.h
/bin/bash ./../ylwrap mcparse.y y.tab.c mcparse.c y.tab.h mcparse.h y.output mcparse.output -- bison -y -d 
/tmp/sdcc/support/sdbinutils/binutils/mcparse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
updating mcparse.h
make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/binutils'
make[5]: Nothing to be done for 'info-am'.
make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/binutils'
make  all-recursive
make[5]: Entering directory '/tmp/sdcc/support/sdbinutils/binutils'
make[6]: Entering directory '/tmp/sdcc/support/sdbinutils/binutils'
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo ./`arparse.c 
mv -f .deps/arparse.Tpo .deps/arparse.Po
/bin/bash ./../ylwrap arlex.l lex.yy.c arlex.c -- flex  
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo ./`arlex.c 
arlex.c: In function 'yy_get_next_buffer':
arlex.c:705:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for ( n = 0; n < max_size && \
                  ^
arlex.c:1309:3: note: in expansion of macro 'YY_INPUT'
   YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
   ^~~~~~~~
arlex.c: In function 'yy_scan_bytes':
arlex.c:1818:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for ( i = 0; i < _yybytes_len; ++i )
                 ^
mv -f .deps/arlex.Tpo .deps/arlex.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ar.o -MD -MP -MF .deps/ar.Tpo -c -o ar.o ar.c
mv -f .deps/ar.Tpo .deps/ar.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT not-ranlib.o -MD -MP -MF .deps/not-ranlib.Tpo -c -o not-ranlib.o not-ranlib.c
mv -f .deps/not-ranlib.Tpo .deps/not-ranlib.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT arsup.o -MD -MP -MF .deps/arsup.Tpo -c -o arsup.o arsup.c
mv -f .deps/arsup.Tpo .deps/arsup.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT rename.o -MD -MP -MF .deps/rename.Tpo -c -o rename.o rename.c
mv -f .deps/rename.Tpo .deps/rename.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT binemul.o -MD -MP -MF .deps/binemul.Tpo -c -o binemul.o binemul.c
mv -f .deps/binemul.Tpo .deps/binemul.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT emul_vanilla.o -MD -MP -MF .deps/emul_vanilla.Tpo -c -o emul_vanilla.o emul_vanilla.c
mv -f .deps/emul_vanilla.Tpo .deps/emul_vanilla.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bucomm.o -MD -MP -MF .deps/bucomm.Tpo -c -o bucomm.o bucomm.c
mv -f .deps/bucomm.Tpo .deps/bucomm.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c
mv -f .deps/version.Tpo .deps/version.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o filemode.c
mv -f .deps/filemode.Tpo .deps/filemode.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2  -static-libstdc++ -static-libgcc -g -O2 -o sdar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl  -ldl 
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o sdar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl -ldl
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT is-ranlib.o -MD -MP -MF .deps/is-ranlib.Tpo -c -o is-ranlib.o is-ranlib.c
mv -f .deps/is-ranlib.Tpo .deps/is-ranlib.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2  -static-libstdc++ -static-libgcc -g -O2 -o sdranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl  -ldl 
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o sdranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -lfl -ldl
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o objcopy.c
mv -f .deps/objcopy.Tpo .deps/objcopy.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT not-strip.o -MD -MP -MF .deps/not-strip.Tpo -c -o not-strip.o not-strip.c
mv -f .deps/not-strip.Tpo .deps/not-strip.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT rddbg.o -MD -MP -MF .deps/rddbg.Tpo -c -o rddbg.o rddbg.c
mv -f .deps/rddbg.Tpo .deps/rddbg.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c
mv -f .deps/debug.Tpo .deps/debug.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT stabs.o -MD -MP -MF .deps/stabs.Tpo -c -o stabs.o stabs.c
mv -f .deps/stabs.Tpo .deps/stabs.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT ieee.o -MD -MP -MF .deps/ieee.Tpo -c -o ieee.o ieee.c
mv -f .deps/ieee.Tpo .deps/ieee.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT rdcoff.o -MD -MP -MF .deps/rdcoff.Tpo -c -o rdcoff.o rdcoff.c
mv -f .deps/rdcoff.Tpo .deps/rdcoff.Po
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT wrstabs.o -MD -MP -MF .deps/wrstabs.Tpo -c -o wrstabs.o wrstabs.c
mv -f .deps/wrstabs.Tpo .deps/wrstabs.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2  -static-libstdc++ -static-libgcc -g -O2 -o sdobjcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  -ldl 
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o sdobjcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT nm.o -MD -MP -MF .deps/nm.Tpo -c -o nm.o nm.c
mv -f .deps/nm.Tpo .deps/nm.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2  -static-libstdc++ -static-libgcc -g -O2 -o sdnm nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  -ldl 
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o sdnm nm.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT is-strip.o -MD -MP -MF .deps/is-strip.Tpo -c -o is-strip.o is-strip.c
mv -f .deps/is-strip.Tpo .deps/is-strip.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2  -static-libstdc++ -static-libgcc -g -O2 -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  -ldl 
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o ieee.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT cxxfilt.o -MD -MP -MF .deps/cxxfilt.Tpo -c -o cxxfilt.o cxxfilt.c
mv -f .deps/cxxfilt.Tpo .deps/cxxfilt.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2  -static-libstdc++ -static-libgcc -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a  -ldl 
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdtest1.o -MD -MP -MF .deps/bfdtest1.Tpo -c -o bfdtest1.o bfdtest1.c
mv -f .deps/bfdtest1.Tpo .deps/bfdtest1.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2  -static-libstdc++ -static-libgcc -g -O2 -o bfdtest1 bfdtest1.o ../bfd/libbfd.la ../libiberty/libiberty.a  -ldl 
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o bfdtest1 bfdtest1.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl
gcc -DHAVE_CONFIG_H -I.  -I. -I. -I../bfd -I./../bfd -I./../include -DLOCALEDIR="\"/usr/local/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -MT bfdtest2.o -MD -MP -MF .deps/bfdtest2.Tpo -c -o bfdtest2.o bfdtest2.c
mv -f .deps/bfdtest2.Tpo .deps/bfdtest2.Po
/bin/bash ./libtool --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2  -static-libstdc++ -static-libgcc -g -O2 -o bfdtest2 bfdtest2.o ../bfd/libbfd.la ../libiberty/libiberty.a  -ldl 
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -g -O2 -static-libstdc++ -static-libgcc -g -O2 -o bfdtest2 bfdtest2.o  ../bfd/.libs/libbfd.a ../libiberty/libiberty.a -ldl
make[6]: Leaving directory '/tmp/sdcc/support/sdbinutils/binutils'
make[5]: Leaving directory '/tmp/sdcc/support/sdbinutils/binutils'
make[4]: Leaving directory '/tmp/sdcc/support/sdbinutils/binutils'
make[3]: Nothing to be done for 'all-target'.
make[3]: Leaving directory '/tmp/sdcc/support/sdbinutils'
make[2]: Leaving directory '/tmp/sdcc/support/sdbinutils'
# in some cases (cygwin) the real binaries are in .libs
for bin in sdar sdranlib sdnm sdobjcopy; do \
  if [ -f support/sdbinutils/binutils/.libs/$bin ]; then \
    cp support/sdbinutils/binutils/.libs/$bin bin; \
  else \
    cp support/sdbinutils/binutils/$bin bin; \
  fi \
done
for lib in support/makebin support/cpp; do make -C $lib; done
make[2]: Entering directory '/tmp/sdcc/support/makebin'
gcc -g -O2 -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I../.. -I./../../support/util -I.  -c -o makebin.o makebin.c
mkdir -p ../../bin
gcc -g -O2 -g -O2 -g -O2 -o ../../bin/makebin makebin.o 
make[2]: Leaving directory '/tmp/sdcc/support/makebin'
make[2]: Entering directory '/tmp/sdcc/support/cpp'
mawk -f ./opt-gather.awk ./sdcpp.opt  > tmp-optionlist
/bin/sh ./move-if-change tmp-optionlist optionlist
echo timestamp > s-options
mawk -f ./opt-functions.awk -f ./opth-gen.awk \
       < optionlist > tmp-options.h
/bin/sh ./move-if-change tmp-options.h options.h
echo timestamp > s-options-h
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. sdcpp.c -o sdcpp.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. sdcpp-opts.c -o sdcpp-opts.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. sdcpp-diagnostic.c -o sdcpp-diagnostic.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. c-ppoutput.c -o c-ppoutput.o
gcc    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. \
  -DGCC_INCLUDE_DIR=\"/include\" -DGPLUSPLUS_INCLUDE_DIR=\"\" -DGPLUSPLUS_TOOL_INCLUDE_DIR=\"/\" -DGPLUSPLUS_BACKWARD_INCLUDE_DIR=\"/backward\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/sys-include\" -DTOOL_INCLUDE_DIR=\"/include\" \
  -c ./cppdefault.c
gcc    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. \
-DPREFIX=\"/usr/local\" \
  -c ./prefix.c
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. version.c -o version.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. opts.c -o opts.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. opts-common.c -o opts-common.o
mawk -f ./opt-functions.awk -f ./optc-gen.awk \
       -v header_name="config.h system.h options.h" < optionlist > options.c
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. options.c -o options.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. c-incpath.c -o c-incpath.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/charset.c -o charset.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/directives.c -o directives.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/errors.c -o errors.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/expr.c -o expr.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/files.c -o files.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/identifiers.c -o identifiers.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/init.c -o init.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/lex.c -o lex.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/line-map.c -o line-map.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/macro.c -o macro.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/mkdeps.c -o mkdeps.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/symtab.c -o symtab.o
gcc -c    -g -O2 -Wall   -DHAVE_CONFIG_H    -I. -I./libcpp -I./libcpp/include -I./../sdbinutils/include -I. libcpp/traditional.c -o traditional.o
rm -rf libcpp.a
ar rc libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o symtab.o traditional.o
ranlib libcpp.a
mkdir -p ../../bin/
gcc    -g -O2 -Wall   -DHAVE_CONFIG_H -g -O2 -o ../../bin/sdcpp sdcpp.o sdcpp-opts.o sdcpp-diagnostic.o c-ppoutput.o cppdefault.o prefix.o version.o opts.o opts-common.o options.o c-incpath.o \
libcpp.a ../sdbinutils/libiberty/libiberty.a 
make[2]: Leaving directory '/tmp/sdcc/support/cpp'
make -C src
make[2]: Entering directory '/tmp/sdcc/src'
mawk -f ./version.awk ../ChangeLog > version.h
bison -y -d -v -o SDCCy.c SDCC.y
flex -8 -f -t SDCC.lex >SDCClex.c
gcc -MM  -I. -I.. -I./../support/util -I. -I. SDCCy.c SDCChasht.c SDCCmain.c SDCCsymt.c SDCCopt.c SDCCast.c SDCCmem.c SDCCval.c SDCCicode.c SDCCbitv.c SDCCset.c SDCClabel.c SDCCBBlock.c SDCCloop.c SDCCcse.c SDCCcflow.c SDCCdflow.c SDCClrange.c SDCCptropt.c SDCCpeeph.c SDCCglue.c SDCCasm.c SDCCmacro.c SDCCutil.c SDCCdebug.c cdbFile.c SDCCdwarf2.c SDCCerr.c SDCCsystem.c SDCCgen.c SDCClex.c ../support/util/NewAlloc.c ../support/util/dbuf.c ../support/util/dbuf_string.c ../support/util/findme.c SDCCbtree.cc SDCClospre.cc SDCCnaddr.cc >Makefile.dep
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c ../support/util/NewAlloc.c -o NewAlloc.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c ../support/util/dbuf.c -o dbuf.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c ../support/util/dbuf_string.c -o dbuf_string.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c ../support/util/findme.c -o findme.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCy.c -o SDCCy.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCChasht.c -o SDCChasht.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCmain.c -o SDCCmain.o
SDCCmain.c: In function 'printVersionInfo':
SDCCmain.c:485:9: warning: unused variable 'i' [-Wunused-variable]
     int i;
         ^
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCsymt.c -o SDCCsymt.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCopt.c -o SDCCopt.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCast.c -o SDCCast.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCmem.c -o SDCCmem.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCval.c -o SDCCval.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCicode.c -o SDCCicode.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCbitv.c -o SDCCbitv.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCset.c -o SDCCset.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCClabel.c -o SDCClabel.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCBBlock.c -o SDCCBBlock.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCloop.c -o SDCCloop.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCcse.c -o SDCCcse.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCcflow.c -o SDCCcflow.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCdflow.c -o SDCCdflow.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCClrange.c -o SDCClrange.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCptropt.c -o SDCCptropt.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCpeeph.c -o SDCCpeeph.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCglue.c -o SDCCglue.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCasm.c -o SDCCasm.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCmacro.c -o SDCCmacro.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCutil.c -o SDCCutil.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCdebug.c -o SDCCdebug.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c cdbFile.c -o cdbFile.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCdwarf2.c -o SDCCdwarf2.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCerr.c -o SDCCerr.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCsystem.c -o SDCCsystem.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCCgen.c -o SDCCgen.o
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I. -c SDCClex.c -o SDCClex.o
g++ -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I.  -c -o SDCCbtree.o SDCCbtree.cc
g++ -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I.  -c -o SDCClospre.o SDCClospre.cc
g++ -pipe -ggdb -g -O2 -Wall -Wno-parentheses  -I. -I.. -I./../support/util -I. -I.  -c -o SDCCnaddr.o SDCCnaddr.cc
make -C z80/
make[3]: Entering directory '/tmp/sdcc/src/z80'
mawk -f ./../SDCCpeeph.awk peeph-gbz80.def > peeph-gbz80.rul
mawk -f ./../SDCCpeeph.awk peeph-z80.def > peeph-z80.rul
mawk -f ./../SDCCpeeph.awk peeph-tlcs90.def > peeph-tlcs90.rul
mawk -f ./../SDCCpeeph.awk peeph.def > peeph.rul
mawk -f ./../SDCCpeeph.awk peeph-r2k.def > peeph-r2k.rul
gcc -MM -I./.. -I.. -I. -I../.. -I./../../support/util -I. gen.c main.c peep.c ralloc.c support.c ralloc2.cc >Makefile.dep
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I./.. -I.. -I. -I../.. -I./../../support/util -I.  -c -o gen.o gen.c
gen.c:259:28: warning: 'ASMOP_IYL' defined but not used [-Wunused-const-variable=]
 static struct asmop *const ASMOP_IYL = &asmop_iyl;
                            ^~~~~~~~~
gen.c:258:28: warning: 'ASMOP_IYH' defined but not used [-Wunused-const-variable=]
 static struct asmop *const ASMOP_IYH = &asmop_iyh;
                            ^~~~~~~~~
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I./.. -I.. -I. -I../.. -I./../../support/util -I.  -c -o main.o main.c
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I./.. -I.. -I. -I../.. -I./../../support/util -I.  -c -o peep.o peep.c
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I./.. -I.. -I. -I../.. -I./../../support/util -I.  -c -o ralloc.o ralloc.c
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -I./.. -I.. -I. -I../.. -I./../../support/util -I.  -c -o support.o support.c
g++ -pipe -ggdb -g -O2 -I./.. -I.. -I. -I../.. -I./../../support/util -I.  -c -o ralloc2.o ralloc2.cc
rm -f port.a
ar rc port.a gen.o main.o peep.o ralloc.o support.o ralloc2.o
ranlib port.a
make[3]: Leaving directory '/tmp/sdcc/src/z80'
g++ -g -O2 -o ../bin/sdcc NewAlloc.o dbuf.o dbuf_string.o findme.o SDCCy.o SDCChasht.o SDCCmain.o SDCCsymt.o SDCCopt.o SDCCast.o SDCCmem.o SDCCval.o SDCCicode.o SDCCbitv.o SDCCset.o SDCClabel.o SDCCBBlock.o SDCCloop.o SDCCcse.o SDCCcflow.o SDCCdflow.o SDCClrange.o SDCCptropt.o SDCCpeeph.o SDCCglue.o SDCCasm.o SDCCmacro.o SDCCutil.o SDCCdebug.o cdbFile.o SDCCdwarf2.o SDCCerr.o SDCCsystem.o SDCCgen.o SDCClex.o SDCCbtree.o SDCClospre.o SDCCnaddr.o z80/port.a  -lm 
make[2]: Leaving directory '/tmp/sdcc/src'
make -C device/include
make[2]: Entering directory '/tmp/sdcc/device/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/sdcc/device/include'
make -C device/non-free/include
make[2]: Entering directory '/tmp/sdcc/device/non-free/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/sdcc/device/non-free/include'
for as in sdas/asz80 sdas/asrab; do make -C $as ; done
make[2]: Entering directory '/tmp/sdcc/sdas/asz80'
gcc -MM -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. z80pst.c z80mch.c z80adr.c ../asxxsrc/asdbg.c ../asxxsrc/asdata.c ../asxxsrc/asexpr.c ../asxxsrc/aslex.c ../asxxsrc/aslist.c ../asxxsrc/asmain.c ../asxxsrc/asout.c ../asxxsrc/assubr.c ../asxxsrc/assym.c ../asxxsrc/asmcro.c ../asxxsrc/sdas.c ../asxxsrc/strcmpi.c ../../support/util/dbuf.c ../../support/util/dbuf_string.c >Makefile.dep
mkdir -p obj
touch obj/.stamp
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/z80pst.o z80pst.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/z80mch.o z80mch.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/z80adr.o z80adr.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asdbg.o ../asxxsrc/asdbg.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asdata.o ../asxxsrc/asdata.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asexpr.o ../asxxsrc/asexpr.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/aslex.o ../asxxsrc/aslex.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/aslist.o ../asxxsrc/aslist.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asmain.o ../asxxsrc/asmain.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asout.o ../asxxsrc/asout.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/assubr.o ../asxxsrc/assubr.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/assym.o ../asxxsrc/assym.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asmcro.o ../asxxsrc/asmcro.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/sdas.o ../asxxsrc/sdas.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/strcmpi.o ../asxxsrc/strcmpi.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/dbuf.o ../../support/util/dbuf.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/dbuf_string.o ../../support/util/dbuf_string.c
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -g -O2 -g -O2 -o ../../bin/sdasz80 obj/z80pst.o obj/z80mch.o obj/z80adr.o obj/asdbg.o obj/asdata.o obj/asexpr.o obj/aslex.o obj/aslist.o obj/asmain.o obj/asout.o obj/assubr.o obj/assym.o obj/asmcro.o obj/sdas.o obj/strcmpi.o obj/dbuf.o obj/dbuf_string.o -lm
make[2]: Leaving directory '/tmp/sdcc/sdas/asz80'
make[2]: Entering directory '/tmp/sdcc/sdas/asrab'
gcc -MM -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. rabpst.c rabmch.c rabadr.c ../asxxsrc/asdbg.c ../asxxsrc/asdata.c ../asxxsrc/asexpr.c ../asxxsrc/aslex.c ../asxxsrc/aslist.c ../asxxsrc/asmain.c ../asxxsrc/asout.c ../asxxsrc/assubr.c ../asxxsrc/assym.c ../asxxsrc/asmcro.c ../asxxsrc/sdas.c ../asxxsrc/strcmpi.c ../../support/util/dbuf.c ../../support/util/dbuf_string.c >Makefile.dep
mkdir -p obj
touch obj/.stamp
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/rabpst.o rabpst.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/rabmch.o rabmch.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/rabadr.o rabadr.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asdbg.o ../asxxsrc/asdbg.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asdata.o ../asxxsrc/asdata.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asexpr.o ../asxxsrc/asexpr.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/aslex.o ../asxxsrc/aslex.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/aslist.o ../asxxsrc/aslist.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asmain.o ../asxxsrc/asmain.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asout.o ../asxxsrc/asout.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/assubr.o ../asxxsrc/assubr.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/assym.o ../asxxsrc/assym.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/asmcro.o ../asxxsrc/asmcro.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/sdas.o ../asxxsrc/sdas.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/strcmpi.o ../asxxsrc/strcmpi.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/dbuf.o ../../support/util/dbuf.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/dbuf_string.o ../../support/util/dbuf_string.c
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DSDCDB -DNOICE -DINDEXLIB -I. -I. -I./../asxxsrc -I./../../support/util  -I. -I../.. -I./../../support/util -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -g -O2 -g -O2 -o ../../bin/sdasrab obj/rabpst.o obj/rabmch.o obj/rabadr.o obj/asdbg.o obj/asdata.o obj/asexpr.o obj/aslex.o obj/aslist.o obj/asmain.o obj/asout.o obj/assubr.o obj/assym.o obj/asmcro.o obj/sdas.o obj/strcmpi.o obj/dbuf.o obj/dbuf_string.o -lm
make[2]: Leaving directory '/tmp/sdcc/sdas/asrab'
make -C sdas/linksrc sdcc-ldz80 sdcc-ldz80
make[2]: Entering directory '/tmp/sdcc/sdas/linksrc'
gcc -MM -I.. -I./..  -I. -I../.. -I./../../support/util -I. lk_readnl.c lkaomf51.c lkar.c lkarea.c lkdata.c lkelf.c lkeval.c lkhead.c lklex.c lklib.c lklibr.c lklist.c lkmain.c lkmem.c lknoice.c lkout.c lkrel.c lkrloc.c lkrloc3.c lks19.c lksdcclib.c lksym.c sdld.c lksdcdb.c lkbank.c ../asxxsrc/strcmpi.c >Makefile.dep
mkdir -p obj
touch obj/.stamp
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lk_readnl.o lk_readnl.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkaomf51.o lkaomf51.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkar.o lkar.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkarea.o lkarea.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkdata.o lkdata.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkelf.o lkelf.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkeval.o lkeval.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkhead.o lkhead.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lklex.o lklex.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lklib.o lklib.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lklibr.o lklibr.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lklist.o lklist.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkmain.o lkmain.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkmem.o lkmem.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lknoice.o lknoice.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkout.o lkout.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkrel.o lkrel.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkrloc.o lkrloc.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkrloc3.o lkrloc3.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lks19.o lks19.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lksdcclib.o lksdcclib.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lksym.o lksym.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/sdld.o sdld.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lksdcdb.o lksdcdb.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/lkbank.o lkbank.c
gcc -c -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -o obj/strcmpi.o ../asxxsrc/strcmpi.c
gcc -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -DINDEXLIB -DUNIX -I. -I. -fms-extensions  -pipe -ggdb -g -O2 -Wall -Wno-parentheses -g -O2 -g -O2 -o ../../bin/sdld obj/lk_readnl.o obj/lkaomf51.o obj/lkar.o obj/lkarea.o obj/lkdata.o obj/lkelf.o obj/lkeval.o obj/lkhead.o obj/lklex.o obj/lklib.o obj/lklibr.o obj/lklist.o obj/lkmain.o obj/lkmem.o obj/lknoice.o obj/lkout.o obj/lkrel.o obj/lkrloc.o obj/lkrloc3.o obj/lks19.o obj/lksdcclib.o obj/lksym.o obj/sdld.o obj/lksdcdb.o obj/lkbank.o  obj/strcmpi.o
cp -p ../../bin/sdld ../../bin/sdldz80
make[2]: Nothing to be done for 'sdcc-ldz80'.
make[2]: Leaving directory '/tmp/sdcc/sdas/linksrc'
make -C support/scripts
make[2]: Entering directory '/tmp/sdcc/support/scripts'
cp ./as2gbmap.py ../../bin/as2gbmap && chmod +x ../../bin/as2gbmap
make[2]: Leaving directory '/tmp/sdcc/support/scripts'
make[1]: Leaving directory '/tmp/sdcc'
cd /tmp/sdcc && mv ./bin/sdcc  /home/build/z88dk/build/z88dk/bin/zsdcc
cd /tmp/sdcc && mv ./bin/sdcpp /home/build/z88dk/build/z88dk/bin/zsdcpp
rm -f -fR /tmp/sdcc
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 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.. -mr2k -x/home/build/z88dk/build/z88dk/libsrc//rcmx000_crt0.lib @rcm.lst
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I.. --IXIY -D__SDCC_IX -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 -mz180 @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 fast integer maths library ---

TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//fastmath.lib @fastmath.lst
TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//fastmath_ixiy.lib @fastmath.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]
make[1]: Nothing to be done for 'all'.
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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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 Timex TS2068 Maths Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORts2068 -x/home/build/z88dk/build/z88dk/libsrc//m2068 @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'.
make[1]: 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'.
make[1]: 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 ---

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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: Nothing to be done for 'all'.
TARGET=ace TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORace -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//ace_clib.lib @./ace.lst

--- Building Jupiter Ace Graphics Library ---

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

--- Building Jupiter Ace UDG based Graphics Library ---

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

--- Building Mattel Aquarius Library (& 80x72 GFX) ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[1]: 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 Mattel Aquarius 80x48 Graphics lib ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORaq48 -x/home/build/z88dk/build/z88dk/libsrc//gfxaq48 @./gfxaq48.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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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 Otrona Attache Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORattache -x/home/build/z88dk/build/z88dk/libsrc//gfxattache @./gfxattache.lst
TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORattache -x/home/build/z88dk/build/z88dk/libsrc//attache @./attache.lst

--- Building Osborne 1 graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORosborne1 -x/home/build/z88dk/build/z88dk/libsrc//gfxosborne1 @./gfxosborne1.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 Casio FP-1100 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'.
make[1]: Nothing to be done for 'all'.
TARGET=fp1100 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORfp1100 -x/home/build/z88dk/build/z88dk/libsrc//fp1100_clib @./fp1100.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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: Nothing to be done for 'all'.
TARGET=mz TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmz -x/home/build/z88dk/build/z88dk/libsrc//mz_clib @./mz.lst

--- Building Sharp MZ-2500 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'.
make[1]: Nothing to be done for 'all'.
TARGET=mz2500 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmz2500 -x/home/build/z88dk/build/z88dk/libsrc//mz2500_clib @./mz2500.lst

--- Building Sharp X1 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'.
make[1]: 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//x1_clib @./x1.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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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 PC8801 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'.
make[1]: Nothing to be done for 'all'.
TARGET=pc88 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpc88 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pc88_clib @./pc88.lst

--- Building PC8801 160x100 graphics Library ---

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

--- Building PC8801 640x200 Mono Graphics Library ---

z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpc88hr200 -x/home/build/z88dk/build/z88dk/libsrc//gfxpc88hr200 @./gfxpc88hr200.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'.
make[1]: 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'.
make[1]: 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 Bandai RX78 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'.
make[1]: Nothing to be done for 'all'.
TARGET=rx78 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORrx78 -x/home/build/z88dk/build/z88dk/libsrc//rx78_clib @./rx78.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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: Nothing to be done for 'all'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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 ---

make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
make[2]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all'.
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'.
make[1]: 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'.
make[1]: Nothing to be done for 'all'.
TARGET=vg5k TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DFORvg5k -DSTANDARDESCAPECHARS -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'.
make[1]: 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
z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORvz -DBLOCKgfx -x/home/build/z88dk/build/z88dk/libsrc//gfxvzblock @./gfxvzblock.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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: Nothing to be done for 'all'.
TARGET=kc TYPE=ixiy z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ --IXIY -DSTANDARDESCAPECHARS -DFORkc -x/home/build/z88dk/build/z88dk/libsrc//kc_clib @./kc.lst

--- Building Casio PV-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'.
make[1]: Nothing to be done for 'all'.
TARGET=pv1000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORpv1000 -x/home/build/z88dk/build/z88dk/libsrc//pv1000_clib @./pv1000.lst

--- Building Casio PV-2000 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'.
make[1]: Nothing to be done for 'all'.
TARGET=pv2000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORpv2000 -x/home/build/z88dk/build/z88dk/libsrc//pv2000_clib @./pv2000.lst

--- Building Colecovision 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'.
make[1]: Nothing to be done for 'all'.
TARGET=coleco TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORcoleco -x/home/build/z88dk/build/z88dk/libsrc//coleco_clib @./coleco.lst

--- Building Mitsubishi Multi8 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'.
make[1]: Nothing to be done for 'all'.
TARGET=multi8 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmulti8 -x/home/build/z88dk/build/z88dk/libsrc//multi8_clib @./multi8.lst

--- Building Triump Adler Alphatronic PC 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'.
make[1]: Nothing to be done for 'all'.
TARGET=alphatro TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORalphatro -x/home/build/z88dk/build/z88dk/libsrc//alphatro_clib @./alphatro.lst

--- Building Samsung SPC-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'.
make[1]: Nothing to be done for 'all'.
TARGET=spc1000 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORspc1000 -x/home/build/z88dk/build/z88dk/libsrc//spc1000_clib @./spc1000.lst

--- Building VTech Laser 350/500/700 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'.
make[1]: Nothing to be done for 'all'.
TARGET=laser500 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORlaser500 -x/home/build/z88dk/build/z88dk/libsrc//laser500_clib @./laser500.lst

--- Building Super80 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'.
make[1]: Nothing to be done for 'all'.
TARGET=super80 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsuper80 -x/home/build/z88dk/build/z88dk/libsrc//super80_clib @./super80.lst

--- Building Super80 VDUEM 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'.
make[1]: Nothing to be done for 'all'.
TARGET=super80 TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsuper80 -x/home/build/z88dk/build/z88dk/libsrc//super80_vduem_clib @./super80_vduem.lst

--- Building Coleco Adam Library ---

TARGET=coleco TYPE=z80 z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORcoleco -x/home/build/z88dk/build/z88dk/libsrc//adam @./adam.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 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: 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'.
make[1]: Nothing to be done for 'all'.
TARGET=rcmx000 TYPE=r2k z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2k -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 -mz180  -xlib/sccz80/yaz180 @target/yaz180/library/yaz180_sccz80.lst
z80asm -mz180  -xlib/sdcc_ix/yaz180 -D__SDCC -D__SDCC_IX @target/yaz180/library/yaz180_sdcc_ix.lst
z80asm -mz180  --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 -mz180  -xlib/sccz80/z180 @target/z180/library/z180_sccz80.lst
z80asm -mz180  -xlib/sdcc_ix/z180 -D__SDCC -D__SDCC_IX @target/z180/library/z180_sdcc_ix.lst
z80asm -mz180  --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 -mz80-zxn  -xlib/sccz80/zxn @target/zxn/library/zxn_sccz80.lst
z80asm -mz80-zxn  -xlib/sdcc_ix/zxn -D__SDCC -D__SDCC_IX @target/zxn/library/zxn_sdcc_ix.lst
z80asm -mz80-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/include/_DEVELOPMENT'
cp -r sccz80/adt ../
cp -r sccz80/alloc ../
cp -r sccz80/arch/zx/esxdos.h ../arch/zx/esxdos.h
cp -r sccz80/arch/zxn/esxdos.h ../arch/zxn/esxdos.h
make: Leaving directory '/home/build/z88dk/build/z88dk/include/_DEVELOPMENT'
make: Entering directory '/home/build/z88dk/build/z88dk/testsuite'
make: Nothing to be done for 'all'.
make: Leaving directory '/home/build/z88dk/build/z88dk/testsuite'
make: Entering directory '/home/build/z88dk/build/z88dk/test'
make -C suites all
make[1]: Entering directory '/home/build/z88dk/build/z88dk/test/suites'
make -C string all
make[2]: Entering directory '/home/build/z88dk/build/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
zcc +test -vn  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c strstr.c strcmp.c strncmp.c main.c strrstr.c strrev.c strlcpy.c strlcat.c stricmp.c -o test.bin -lndos 
 03:12:24  Starting test 
Starting suite Strcmp Tests (3 tests)
3 run, 3 passed, 0 failed
Starting suite Stricmp Tests (5 tests)
5 run, 5 passed, 0 failed
Starting suite Strcasecmp Tests (5 tests)
5 run, 5 passed, 0 failed
Starting suite Strncmp Tests (4 tests)
4 run, 4 passed, 0 failed
Starting suite strstr Tests (6 tests)
6 run, 6 passed, 0 failed
Starting suite strrstr Tests (6 tests)
6 run, 6 passed, 0 failed
Starting suite Strlcpy Tests (2 tests)
2 run, 2 passed, 0 failed
Starting suite Strlcat Tests (3 tests)
3 run, 3 passed, 0 failed
Starting suite strrev Tests (5 tests)
5 run, 5 passed, 0 failed

Ticks: 988223
 03:12:24  Test completed 
zcc +test -vn -clib=rabbit  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c strstr.c strcmp.c strncmp.c main.c strrstr.c strrev.c strlcpy.c strlcat.c stricmp.c -o test_rcm.bin -lndos  -m
 03:12:24  Starting Rabbit test 
Starting suite Strcmp Tests (3 tests)
3 run, 3 passed, 0 failed
Starting suite Stricmp Tests (5 tests)
5 run, 5 passed, 0 failed
Starting suite Strcasecmp Tests (5 tests)
5 run, 5 passed, 0 failed
Starting suite Strncmp Tests (4 tests)
4 run, 4 passed, 0 failed
Starting suite strstr Tests (6 tests)
6 run, 6 passed, 0 failed
Starting suite strrstr Tests (6 tests)
6 run, 6 passed, 0 failed
Starting suite Strlcpy Tests (2 tests)
2 run, 2 passed, 0 failed
Starting suite Strlcat Tests (3 tests)
3 run, 3 passed, 0 failed
Starting suite strrev Tests (5 tests)
5 run, 5 passed, 0 failed

Ticks: 592222
 03:12:25  Rabbit test completed 
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/string'
make -C ctype all
make[2]: Entering directory '/home/build/z88dk/build/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
zcc +test -vn  -DHAVE_ISXDIGIT -DHAVE_ISUPPER -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isxdigit.c test_isupper.c main.c -o test1.bin -lndos 
 03:12:26  Starting test 
Starting suite isxdigit (256 tests)
256 run, 256 passed, 0 failed
Starting suite isupper (256 tests)
256 run, 256 passed, 0 failed

Ticks: 1355951
 03:12:26  Test completed 
zcc +test -vn  -DHAVE_ISSPACE -DHAVE_ISPUNCT -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isspace.c test_ispunct.c main.c -o test2.bin -lndos 
 03:12:28  Starting test 
Starting suite isspace (256 tests)
256 run, 256 passed, 0 failed
Starting suite ispunct (256 tests)
256 run, 256 passed, 0 failed

Ticks: 1363823
 03:12:28  Test completed 
zcc +test -vn  -DHAVE_ISPRINT -DHAVE_ISLOWER -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isprint.c test_islower.c main.c -o test3.bin -lndos 
 03:12:30  Starting test 
Starting suite isprint (256 tests)
256 run, 256 passed, 0 failed
Starting suite islower (256 tests)
256 run, 256 passed, 0 failed

Ticks: 1343008
 03:12:30  Test completed 
zcc +test -vn  -DHAVE_ISGRAPH -DHAVE_ISDIGIT -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isgraph.c test_isdigit.c main.c -o test4.bin -lndos 
 03:12:32  Starting test 
Starting suite isgraph (256 tests)
256 run, 256 passed, 0 failed
Starting suite isdigit (256 tests)
256 run, 256 passed, 0 failed

Ticks: 1344085
 03:12:32  Test completed 
zcc +test -vn  -DHAVE_ISCNTRL -DHAVE_ISASCII -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_iscntrl.c test_isascii.c main.c -o test5.bin -lndos 
 03:12:33  Starting test 
Starting suite iscntrl (256 tests)
256 run, 256 passed, 0 failed
Starting suite isascii (256 tests)
256 run, 256 passed, 0 failed

Ticks: 1332316
 03:12:33  Test completed 
zcc +test -vn  -DHAVE_ISALPHA -DHAVE_ISALNUM -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isalpha.c test_isalnum.c main.c -o test6.bin -lndos 
 03:12:35  Starting test 
Starting suite isalpha (256 tests)
256 run, 256 passed, 0 failed
Starting suite isalnum (256 tests)
256 run, 256 passed, 0 failed

Ticks: 1357956
 03:12:35  Test completed 
zcc +test -vn  -DHAVE_ISBDIGIT -DHAVE_ISODIGIT -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isbdigit.c test_isodigit.c main.c -o test7.bin -lndos 
 03:12:37  Starting test 
Starting suite isbdigit (256 tests)
256 run, 256 passed, 0 failed
Starting suite isodigit (256 tests)
256 run, 256 passed, 0 failed

Ticks: 1347369
 03:12:37  Test completed 
zcc +test -vn -clib=rabbit  -DHAVE_ISXDIGIT -DHAVE_ISUPPER -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isxdigit.c test_isupper.c main.c -o test1_rcm.bin -lndos  -m
 03:12:39  Starting Rabbit test 
Starting suite isxdigit (256 tests)
256 run, 256 passed, 0 failed
Starting suite isupper (256 tests)
256 run, 256 passed, 0 failed

Ticks: 700045
 03:12:39  Rabbit test completed 
zcc +test -vn -clib=rabbit  -DHAVE_ISSPACE -DHAVE_ISPUNCT -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isspace.c test_ispunct.c main.c -o test2_rcm.bin -lndos  -m
 03:12:41  Starting Rabbit test 
Starting suite isspace (256 tests)
256 run, 256 passed, 0 failed
Starting suite ispunct (256 tests)
256 run, 256 passed, 0 failed

Ticks: 703873
 03:12:41  Rabbit test completed 
zcc +test -vn -clib=rabbit  -DHAVE_ISPRINT -DHAVE_ISLOWER -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isprint.c test_islower.c main.c -o test3_rcm.bin -lndos  -m
 03:12:42  Starting Rabbit test 
Starting suite isprint (256 tests)
256 run, 256 passed, 0 failed
Starting suite islower (256 tests)
256 run, 256 passed, 0 failed

Ticks: 693260
 03:12:42  Rabbit test completed 
zcc +test -vn -clib=rabbit  -DHAVE_ISGRAPH -DHAVE_ISDIGIT -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isgraph.c test_isdigit.c main.c -o test4_rcm.bin -lndos  -m
 03:12:44  Starting Rabbit test 
Starting suite isgraph (256 tests)
256 run, 256 passed, 0 failed
Starting suite isdigit (256 tests)
256 run, 256 passed, 0 failed

Ticks: 693865
 03:12:44  Rabbit test completed 
zcc +test -vn -clib=rabbit  -DHAVE_ISCNTRL -DHAVE_ISASCII -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_iscntrl.c test_isascii.c main.c -o test5_rcm.bin -lndos  -m
 03:12:46  Starting Rabbit test 
Starting suite iscntrl (256 tests)
256 run, 256 passed, 0 failed
Starting suite isascii (256 tests)
256 run, 256 passed, 0 failed

Ticks: 686086
 03:12:46  Rabbit test completed 
zcc +test -vn -clib=rabbit  -DHAVE_ISALPHA -DHAVE_ISALNUM -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isalpha.c test_isalnum.c main.c -o test6_rcm.bin -lndos  -m
 03:12:48  Starting Rabbit test 
Starting suite isalpha (256 tests)
256 run, 256 passed, 0 failed
Starting suite isalnum (256 tests)
256 run, 256 passed, 0 failed

Ticks: 700719
 03:12:48  Rabbit test completed 
zcc +test -vn -clib=rabbit  -DHAVE_ISBDIGIT -DHAVE_ISODIGIT -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c test_isbdigit.c test_isodigit.c main.c -o test7_rcm.bin -lndos  -m
 03:12:49  Starting Rabbit test 
Starting suite isbdigit (256 tests)
256 run, 256 passed, 0 failed
Starting suite isodigit (256 tests)
256 run, 256 passed, 0 failed

Ticks: 696053
 03:12:49  Rabbit test completed 
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/ctype'
make -C stdio all
make[2]: Entering directory '/home/build/z88dk/build/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
zcc +test -vn  -I../../framework   scanf.c ../../framework/test.c -o test_scanf.bin -lndos 
 03:12:50  Starting test 
Starting suite Scanf Tests (2 tests)
Running test test_scanf_d..-32000 -31000 -30000 -29000 -28000 -27000 -26000 -25000 -24000 -23000 -22000 -21000 -20000 -19000 -18000 -17000 -16000 -15000 -14000 -13000 -12000 -11000 -10000 -9000 -8000 -7000 -6000 -5000 -4000 -3000 -2000 -1000 0 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 29000 30000 31000 32000 ...passed
Running test test_scanf_ws.....passed
2 run, 2 passed, 0 failed

Ticks: 3959247820
 03:13:01  Test completed 
zcc +test -vn -lm -I../../framework   sprintf.c ../../framework/test.c -o test_sprintf.bin -lndos 
 03:13:02  Starting test 
Starting suite Sprintf Tests (7 tests)
Running test test_sprintf_s..Testing <%s> expect <HelloWorld> got <HelloWorld>
Testing <%.3s> expect <Hel> got <Hel>
Testing <%20s> expect <          HelloWorld> got <          HelloWorld>
Testing <%-20s> expect <HelloWorld          > got <HelloWorld          >
...passed
Running test test_sprintf_int..Testing <%d> expect <233> got <233>
Testing <%u> expect <233> got <233>
Testing <%x> expect <e9> got <e9>
Testing <%#x> expect <0xe9> got <0xe9>
Testing <%X> expect <E9> got <E9>
Testing <%#X> expect <0XE9> got <0XE9>
Testing <%o> expect <351> got <351>
Testing <%#o> expect <0351> got <0351>
Testing <%B> expect <11101001> got <11101001>
Testing <%10d> expect <       233> got <       233>
Testing <%10X> expect <        E9> got <        E9>
Testing <%+B> expect <11101001> got <11101001>
Testing <%+X> expect <E9> got <E9>
Testing <%-10d> expect <233       > got <233       >
Testing <%+-10d> expect <+233      > got <+233      >
Testing <% -10d> expect < 233      > got < 233      >
Testing <%10.1d> expect <       233> got <       233>
...passed
Running test test_sprintf_int_negative..Testing <%d> expect <-233> got <-233>
Testing <%u> expect <65303> got <65303>
Testing <%x> expect <ff17> got <ff17>
Testing <%X> expect <FF17> got <FF17>
Testing <%o> expect <177427> got <177427>
Testing <%B> expect <1111111100010111> got <1111111100010111>
Testing <%10d> expect <      -233> got <      -233>
Testing <%10X> expect <      FF17> got <      FF17>
Testing <%+B> expect <1111111100010111> got <1111111100010111>
Testing <%+X> expect <FF17> got <FF17>
Testing <%+u> expect <+65303> got <+65303>
Testing <%-10d> expect <-233      > got <-233      >
Testing <%+-10d> expect <-233      > got <-233      >
Testing <% -10d> expect <-233      > got <-233      >
Testing <%10.1d> expect <      -233> got <      -233>
...passed
Running test test_sprintf_long_positive..Testing <%ld> expect <233000> got <233000>
Testing <%lx> expect <38e28> got <38e28>
Testing <%lX> expect <38E28> got <38E28>
Testing <%lo> expect <707050> got <707050>
Testing <%lB> expect <111000111000101000> got <111000111000101000>
Testing <%10ld> expect <    233000> got <    233000>
Testing <%10lX> expect <     38E28> got <     38E28>
Testing <%+lB> expect <111000111000101000> got <111000111000101000>
Testing <%+lX> expect <38E28> got <38E28>
Testing <%-10ld> expect <233000    > got <233000    >
Testing <%+-10ld> expect <+233000   > got <+233000   >
Testing <% -10ld> expect < 233000   > got < 233000   >
Testing <%10.1ld> expect <    233000> got <    233000>
...passed
Running test test_sprintf_double..Testing <%f> expect <1.234500> got <1.234500>
Testing <% f> expect <1.234500> got <1.234500>
Testing <%0f> expect <1.234500> got <1.234500>
Testing <%e> expect <1.234500e0> got <1.234500e0>
Testing <%.3f> expect <1.235> got <1.235>
Testing <%10.3f> expect <     1.235> got <     1.235>
Testing <%-10.3f> expect <1.235     > got <1.235     >
...passed
Running test test_sprintf_precision_parameter.....passed
Running test test_sprintf_n.....passed
7 run, 7 passed, 0 failed

Ticks: 6657793
 03:13:02  Test completed 
zcc +test -vn -clib=rabbit  -I../../framework   scanf.c ../../framework/test.c -o test_scanf_rcm.bin -lndos  -m
 03:13:02  Starting Rabbit test 
Starting suite Scanf Tests (2 tests)
Running test test_scanf_d..-32000 -31000 -30000 -29000 -28000 -27000 -26000 -25000 -24000 -23000 -22000 -21000 -20000 -19000 -18000 -17000 -16000 -15000 -14000 -13000 -12000 -11000 -10000 -9000 -8000 -7000 -6000 -5000 -4000 -3000 -2000 -1000 0 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 29000 30000 31000 32000 ...passed
Running test test_scanf_ws.....passed
2 run, 2 passed, 0 failed

Ticks: 2020445433
 03:13:13  Rabbit test completed 
zcc +test -vn -clib=rabbit -lm -I../../framework   sprintf.c ../../framework/test.c -o test_sprintf_rcm.bin -lndos  -m
 03:13:13  Starting Rabbit test 
Starting suite Sprintf Tests (6 tests)
Running test test_sprintf_s..Testing <%s> expect <HelloWorld> got <HelloWorld>
Testing <%.3s> expect <Hel> got <Hel>
Testing <%20s> expect <          HelloWorld> got <          HelloWorld>
Testing <%-20s> expect <HelloWorld          > got <HelloWorld          >
...passed
Running test test_sprintf_int..Testing <%d> expect <233> got <233>
Testing <%u> expect <233> got <233>
Testing <%x> expect <e9> got <e9>
Testing <%#x> expect <0xe9> got <0xe9>
Testing <%X> expect <E9> got <E9>
Testing <%#X> expect <0XE9> got <0XE9>
Testing <%o> expect <351> got <351>
Testing <%#o> expect <0351> got <0351>
Testing <%B> expect <11101001> got <11101001>
Testing <%10d> expect <       233> got <       233>
Testing <%10X> expect <        E9> got <        E9>
Testing <%+B> expect <11101001> got <11101001>
Testing <%+X> expect <E9> got <E9>
Testing <%-10d> expect <233       > got <233       >
Testing <%+-10d> expect <+233      > got <+233      >
Testing <% -10d> expect < 233      > got < 233      >
Testing <%10.1d> expect <       233> got <       233>
...passed
Running test test_sprintf_int_negative..Testing <%d> expect <-233> got <-233>
Testing <%u> expect <65303> got <65303>
Testing <%x> expect <ff17> got <ff17>
Testing <%X> expect <FF17> got <FF17>
Testing <%o> expect <177427> got <177427>
Testing <%B> expect <1111111100010111> got <1111111100010111>
Testing <%10d> expect <      -233> got <      -233>
Testing <%10X> expect <      FF17> got <      FF17>
Testing <%+B> expect <1111111100010111> got <1111111100010111>
Testing <%+X> expect <FF17> got <FF17>
Testing <%+u> expect <+65303> got <+65303>
Testing <%-10d> expect <-233      > got <-233      >
Testing <%+-10d> expect <-233      > got <-233      >
Testing <% -10d> expect <-233      > got <-233      >
Testing <%10.1d> expect <      -233> got <      -233>
...passed
Running test test_sprintf_long_positive..Testing <%ld> expect <233000> got <233000>
Testing <%lx> expect <38e28> got <38e28>
Testing <%lX> expect <38E28> got <38E28>
Testing <%lo> expect <707050> got <707050>
Testing <%lB> expect <111000111000101000> got <111000111000101000>
Testing <%10ld> expect <    233000> got <    233000>
Testing <%10lX> expect <     38E28> got <     38E28>
Testing <%+lB> expect <111000111000101000> got <111000111000101000>
Testing <%+lX> expect <38E28> got <38E28>
Testing <%-10ld> expect <233000    > got <233000    >
Testing <%+-10ld> expect <+233000   > got <+233000   >
Testing <% -10ld> expect < 233000   > got < 233000   >
Testing <%10.1ld> expect <    233000> got <    233000>
...passed
Running test test_sprintf_precision_parameter.....passed
Running test test_sprintf_n.....passed
6 run, 6 passed, 0 failed

Ticks: 2930841
 03:13:13  Rabbit test completed 
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/stdio'
make -C stdlib all
make[2]: Entering directory '/home/build/z88dk/build/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
zcc +test -vn  -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c strtol.c abs.c isqrt.c unbcd.c main.c -o test.bin -lndos 
 03:13:15  Starting test 
Starting suite abs() Tests (5 tests)
5 run, 5 passed, 0 failed
Starting suite isqrt tests (256 tests)
256 run, 256 passed, 0 failed
Starting suite isqrt tests - 2 (69 tests)
69 run, 69 passed, 0 failed
Starting suite strto.l() Tests (2 tests)
Testing: -30000
Testing: 30000
Testing: 20abcd
Testing: ffff
Testing: -30000
Testing: 30000
Testing: 20abcd
Testing: ffff
2 run, 2 passed, 0 failed
Starting suite unbcd() Tests (1 tests)
Testing: 0001
Testing: 0011
Testing: 0111
Testing: 1111
Testing: 9999
1 run, 1 passed, 0 failed

Ticks: 1849343
 03:13:15  Test completed 
zcc +test -vn -clib=rabbit  -I../../framework   -DMAX_TESTS=300 -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c strtol.c abs.c isqrt.c unbcd.c main.c -o test_rcm.bin -lndos  -m
 03:13:17  Starting Rabbit test 
Starting suite abs() Tests (5 tests)
5 run, 5 passed, 0 failed
Starting suite isqrt tests (256 tests)
256 run, 256 passed, 0 failed
Starting suite isqrt tests - 2 (69 tests)
69 run, 69 passed, 0 failed
Starting suite strto.l() Tests (2 tests)
Testing: -30000
Testing: 30000
Testing: 20abcd
Testing: ffff
Testing: -30000
Testing: 30000
Testing: 20abcd
Testing: ffff
2 run, 2 passed, 0 failed
Starting suite unbcd() Tests (1 tests)
Testing: 0001
Testing: 0011
Testing: 0111
Testing: 1111
Testing: 9999
1 run, 1 passed, 0 failed

Ticks: 1001120
 03:13:17  Rabbit test completed 
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/stdlib'
make -C math all
make[2]: Entering directory '/home/build/z88dk/build/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
zcc +test -vn  -DGENMATH -DMATH_LIBRARY="\"\\\"Genmath\\\"\"" -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED  ../../framework/test.c math.c -o test_genmath.bin -lndos  -lm
 03:13:17  Starting test 
Starting suite Genmath Tests (10 tests)
10 run, 10 passed, 0 failed

Ticks: 7316990
 03:13:17  Test completed 
zcc +test -vn  -DMATH48 -DMATH_LIBRARY="\"\\\"Math48\\\"\"" -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED  ../../framework/test.c math.c -o test_math48.bin -lndos  -lmath48
 03:13:18  Starting test 
Starting suite Math48 Tests (10 tests)
10 run, 10 passed, 0 failed

Ticks: 6912744
 03:13:18  Test completed 
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/math'
make -C regex all
make[2]: Entering directory '/home/build/z88dk/build/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
zcc +test -vn  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c regex.c -o test.bin -lndos 
 03:13:18  Starting test 
Starting suite Regex Tests (1 tests)
Testing <abracadabra$> against <abracadabracadabra> expect 1
Testing <aBrAcAdAbRa$> against <AbRaCaDaBrA> expect 0
Testing <aBrAc> against <ABRA2abra3abrac> expect 0
Testing <a...b> against <abababbb> expect 1
Testing <XXXXXX> against <..XXXXXX> expect 1
Testing <^abc> against <xa> expect 0
Testing <^a> against <ax> expect 1
Testing <\^a> against <a^a> expect 1
Testing <a\^> against <a^a> expect 1
Testing <a$> against <aa$> expect 0
Testing <a$> against <aa> expect 1
Testing <a\$> against <aa> expect 0
Testing <a\$> against <a$> expect 1
Testing <.*> against <abcdef> expect 1
1 run, 1 passed, 0 failed

Ticks: 1978633
 03:13:18  Test completed 
zcc +test -vn -clib=rabbit  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c regex.c -o test_rcm.bin -lndos  -m
 03:13:18  Starting Rabbit test 
Starting suite Regex Tests (1 tests)
Testing <abracadabra$> against <abracadabracadabra> expect 1
Testing <aBrAcAdAbRa$> against <AbRaCaDaBrA> expect 0
Testing <aBrAc> against <ABRA2abra3abrac> expect 0
Testing <a...b> against <abababbb> expect 1
Testing <XXXXXX> against <..XXXXXX> expect 1
Testing <^abc> against <xa> expect 0
Testing <^a> against <ax> expect 1
Testing <\^a> against <a^a> expect 1
Testing <a\^> against <a^a> expect 1
Testing <a$> against <aa$> expect 0
Testing <a$> against <aa> expect 1
Testing <a\$> against <aa> expect 0
Testing <a\$> against <a$> expect 1
Testing <.*> against <abcdef> expect 1
1 run, 1 passed, 0 failed

Ticks: 1085452
 03:13:18  Rabbit test completed 
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/regex'
make -C sccz80 all
make[2]: Entering directory '/home/build/z88dk/build/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
zcc +test -vn  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c mult.c -o test_mult.bin -lndos 
 03:13:18  Starting test 
Starting suite Multiplication Tests (1 tests)
1 run, 1 passed, 0 failed

Ticks: 116276
 03:13:18  Test completed 
zcc +test -vn -lm -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c callee.c -o test_callee.bin -lndos 
 03:13:19  Starting test 
Starting suite Callee Tests (1 tests)
1 run, 1 passed, 0 failed

Ticks: 108858
 03:13:19  Test completed 
zcc +test -vn  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c lshift.c -o test_lshift.bin -lndos 
 03:13:19  Starting test 
Starting suite Left shift Tests (4 tests)
4 run, 4 passed, 0 failed

Ticks: 197119
 03:13:19  Test completed 
zcc +test -vn  -DGENMATH -DMATH_LIBRARY="\"\\\"Genmath\\\"\"" -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c autoinit.c -o test_autoinit.bin -lndos  -lm 
sccz80:"autoinit.c" L:16 Warning:Initialisation too long, truncating! [-Woverlong-initialization]
 03:13:19  Starting test 
Starting suite Auto aggregate variables (7 tests)
7 run, 7 passed, 0 failed

Ticks: 139556
 03:13:19  Test completed 
zcc +test -vn  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c sizeof.c -o test_sizeof.bin -lndos 
 03:13:20  Starting test 
Starting suite Sizeof Tests (10 tests)
10 run, 10 passed, 0 failed

Ticks: 161137
 03:13:20  Test completed 
zcc +test -vn  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c rshift.c -o test_rshift.bin -lndos 
 03:13:20  Starting test 
Starting suite Right shift Tests (5 tests)
5 run, 5 passed, 0 failed

Ticks: 241758
 03:13:20  Test completed 
zcc +test -vn  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c division.c -o test_division.bin -lndos 
sccz80:"division.c" L:20 Warning:Loss of precision, converting unsigned long  to int result [-Wconversion]
sccz80:"division.c" L:35 Warning:Loss of precision, converting long  to int result [-Wconversion]
 03:13:20  Starting test 
Starting suite Division Tests (5 tests)
5 run, 5 passed, 0 failed

Ticks: 145197
 03:13:20  Test completed 
zcc +test -vn  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c offsetof.c -o test_offsetof.bin -lndos 
 03:13:21  Starting test 
Starting suite Offsetof Tests (3 tests)
3 run, 3 passed, 0 failed

Ticks: 115930
 03:13:21  Test completed 
zcc +test -vn  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c compare0.c -o test_compare0.bin -lndos 
sccz80:"compare0.c" L:49 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare0.c" L:50 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare0.c" L:97 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare0.c" L:98 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
 03:13:21  Starting test 
Starting suite Compare0 Tests (6 tests)
6 run, 6 passed, 0 failed

Ticks: 127578
 03:13:21  Test completed 
zcc +test -vn  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c compare_const.c -o test_compare_const.bin -lndos 
 03:13:21  Starting test 
Starting suite Compare1 Tests (6 tests)
6 run, 6 passed, 0 failed

Ticks: 132289
 03:13:21  Test completed 
zcc +test -vn  -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c compare_mconst.c -o test_compare_mconst.bin -lndos 
sccz80:"compare_mconst.c" L:34 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:35 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:36 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:37 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:38 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare_mconst.c" L:39 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare_mconst.c" L:41 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:42 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:43 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:44 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:46 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare_mconst.c" L:47 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare_mconst.c" L:48 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare_mconst.c" L:49 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare_mconst.c" L:81 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:82 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:83 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:84 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:85 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare_mconst.c" L:86 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare_mconst.c" L:88 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:89 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:90 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:91 Warning:Due to limited range of data type, expression is always false [-Wlimited-range]
sccz80:"compare_mconst.c" L:93 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare_mconst.c" L:94 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare_mconst.c" L:95 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
sccz80:"compare_mconst.c" L:96 Warning:Due to limited range of data type, expression is always true [-Wlimited-range]
 03:13:22  Starting test 
Starting suite Compare-1 Tests (6 tests)
6 run, 6 passed, 0 failed

Ticks: 137301
 03:13:22  Test completed 
zcc +test -vn  -Cc--opt-code-speed=all -I../../framework   -DNO_LOG_RUNNING -DNO_LOG_PASSED ../../framework/test.c compare.c -o test_compare.bin -lndos 
 03:13:22  Starting test 
Starting suite Compare Tests (3 tests)
3 run, 3 passed, 0 failed

Ticks: 116778
 03:13:22  Test completed 
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites/sccz80'
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/test/suites'
make -C ../src/common test
make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/common'
gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse  -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src    -c -o t/t_types.o t/t_types.c
gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse  -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src    -c -o t/t_die.o t/t_die.c
gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse  -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src    -c -o t/test.o t/test.c
gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse  -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src    -c -o t/t_fileutil.o t/t_fileutil.c
t/t_fileutil.c: In function 't_fileutil_file_spew_slurp':
t/t_fileutil.c:764:2: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
  unlink("test.txt");
  ^~~~~~
gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse  -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src    -c -o t/t_strutil.o t/t_strutil.c
gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse  -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src    -c -o ../../ext/Unity/src/unity.o ../../ext/Unity/src/unity.c
gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse  -DUNITY_EXCLUDE_SETJMP_H -I. -I../../ext/Unity/src  -o t/test die.o strutil.o fileutil.o objfile.o optparse.o t/t_types.o t/t_die.o t/test.o t/t_fileutil.o t/t_strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/Unity/src/unity.o  -g -O2
t/test
t/test.c:1:t_die_xmalloc:PASS
t/test.c:2:t_die_xcalloc:PASS
t/test.c:3:t_die_xstrdup:PASS
t/test.c:4:t_die_xnew:PASS
t/test.c:5:t_fileutil_path_canon:PASS
t/test.c:6:t_fileutil_path_os:PASS
t/test.c:7:t_fileutil_path_combine:PASS
t/test.c:8:t_fileutil_path_dir:PASS
t/test.c:9:t_fileutil_path_file:PASS
t/test.c:10:t_fileutil_path_ext:PASS
t/test.c:11:t_fileutil_path_remove_ext:PASS
t/test.c:12:t_fileutil_path_replace_ext:PASS
t/test.c:13:t_fileutil_xfopen:PASS
t/test.c:14:t_fileutil_xfclose_remove_empty:PASS
t/test.c:15:t_fileutil_xfwrite_bytes:PASS
t/test.c:16:t_fileutil_xfwrite_cstr:PASS
t/test.c:17:t_fileutil_xfwrite_str:PASS
t/test.c:18:t_fileutil_xfwrite_bcount_str_1:PASS
t/test.c:19:t_fileutil_xfwrite_bcount_str_2:PASS
t/test.c:20:t_fileutil_xfwrite_wcount_str_1:PASS
t/test.c:21:t_fileutil_xfwrite_wcount_str_2:PASS
t/test.c:22:t_fileutile_xfwrite_byte:PASS
t/test.c:23:t_fileutile_xfwrite_word:PASS
t/test.c:24:t_fileutile_xfwrite_dword:PASS
t/test.c:25:t_fileutil_file_spew_slurp:PASS
t/test.c:26:t_fileutil_path_mkdir:PASS
t/test.c:27:t_fileutil_path_search:PASS
t/test.c:28:t_fileutil_path_find_all:PASS
t/test.c:29:t_fileutil_path_find_glob:PASS
t/test.c:30:t_strutil_cstr_toupper:PASS
t/test.c:31:t_strutil_cstr_tolower:PASS
t/test.c:32:t_strutil_cstr_chomp:PASS
t/test.c:33:t_strutil_cstr_strip:PASS
t/test.c:34:t_strutil_cstr_strip_compress_escapes:PASS
t/test.c:35:t_strutil_cstr_case_cmp:PASS
t/test.c:36:t_strutil_cstr_case_ncmp:PASS
t/test.c:37:t_strutil_str_new:PASS
t/test.c:38:t_strutil_str_new_copy:PASS
t/test.c:39:t_strutil_str_clear:PASS
t/test.c:40:t_strutil_str_reserve:PASS
t/test.c:41:t_strutil_str_set:PASS
t/test.c:42:t_strutil_str_set_f:PASS
t/test.c:43:t_strutil_str_set_n:PASS
t/test.c:44:t_strutil_str_set_str:PASS
t/test.c:45:t_strutil_str_append:PASS
t/test.c:46:t_strutil_str_append_f:PASS
t/test.c:47:t_strutil_str_append_n:PASS
t/test.c:48:t_strutil_str_append_str:PASS
t/test.c:49:t_strutil_str_toupper:PASS
t/test.c:50:t_strutil_str_tolower:PASS
t/test.c:51:t_strutil_str_chomp:PASS
t/test.c:52:t_strutil_str_strip:PASS
t/test.c:53:t_strutil_argv_new:PASS
t/test.c:54:t_strutil_argv_sort:PASS
t/test.c:55:t_strutil_spool_add:PASS
t/test.c:56:t_types_bool:PASS
t/test.c:57:t_types_byte:PASS
t/test.c:58:t_types_word:PASS
t/test.c:59:t_types_uint:PASS
t/test.c:60:t_types_min:PASS
t/test.c:61:t_types_max:PASS
t/test.c:62:t_types_abs:PASS
t/test.c:63:t_types_clamp:PASS
t/test.c:64:t_types_num_elems:PASS

-----------------------
64 Tests 0 Failures 0 Ignored 
OK
t/run_tests.sh
ok 1, die_die
ok 2, die_xassert
ok 3, die_check_alloc
ok 4, fileutil_xfopen
ok 5, fileutil_xfwrite_str
ok 6, fileutil_xfwrite_bcount_str
ok 7, fileutil_xfwrite_wcount_str
ok 8, fileutil_xfread
ok 9, fileutil_xfread_str
ok 10, fileutil_xfread_bcount_str
ok 11, fileutil_xfread_wcount_str
ok 12, fileutil_xfseek
1..12
OK
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/common'
make -C ../src/z80asm test
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 dev
make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm'
make -C tt
make[3]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/tt'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/tt'
make -C lib
make[3]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/lib'
ar rcs libclibrary.a class.o srcfile.o alloc.o strhash.o str.o dbg.o list.o minunit.o array.o ../../common/die.o ../../common/fileutil.o ../../common/strutil.o
ranlib libclibrary.a
make[3]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/lib'
make -f dev/Makefile
make[3]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm'
touch hist.c
perl parse_ragel.pl parse_rules.rl
make
make[4]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm'
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -o z80asm libfile.o z80asm.o main.o opcodes.o listfile.o model.o modlink.o zobjfile.o expr.o z80pass.o symtab.o macros.o scan.o sym.o codearea.o module.o parse.o error_func.o directives.o errors.o options.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strhash.o lib/minunit.o lib/array.o lib/alloc.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o  -g -O2
make -C dev/z80asm_lib
make[5]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
cp dev/z80asm_lib/z80asm-*.lib .
ar rcs t/libtestlib.a libfile.o  main.o opcodes.o listfile.o model.o modlink.o zobjfile.o expr.o z80pass.o symtab.o macros.o scan.o sym.o codearea.o module.o parse.o error_func.o directives.o errors.o options.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strhash.o lib/minunit.o lib/array.o lib/alloc.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o t/testlib.o
make[4]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm'
make[3]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm'
make all
make[3]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm'
make -C dev/z80asm_lib
make[4]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
cp dev/z80asm_lib/z80asm-*.lib .
make[3]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm'
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm'
make z80asm_lib
make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm'
make -C dev/z80asm_lib
make[3]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib'
cp dev/z80asm_lib/z80asm-*.lib .
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm'
#make -C dev\z80asm_lib test
make prove_c
make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm'
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o t/test_codearea.o t/test_codearea.c
gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o t/test_symtab.o t/test_symtab.c
gcc -g -O2 t/test_codearea.o -o t/test_codearea -g -O2 -Lt -ltestlib
t/test_codearea 2> t/test_codearea.out~
diff -w t/test_codearea.bmk t/test_codearea.out~
mv -f t/test_codearea.out~ t/test_codearea.out
gcc -g -O2 t/test_symtab.o -o t/test_symtab -g -O2 -Lt -ltestlib
t/test_symtab 2> t/test_symtab.out~
diff -w t/test_symtab.bmk t/test_symtab.out~
mv -f t/test_symtab.out~ t/test_symtab.out
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm'
make prove_perl
make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm'
perl -S prove t/*.t
t/CH_0002.t ................... ok
t/CH_0003.t ................... ok
t/asmpp.t ..................... ok
t/bugfixes.t .................. ok
t/cpu.t ....................... ok
t/cpu_opcodes.t ............... ok
t/directive_align.t ........... ok
t/directive_binary.t .......... ok
t/directive_defb.t ............ ok
t/directive_defdb.t ........... ok
t/directive_defgroup.t ........ ok
t/directive_defs.t ............ ok
t/directive_defvars.t ......... ok
t/directive_include.t ......... ok
t/directive_line.t ............ ok
t/directive_org.t ............. ok
t/directive_phase.t ........... ok
t/directives.t ................ ok
t/eol_format.t ................ ok
t/errors.t .................... ok
t/issue_17.t .................. ok
t/issue_194.t ................. ok
t/issue_222.t ................. ok
t/issue_233.t ................. ok
t/issue_252.t ................. ok
t/issue_270.t ................. ok
t/issue_326.t ................. ok
t/issue_341.t ................. ok
t/issue_343.t ................. ok
t/issue_525.t ................. ok
t/issue_53.t .................. ok
t/issue_54.t .................. ok
t/issue_563.t ................. ok
t/issue_577.t ................. ok
t/issue_578.t ................. ok
t/issue_603.t ................. ok
t/issue_610.t ................. ok
t/issue_65.t .................. ok
t/issue_655.t ................. ok
t/issue_662.t ................. ok
t/issue_673.t ................. ok
t/issue_717.t ................. ok
t/issue_738.t ................. ok
t/issue_761.t ................. ok
t/issue_795.t ................. ok
t/issue_835.t ................. ok
t/issue_850.t ................. ok
t/issue_861.t ................. ok
t/issue_885.t ................. ok
t/issue_889.t ................. ok
t/issue_999.t ................. ok
t/modlink.t ................... ok
t/objfile.t ................... ok
t/op-ASMSIZE-ASMTAIL.t ........ ok
t/opcodes.t ................... ok
t/option_cpu_z80-zxn.t ........ ok
t/option_debug.t .............. ok
t/option_env.t ................ ok
t/option_help.t ............... ok
t/option_list_sym.t ........... ok
t/option_map.t ................ ok
t/option_output_dir.t ......... ok
t/options.t ................... ok
t/reloc.t ..................... ok
t/scan.t ...................... ok
t/source_lists.t .............. ok
t/symtab.t .................... ok
t/t_0049.t .................... ok
t/test_bug-20151204T031100.t .. ok
t/test_dma.t .................. ok
t/test_enigma.t ............... ok
t/test_macro.t ................ ok
t/test_z80asm_lib.t ........... ok
t/z80asm.t .................... ok
t/zx82.t ...................... ok
All tests successful.
Files=75, Tests=31061, 65 wallclock secs ( 2.10 usr  0.15 sys + 49.64 cusr  3.59 csys = 55.48 CPU)
Result: PASS
make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm'
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm'
make: Leaving directory '/home/build/z88dk/build/z88dk/test'
make: Entering directory '/home/build/z88dk/build/z88dk/examples'
make -C console
make[1]: Entering directory '/home/build/z88dk/build/z88dk/examples/console'
zcc +abc80  world.c  -o bin/abc80/world -lndos
zcc +abc800  world.c  -o bin/abc800/world -lndos
zcc +ace  world.c  -o bin/ace/world -lndos
zcc +alphatro  world.c  -o bin/alphatro/world -lndos
zcc +aquarius  world.c  -o bin/aquarius/world -lndos
zcc +bee  world.c  -o bin/bee/world -lndos
zcc +c128  world.c  -o bin/c128/world -lndos
zcc +c7420  world.c  -o bin/c7420/world -lndos
zcc +coleco  world.c  -o bin/coleco/world -lndos
zcc +cpc  world.c  -o bin/cpc/world -lndos
zcc +cpm  world.c  -o bin/cpm/world -lndos
zcc +enterprise  world.c  -o bin/enterprise/world -lndos
zcc +fp1100  world.c  -o bin/fp1100/world -lndos
zcc +g800  world.c  -o bin/g800/world -lndos
zcc +gal  world.c  -o bin/gal/world -lndos
zcc +kc  world.c  -o bin/kc/world -lndos
zcc +lambda  world.c  -o bin/lambda/world -lndos
zcc +laser500  world.c  -o bin/laser500/world -lndos
zcc +lynx  world.c  -o bin/lynx/world -lndos
zcc +m5  world.c  -o bin/m5/world -lndos
zcc +mc1000  world.c  -o bin/mc1000/world -lndos
zcc +msx  world.c  -o bin/msx/world -lndos
zcc +mtx  world.c  -o bin/mtx/world -lndos
zcc +multi8  world.c  -o bin/multi8/world -lndos
zcc +mz  world.c  -o bin/mz/world -lndos
zcc +nascom  world.c  -o bin/nascom/world -lndos
zcc +nc  world.c  -o bin/nc/world -lndos
zcc +newbrain  world.c  -o bin/newbrain/world -lndos
zcc +osca  world.c  -o bin/osca/world -lndos
zcc +oz  world.c  -o bin/oz/world -lndos
zcc +p2000  world.c  -o bin/p2000/world -lndos
zcc +pacman  world.c  -o bin/pacman/world -lndos
Warning: could not get the code ORG, binary ORG defaults to rombase = 0
WARNING: ROM chip file 'bin/pacman/world.0b' is empty, it can probably be omitted.
WARNING: ROM chip file 'bin/pacman/world.0c' is empty, it can probably be omitted.
WARNING: ROM chip file 'bin/pacman/world.0d' is empty, it can probably be omitted.
zcc +pc6001  world.c  -o bin/pc6001/world -lndos
zcc +pps  world.c  -o bin/pps/world -lndos
zcc +pv1000  world.c  -o bin/pv1000/world -lndos
zcc +pv2000  world.c  -o bin/pv2000/world -lndos
zcc +rcmx000  world.c  -o bin/rcmx000/world -lndos
zcc +rx78  world.c  -o bin/rx78/world -lndos
zcc +sam  world.c  -o bin/sam/world -lndos
zcc +sc3000  world.c  -o bin/sc3000/world -lndos
zcc +sos  world.c  -o bin/sos/world -lndos
zcc +spc1000  world.c  -o bin/spc1000/world -lndos
zcc +srr  world.c  -o bin/srr/world -lndos
zcc +svi  world.c  -o bin/svi/world -lndos
zcc +test  world.c  -o bin/test/world -lndos
zcc +ti82  world.c  -o bin/ti82/world -lndos
zcc +ti83  world.c  -o bin/ti83/world -lndos
zcc +ti85  world.c  -o bin/ti85/world -lndos
zcc +ti86  world.c  -o bin/ti86/world -lndos
zcc +ti8x  world.c  -o bin/ti8x/world -lndos
zcc +trs80  world.c  -o bin/trs80/world -lndos
zcc +ts2068  world.c  -o bin/ts2068/world -lndos
zcc +vg5k  world.c  -o bin/vg5k/world -lndos
zcc +vz  world.c  -o bin/vz/world -lndos
zcc +x07  world.c  -o bin/x07/world -lndos
zcc +x1  world.c  -o bin/x1/world -lndos
zcc +z1013  world.c  -o bin/z1013/world -lndos
zcc +z9001  world.c  -o bin/z9001/world -lndos
zcc +z88  world.c  -o bin/z88/world -lndos
zcc +zx  world.c  -o bin/zx/world -lndos
zcc +zx80  world.c  -o bin/zx80/world -lndos
zcc +zx81  world.c  -o bin/zx81/world -lndos
zcc +abc80  ansitest.c -clib=ansi -o bin/abc80/ansitest -lndos
zcc +ace  ansitest.c -clib=ansi -o bin/ace/ansitest -lndos
zcc +aquarius  ansitest.c -clib=ansi -o bin/aquarius/ansitest -lndos
zcc +bee  ansitest.c -clib=ansi -o bin/bee/ansitest -lndos
zcc +cpc  ansitest.c -clib=ansi -o bin/cpc/ansitest -lndos
zcc +gal  ansitest.c -clib=ansi -o bin/gal/ansitest -lndos
zcc +mc1000  ansitest.c -clib=ansi -o bin/mc1000/ansitest -lndos
zcc +msx  ansitest.c -clib=ansi -o bin/msx/ansitest -lndos
zcc +mtx  ansitest.c -clib=ansi -o bin/mtx/ansitest -lndos
zcc +mz  ansitest.c -clib=ansi -o bin/mz/ansitest -lndos
zcc +nascom  ansitest.c -clib=ansi -o bin/nascom/ansitest -lndos
zcc +osca  ansitest.c -clib=ansi -o bin/osca/ansitest -lndos
zcc +p2000  ansitest.c -clib=ansi -o bin/p2000/ansitest -lndos
zcc +pc6001  ansitest.c -clib=ansi -o bin/pc6001/ansitest -lndos
zcc +pps  ansitest.c -clib=ansi -o bin/pps/ansitest -lndos
zcc +sam  ansitest.c -clib=ansi -o bin/sam/ansitest -lndos
zcc +sc3000  ansitest.c -clib=ansi -o bin/sc3000/ansitest -lndos
zcc +svi  ansitest.c -clib=ansi -o bin/svi/ansitest -lndos
zcc +ti82  ansitest.c -clib=ansi -o bin/ti82/ansitest -lndos
zcc +ti83  ansitest.c -clib=ansi -o bin/ti83/ansitest -lndos
zcc +ti85  ansitest.c -clib=ansi -o bin/ti85/ansitest -lndos
zcc +ti86  ansitest.c -clib=ansi -o bin/ti86/ansitest -lndos
zcc +ti8x  ansitest.c -clib=ansi -o bin/ti8x/ansitest -lndos
zcc +ts2068  ansitest.c -clib=ansi -o bin/ts2068/ansitest -lndos
zcc +vz  ansitest.c -clib=ansi -o bin/vz/ansitest -lndos
zcc +x1  ansitest.c -clib=ansi -o bin/x1/ansitest -lndos
zcc +z1013  ansitest.c -clib=ansi -o bin/z1013/ansitest -lndos
zcc +z88  ansitest.c -clib=ansi -o bin/z88/ansitest -lndos
zcc +zx  ansitest.c -clib=ansi -o bin/zx/ansitest -lndos
zcc +z9001  ansitest.c -clib=ansi -o bin/z9001/ansitest -lndos
zcc +abc80  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/abc80/world_conio -lndos
zcc +ace  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/ace/world_conio -lndos
zcc +alphatro  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/alphatro/world_conio -lndos
zcc +aquarius  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/aquarius/world_conio -lndos
zcc +bee  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/bee/world_conio -lndos
zcc +cpc  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/cpc/world_conio -lndos
zcc +coleco  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/coleco/world_conio -lndos
zcc +fp1100  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/fp1100/world_conio -lndos
zcc +laser500  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/laser500/world_conio -lndos
zcc +mc1000  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/mc1000/world_conio -lndos
zcc +nascom  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/nascom/world_conio -lndos
zcc +pv1000  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/pv1000/world_conio -lndos
zcc +pps  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/pps/world_conio -lndos
zcc +rx78  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/rx78/world_conio -lndos
zcc +spc1000  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/spc1000/world_conio -lndos
zcc +srr  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/srr/world_conio -lndos
zcc +super80  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/super80/world_conio -lndos
zcc +trs80  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/trs80/world_conio -lndos
zcc +vg5k  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/vg5k/world_conio -lndos
zcc +vz  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/vz/world_conio -lndos
zcc +z1013  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/z1013/world_conio -lndos
zcc +zx80  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/zx80/world_conio -lndos
zcc +zx81  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/zx81/world_conio -lndos
zcc +msx  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/msx/world_conio -lndos
zcc +pv2000  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/pv2000/world_conio -lndos
zcc +sc3000  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/sc3000/world_conio -lndos
zcc +svi  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/svi/world_conio -lndos
zcc +m5  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/m5/world_conio -lndos
zcc +mtx  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/mtx/world_conio -lndos
zcc +multi8  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/multi8/world_conio -lndos
zcc +z9001  world_conio.c -pragma-redirect:fputc_cons=fputc_cons_generic -clib=default -o bin/z9001/world_conio -lndos
make[1]: Leaving directory '/home/build/z88dk/build/z88dk/examples/console'
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
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
zcc +msx -vn -llib3d  -lm -lndos -create-app -oshowlib3d.bin showlib3d.c
zcc +msx -vn -llib3d  -lm -lndos -create-app -ovpoke.bin vpoke.c
zcc +msx -vn -subtype=msxdos -create-app -oex8 ex8.c
zcc +msx -vn -subtype=msxdos ../console/adv_a.c -I../console -DCOMPUTE_SCORE -DPICS -DDISK -create-app -clib=ansi -oadva.bin
zcc +msx -vn -llib3d  -lm -lndos -create-app ../dstar.c -I.. -Dspritesize=16 -DSOUND -create-app -odstar.bin
zcc +msx -vn -llib3d  -lm -lndos -create-app ../microman.c -I.. -DSOUND -DJOYSTICK_DIALOG -create-app -omicroman.bin
zcc +msx -vn -llib3d  -lm -lndos -create-app ../othello.c -I.. -clib=ansi -DGRAPHICS -create-app -oothello.bin
zcc +msx -vn -llib3d  -lm -lndos -create-app ../wall.c -I.. -DJOYSTICK -DBANNERS -Dspritesize=8 -DSOUND -DCLOCK -create-app -owall.bin
sccz80:"../wall.c" L:546 Warning:Loss of precision, converting unsigned long clock_t to unsigned int seed [-Wconversion]
zcc +msx -vn -llib3d  -lm -lndos -create-app ../graphics/globe.c -I../graphics -create-app -pragma-redirect=fputc_cons=putc4x6 -oglobe.bin
zcc +msx -vn -llib3d  -lm -lndos -create-app ../graphics/snakes.c -I../graphics -DJOYSTICK_DIALOG -DSPEED=1500 -DPSG -create-app -osnakes.bin
zcc +msx -vn -llib3d  -lm -lndos -create-app ../console/vtstone.c -I../console -clib=ansi -pragma-define:ansicolumns=80 -create-app -ovtstone.bin
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 (28442 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 (28753 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 (24354 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 (23733 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 8151 bytes ignoring the stack
Adding main banks 0x00,0x01 (27699 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 (30164 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 (31718 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:546 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/cmandel.c -O3 -o cmandel.vz -lm -llib3d
appmake +vz -b cmandel.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
zcc +vz -vn -DNOLOGO -lm -llib3d ../graphics/globe.c -O3 -Dhires -o globe.vz
appmake +vz -b globe.vz --audio
zcc +vz -vn ../microman.c -I.. -DJOYSTICK_DIALOG -DDEFINE_JOYSTICK_TYPE -DCOMPACT=2 -DSIZE=6 -DSOUND -o microman.vz
appmake +vz -b microman.vz --audio
zcc +vz -vn ../graphics/csnakes.c -DJOYSTICK_DIALOG -DDEFINE_JOYSTICK_TYPE -DSPEED=1600 -o snakes.vz
appmake +vz -b snakes.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
App will use 1 pages of bad memory
Safe data is 120
zcc +z88 -subtype=app -vn -create-app useless.c -o useless.bin
App will use 0 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]
App will use 0 pages of bad memory
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]
App 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]
App 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 code ORG, 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 -g -I.. -c appmake.c
appmake.c: In function 'mb_check_alignment':
appmake.c:1451: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:1477: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 -g -I.. -c z88.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c zxvgs.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c zx.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c z88shell.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c abc80.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c zx81.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c msx.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c mtx.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c mz.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c nec.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c p2000.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c pc88.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c px.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c aquarius.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c c7420.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c rom.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c sorcerer.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c sos.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c svi.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c sc3000.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c ace-tap.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c hex.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c lynx.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c rex6000.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c tixx.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c nascom.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c cpc.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c m5.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c mc.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c newbrain.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c newext.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c sms.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c trs80.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c c128.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c galaksija.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c vz.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c enterprise.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c x07.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c residos.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c inject.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c vg5k.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c z1013.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c extract.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c z9001.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c kc.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c glue.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c zxn.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c zx-util.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c x1.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c multi8.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c spc1000.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c mz2500.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c d88.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c fp1100.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c cpmdisk.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c cpm2.c
i686-w64-mingw32-gcc -g -O2 -g -I.. -c mameql.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 pc88.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 multi8.o spc1000.o mz2500.o d88.o fp1100.o cpmdisk.o cpm2.o mameql.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:394: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:583: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:93: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:93:66: note: (near initialization for 'sccz80_opts[1].value')
main.c:105: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:105:89: note: (near initialization for 'sccz80_opts[13].value')
main.c:112: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:112:90: note: (near initialization for 'sccz80_opts[19].value')
main.c:119:84: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "opt-code-speed", OPT_FUNCTION|OPT_STRING, "Optimise for speed not size", opt_code_speed, 0},
                                                                                    ^~~~~~~~~~~~~~
main.c:119:84: note: (near initialization for 'sccz80_opts[26].value')
main.c:133: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:133:67: note: (near initialization for 'sccz80_opts[29].value')
main.c:138:64: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "D", OPT_FUNCTION, "Define a preprocessor directive", SetDefine, 0 },
                                                                ^~~~~~~~~
main.c:138:64: note: (near initialization for 'sccz80_opts[34].value')
main.c:139:67: warning: ISO C forbids initialization between function pointer and 'void *' [-Wpedantic]
     { 0, "U", OPT_FUNCTION, "Undefine a preprocessor directive" , SetUndefine, 0 },
                                                                   ^~~~~~~~~~~
main.c:139:67: note: (near initialization for 'sccz80_opts[35].value')
main.c: In function 'set_option':
main.c:787: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:339: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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o errors.o errors.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o libfile.o libfile.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o z80asm.o z80asm.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o main.o main.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o opcodes.o opcodes.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o model.o model.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o sym.o sym.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o options.o options.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o listfile.o listfile.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o modlink.o modlink.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o z80pass.o z80pass.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o symtab.o symtab.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o directives.o directives.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o macros.o macros.c
macros.c:164:13: warning: 'collect_params' defined but not used [-Wunused-function]
 static bool collect_params(char **p, DefMacro *macro, UT_string *param)
             ^~~~~~~~~~~~~~
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o scan.o scan.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o codearea.o codearea.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o module.o module.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o zobjfile.o zobjfile.c
zobjfile.c: In function 'write_expr':
zobjfile.c:40:7: warning: 'range' may be used uninitialized in this function [-Wmaybe-uninitialized]
  char range;
       ^~~~~
zobjfile.c: In function 'write_symbols_symtab':
zobjfile.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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o expr.o expr.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o hist.o hist.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/die.o ../common/die.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/strutil.o ../common/strutil.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/fileutil.o ../common/fileutil.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/objfile.o ../common/objfile.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/optparse.o ../common/optparse.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/regex/regfree.o ../../ext/regex/regfree.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/regex/regcomp.o ../../ext/regex/regcomp.c
In file included from ../../ext/regex/regcomp.c:12:0:
../../ext/regex/cclass.h:6:16: warning: missing braces around initializer [-Wmissing-braces]
 } cclasses[] = {
                ^
../../ext/regex/cclass.h:6:16: note: (near initialization for 'cclasses')
In file included from ../../ext/regex/regcomp.c:13:0:
../../ext/regex/cname.h:5:14: warning: missing braces around initializer [-Wmissing-braces]
 } cnames[] = {
              ^
../../ext/regex/cname.h:5:14: note: (near initialization for 'cnames')
../../ext/regex/regcomp.c: In function 'p_ere':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:254:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
   ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_ere_exp':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:301:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EPAREN);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE'
 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
                        ^~~~~~~
../../ext/regex/regcomp.c:314:3: note: in expansion of macro 'MUSTEAT'
   MUSTEAT(')', REG_EPAREN);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:357:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EESCAPE);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:362:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(!MORE() || !isdigit(PEEK()), REG_BADRPT);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:378:2: note: in expansion of macro 'REQUIRE'
  REQUIRE(!wascaret, REG_BADRPT);
  ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:405:5: note: in expansion of macro 'REQUIRE'
     REQUIRE(count <= count2, REG_BADBR);
     ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:414:4: note: in expansion of macro 'REQUIRE'
    REQUIRE(MORE(), REG_EBRACE);
    ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_str':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:437:2: note: in expansion of macro 'REQUIRE'
  REQUIRE(MORE(), REG_EMPTY);
  ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_bre':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:480:2: note: in expansion of macro 'REQUIRE'
  REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
  ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_simp_re':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:505:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EESCAPE);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:535:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:565:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(starordinary, REG_BADRPT);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:583:5: note: in expansion of macro 'REQUIRE'
     REQUIRE(count <= count2, REG_BADBR);
     ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:592:4: note: in expansion of macro 'REQUIRE'
    REQUIRE(MORE(), REG_EBRACE);
    ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_count':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:617:2: note: in expansion of macro 'REQUIRE'
  REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
  ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_bracket':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE'
 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
                        ^~~~~~~
../../ext/regex/regcomp.c:657:2: note: in expansion of macro 'MUSTEAT'
  MUSTEAT(']', REG_EBRACK);
  ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_b_term':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:728:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EBRACK);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:730:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(c != '-' && c != ']', REG_ECTYPE);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:732:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EBRACK);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:733:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(EATTWO(':', ']'), REG_ECTYPE);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:737:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EBRACK);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:739:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(c != '-' && c != ']', REG_ECOLLATE);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:741:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(MORE(), REG_EBRACK);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:742:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(EATTWO('=', ']'), REG_ECOLLATE);
   ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:757:3: note: in expansion of macro 'REQUIRE'
   REQUIRE(start <= finish, REG_ERANGE);
   ^~~~~~~
../../ext/regex/regcomp.c: In function 'p_b_symbol':
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:825:2: note: in expansion of macro 'REQUIRE'
  REQUIRE(MORE(), REG_EBRACK);
  ^~~~~~~
../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value]
 #define REQUIRE(co, e) ((co) || SETERROR(e))
                              ^
../../ext/regex/regcomp.c:831:2: note: in expansion of macro 'REQUIRE'
  REQUIRE(EATTWO('.', ']'), REG_ECOLLATE);
  ^~~~~~~
At top level:
../../ext/regex/regcomp.c:1253:1: warning: 'mcin' defined but not used [-Wunused-function]
 mcin(cs, cp)
 ^~~~
../../ext/regex/regcomp.c:1226:1: warning: 'mcsub' defined but not used [-Wunused-function]
 mcsub(cs, cp)
 ^~~~~
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/regex/regexec.o ../../ext/regex/regexec.c
In file included from ../../ext/regex/regexec.c:46:0:
../../ext/regex/engine.c: In function 'sdissect':
../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable]
  register char *dp;
                 ^~
In file included from ../../ext/regex/regexec.c:95:0:
../../ext/regex/engine.c: In function 'ldissect':
../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable]
  register char *dp;
                 ^~
At top level:
../../ext/regex/regexec.c:19:12: warning: 'nope' defined but not used [-Wunused-variable]
 static int nope = 0;  /* for use in asserts; shuts lint up */
            ^~~~
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/regex/regerror.o ../../ext/regex/regerror.c
../../ext/regex/regerror.c:40:13: warning: missing braces around initializer [-Wmissing-braces]
 } rerrs[] = {
             ^
../../ext/regex/regerror.c:40:13: note: (near initialization for 'rerrs')
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/dirent.c
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -o z80asm.exe errors.o libfile.o z80asm.o main.o opcodes.o model.o sym.o options.o listfile.o modlink.o z80pass.o symtab.o directives.o macros.o scan.o parse.o codearea.o module.o error_func.o zobjfile.o expr.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strhash.o lib/alloc.o lib/minunit.o lib/array.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o -g -O2
i686-w64-mingw32-gcc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -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 options.o listfile.o modlink.o z80pass.o symtab.o directives.o macros.o scan.o parse.o codearea.o module.o error_func.o zobjfile.o expr.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strhash.o lib/alloc.o lib/minunit.o lib/array.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.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
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 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/UNIXem/include -I../../ext/getopt    -c -o ar.o ar.c
i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/UNIXem/include -I../../ext/getopt    -c -o ../../ext/getopt/getopt.o ../../ext/getopt/getopt.c
i686-w64-mingw32-gcc -o z80nm.exe -g -O2 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/UNIXem/include -I../../ext/getopt  ar.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/getopt/getopt.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/zobjcopy
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zobjcopy'
i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex -I../../ext/UNIXem/include   -c -o zobjcopy.o zobjcopy.c
i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex -I../../ext/UNIXem/include -o zobjcopy.exe zobjcopy.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o -g -O2
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zobjcopy'
make -C src/zobjcopy PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zobjcopy'
install zobjcopy.exe /home/build/z88dk/win32/z88dk/bin/zobjcopy.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zobjcopy'
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/ -g   -c -o ticks.o ticks.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o hook_console.o hook_console.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o hook_io.o hook_io.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o hook_misc.o hook_misc.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o hook.o hook.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o debugger.o debugger.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o linenoise.o linenoise.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o utf8.o utf8.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o syms.o syms.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o disassembler_alg.o disassembler_alg.c
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o memory.o memory.c
i686-w64-mingw32-gcc -o ticks.exe -g -O2 -I../../ext/uthash/src/ -g ticks.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o
i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g   -c -o disassembler_main.o disassembler_main.c
i686-w64-mingw32-gcc -o z88dk-dis.exe -g -O2 -I../../ext/uthash/src/ -g disassembler_main.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 support/pv1000
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/pv1000'
i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex   -c -o font2pv1000.o font2pv1000.c
i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o font2pv1000.exe font2pv1000.o -g -O2
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/pv1000'
make -C support/pv1000 PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/pv1000'
install font2pv1000.exe /home/build/z88dk/win32/z88dk/bin/font2pv1000.exe
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/pv1000'
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_693_missing_return.c -o Issue_693_missing_return.opt
diff -w tmp.opt results/Issue_693_missing_return.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_701_compound_scope.c -o Issue_701_compound_scope.opt
diff -w tmp.opt results/Issue_701_compound_scope.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_1015_break_without_loop_variable.c -o Issue_1015_break_without_loop_variable.opt
diff -w tmp.opt results/Issue_1015_break_without_loop_variable.opt
zcc +test -vn -a Issue_1016_long_const_compare.c -o Issue_1016_long_const_compare.opt
diff -w tmp.opt results/Issue_1016_long_const_compare.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_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_452_unsigned.c -o Issue_452_unsigned.opt
diff -w tmp.opt results/Issue_452_unsigned.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_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_1007_Fix_FP_Constant_Multiplication.c -o Issue_1007_Fix_FP_Constant_Multiplication.opt
diff -w tmp.opt results/Issue_1007_Fix_FP_Constant_Multiplication.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_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_491_enums.c -o Issue_491_enums.opt
diff -w tmp.opt results/Issue_491_enums.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_1015_break_with_loop_variable.c -o Issue_1015_break_with_loop_variable.opt
diff -w tmp.opt results/Issue_1015_break_with_loop_variable.opt
zcc +test -vn -a Far_Pointer_Call.c -o Far_Pointer_Call.opt
diff -w tmp.opt results/Far_Pointer_Call.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_98_underlying.c -o Issue_98_underlying.opt
diff -w tmp.opt results/Issue_98_underlying.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_985_ptr_cast.c -o Issue_985_ptr_cast.opt
diff -w tmp.opt results/Issue_985_ptr_cast.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 paramsoffset.c -o paramsoffset.opt
diff -w tmp.opt results/paramsoffset.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_715__double_subtraction.c -o Issue_715__double_subtraction.opt
diff -w tmp.opt results/Issue_715__double_subtraction.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_678_compound.c -o Issue_678_compound.opt
diff -w tmp.opt results/Issue_678_compound.opt
zcc +test -vn -a shortcall.c -o shortcall.opt
diff -w tmp.opt results/shortcall.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_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_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_896_nested_struct_initialisation.c -o Issue_896_nested_struct_initialisation.opt
diff -w tmp.opt results/Issue_896_nested_struct_initialisation.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_1016_double_const_compare.c -o Issue_1016_double_const_compare.opt
diff -w tmp.opt results/Issue_1016_double_const_compare.opt
zcc +test -vn -a Issue_693_fastcall.c -o Issue_693_fastcall.opt
diff -w tmp.opt results/Issue_693_fastcall.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 -vn -a long_addition_opts.c -o long_addition_opts.opt
diff -w tmp.opt results/long_addition_opts.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 pc88.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 multi8.o spc1000.o mz2500.o d88.o fp1100.o cpmdisk.o cpm2.o mameql.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/appmake'
make -C src/common clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/common'
rm -f t/test.exe die.o strutil.o fileutil.o objfile.o optparse.o t/t_types.o t/t_die.o t/test.o t/t_fileutil.o t/t_strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/Unity/src/unity.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o die.d strutil.d fileutil.d objfile.d optparse.d t/t_types.d t/t_die.d t/test.d t/t_fileutil.d t/t_strutil.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d ../../ext/Unity/src/unity.d
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/common'
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/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/lstmanip clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/lstmanip'
rm -f z88dk-lstmanip.exe lstmanip.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/lstmanip'
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/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 debugger.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o core
rm -f z88dk-dis.exe disassembler_main.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/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/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 strhash.o class.o srcfile.o list.o dbg.o alloc.o str.o minunit.o array.o ../../common/die.o ../../common/fileutil.o ../../common/strutil.o t/test_alloc t/test_init t/test_dbg t/test_str libclibrary.a
rm -f t/test_alloc.exe t/test_init.exe t/test_dbg.exe t/test_str.exe
rm -f t/test_alloc.out t/test_init.out t/test_dbg.out t/test_str.out
rm -f t/test_alloc.o t/test_init.o t/test_dbg.o t/test_str.o
rm -f t/tests.log
rm -f *.bak
rm -f -r win32/Debug win32/Release win32/ipch
rm -f strhash.d class.d srcfile.d list.d dbg.d alloc.d str.d minunit.d array.d ../../common/die.d ../../common/fileutil.d ../../common/strutil.d
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
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 zobjfile.d expr.d z80pass.d symtab.d macros.d scan.d codearea.d module.d model.d error_func.d main.d sym.d errors.d options.d hist.d lib/srcfile.d lib/list.d lib/dbg.d lib/str.d lib/class.d lib/strhash.d lib/minunit.d lib/array.d lib/alloc.d ../common/die.d ../common/strutil.d ../common/fileutil.d ../common/objfile.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.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 ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/getopt/getopt.o ar.d ../common/die.d ../common/objfile.d ../common/fileutil.d ../common/strutil.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80nm'
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'
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/zobjcopy clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zobjcopy'
rm -f zobjcopy.exe zobjcopy.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o
rm -f  ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o zobjcopy.d ../common/die.d ../common/strutil.d ../common/fileutil.d ../common/objfile.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d  *.bak t/*.bak
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zobjcopy'
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/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 support clean
make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support'
make -C graphics clean
make[2]: Entering directory '/home/build/z88dk/win32/z88dk/support/graphics'
rm -f z80svg.exe z80svg.o getopt/*.o core
rm -f -rf Debug Release
make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/support/graphics'
make -C pv1000 clean
make[2]: Entering directory '/home/build/z88dk/win32/z88dk/support/pv1000'
rm -f font2pv1000.exe font2pv1000.o
rm -f  font2pv1000.d  *.bak t/*.bak
make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/support/pv1000'
make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support'
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 *.map ../../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 *.map  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 *.map 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 *.map  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 *.map ../../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 *.map ../../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 *.map  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_608_Arrays.opt Issue_98_Stack_offset.opt Issue_543_complement.opt Issue_1015_break_without_loop_variable.opt Issue_490_repeated_extern_decls.opt Issue_1016_long_const_compare.opt Issue_254_KR_Specifiers.opt Issue_1007_Fix_FP_Constant_Multiplication.opt Issue_485_sdccdecl.opt Issue_452_pointers.opt Issue_615_while_loop.opt Issue_452_unsigned.opt Issue_574_fastcall_offset.opt Issue_569_jagged_array.opt Issue_499_typedef_initialisation.opt Issue_1015_break_with_loop_variable.opt Far_Pointer_Call.opt Issue_98_check_int.opt Issue_103_double_prepost.opt Issue_452_arrays.opt Issue_985_ptr_cast.opt Issue_26_casting.opt paramsoffset.opt Issue_514_flexible_member.opt Issue_678_compound.opt Issue_452_struct.opt Issue_98_underlying.opt Issue_482_optrule.opt long_addition_opts.opt 01_cast_global_pointer.opt Issue_693_missing_return.opt Issue_896_nested_struct_initialisation.opt shortcall.opt Issue_501_extern_at.opt Issue_693_fastcall.opt Issue_295_structgetsfar.opt 02_addr_ptr.opt Issue_419_Extern_Prototypes_In_Function.opt Issue_188_builtins.opt Issue_493__func__.opt Issue_103_floating_addition.opt Issue_615_loop.opt Issue_510_long_and.opt Issue_569_init_from_2d_array.opt Issue_489_variable_defn_in_forloop.opt Issue_491_enums.opt Issue_615_if.opt Issue_701_compound_scope.opt Issue_497_astroforce_compile.opt Issue_452_far_pointers.opt Issue_510_mult_minus1.opt Issue_490_long_extension.opt Issue_564_casting.opt Issue_509_long_constant.opt Issue_507_unnamed_structs.opt Issue_715__double_subtraction.opt Issue_490_ptr_arithmetic.opt Issue_480_asmfunc.opt Issue_1016_double_const_compare.opt Issue_600_fastcall.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 -g -I.. -c appmake.c
appmake.c:1451: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:1477: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 -g -I.. -c z88.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c zxvgs.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c zx.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c z88shell.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c abc80.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c zx81.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c msx.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c mtx.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c mz.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c nec.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c p2000.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c pc88.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c px.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c aquarius.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c c7420.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c rom.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c sorcerer.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c sos.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c svi.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c sc3000.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c ace-tap.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c hex.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c lynx.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c rex6000.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c tixx.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c nascom.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c cpc.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c m5.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c mc.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c newbrain.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c newext.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c sms.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c trs80.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c c128.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c galaksija.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c vz.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c enterprise.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c x07.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c residos.c
residos.c:113: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 -g -I.. -c inject.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c vg5k.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c z1013.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c extract.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c z9001.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c kc.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c glue.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c zxn.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c zx-util.c
zx-util.c:516: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:519: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:746:29: warning: '&&' within '||' [-Wlogical-op-parentheses]
            if ((zxt->turbo && (blockcount == 4) || (blockcount == 6)) || (zxt->turbo && zxt->dumb)) {
                 ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ ~~
zx-util.c:746:29: note: place parentheses around the '&&' expression to silence this warning
            if ((zxt->turbo && (blockcount == 4) || (blockcount == 6)) || (zxt->turbo && zxt->dumb)) {
                            ^
                 (                              )
zx-util.c:1748:17: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
        sprintf(&mem128[z_sna_filename - 0x4000], "%.12s", filename);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/secure/_stdio.h:47:28: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                           ^~~
4 warnings generated.
i386-apple-darwin15-cc -g -O2 -g -I.. -c x1.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c multi8.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c spc1000.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c mz2500.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c d88.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c fp1100.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c cpmdisk.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c cpm2.c
i386-apple-darwin15-cc -g -O2 -g -I.. -c mameql.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 pc88.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 multi8.o spc1000.o mz2500.o d88.o fp1100.o cpmdisk.o cpm2.o mameql.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:93: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:105: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:112: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:119:84: 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|OPT_STRING, "Optimise for speed not size", opt_code_speed, 0},
                                                                                   ^~~~~~~~~~~~~~
main.c:133: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:138: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:139: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:787: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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o macros.o macros.c
macros.c:164:13: warning: unused function 'collect_params' [-Wunused-function]
static bool collect_params(char **p, DefMacro *macro, UT_string *param)
            ^
1 warning generated.
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o zobjfile.o zobjfile.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o expr.o expr.c
expr.c:136:34: warning: comparison of constant 256 with expression of type 'op_type_t' is always true [-Wtautological-constant-out-of-range-compare]
    xassert( op_type > 0 && op_type < 256 );
                            ~~~~~~~ ^ ~~~
../common/die.h:29:15: note: expanded from macro 'xassert'
                                if (!(f)) \
                                      ^
1 warning generated.
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -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../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../common/die.o ../common/die.c
../common/die.c:46:33: warning: incompatible pointer types passing 'const int (*)(const char *, int)' to parameter of type 'int (*)(const char *, int)' [-Wincompatible-pointer-types]
    int ret = glob(pattern, flags, errfunc, pglob);
                                   ^~~~~~~
/opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/glob.h:120:46: note: passing argument to parameter here
int glob(const char * __restrict, int, int (*)(const char *, int), 
                                             ^
1 warning generated.
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../common/strutil.o ../common/strutil.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../common/fileutil.o ../common/fileutil.c
../common/fileutil.c:649:3: warning: implicit declaration of function 'rmdir' is invalid in C99 [-Wimplicit-function-declaration]
        xrmdir(path);
        ^
../common/die.h:56:36: note: expanded from macro 'xrmdir'
#define xrmdir(dir)         Check_retval(rmdir(path_os(dir)), (dir))
                                         ^
1 warning generated.
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../common/objfile.o ../common/objfile.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../common/optparse.o ../common/optparse.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../../ext/regex/regfree.o ../../ext/regex/regfree.c
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../../ext/regex/regcomp.o ../../ext/regex/regcomp.c
In file included from ../../ext/regex/regcomp.c:12:
../../ext/regex/cclass.h:7:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "alnum",    "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ext/regex/cclass.h:9:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "alpha",    "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ext/regex/cclass.h:11:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "blank",    " \t",      "",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~
    {                         }
../../ext/regex/cclass.h:12:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "cntrl",    "\007\b\t\n\v\f\r\1\2\3\4\5\6\16\17\20\21\22\23\24\
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ext/regex/cclass.h:14:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "digit",    "0123456789",   "",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                             }
../../ext/regex/cclass.h:15:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "graph",    "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ext/regex/cclass.h:18:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "lower",    "abcdefghijklmnopqrstuvwxyz",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ext/regex/cclass.h:20:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "print",    "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ext/regex/cclass.h:23:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "punct",    "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ext/regex/cclass.h:25:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "space",    "\t\n\v\f\r ",  "",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                             }
../../ext/regex/cclass.h:26:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "upper",    "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ext/regex/cclass.h:28:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "xdigit",   "0123456789ABCDEFabcdef",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../ext/regex/cclass.h:30:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    NULL,       0,      ""
    ^~~~~~~~~~~~~~~~~~~~~~
    {                     }
/opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/sys/_types/_null.h:29:15: note: expanded from macro 'NULL'
#define NULL  __DARWIN_NULL
              ^
/opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/sys/_types.h:52:23: note: expanded from macro '__DARWIN_NULL'
#define __DARWIN_NULL ((void *)0)
                      ^
In file included from ../../ext/regex/regcomp.c:13:
../../ext/regex/cname.h:6:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "NUL",  '\0',
    ^~~~~~~~~~~~
    {           }
../../ext/regex/cname.h:7:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "SOH",  '\001',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:8:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "STX",  '\002',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:9:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "ETX",  '\003',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:10:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "EOT",  '\004',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:11:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "ENQ",  '\005',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:12:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "ACK",  '\006',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:13:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "BEL",  '\007',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:14:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "alert",    '\007',
    ^~~~~~~~~~~~~~~~~~
    {                 }
../../ext/regex/cname.h:15:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "BS",       '\010',
    ^~~~~~~~~~~~~~~~~~
    {                 }
../../ext/regex/cname.h:16:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "backspace",    '\b',
    ^~~~~~~~~~~~~~~~~~~~
    {                   }
../../ext/regex/cname.h:17:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "HT",       '\011',
    ^~~~~~~~~~~~~~~~~~
    {                 }
../../ext/regex/cname.h:18:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "tab",      '\t',
    ^~~~~~~~~~~~~~~~
    {               }
../../ext/regex/cname.h:19:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "LF",       '\012',
    ^~~~~~~~~~~~~~~~~~
    {                 }
../../ext/regex/cname.h:20:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "newline",  '\n',
    ^~~~~~~~~~~~~~~~
    {               }
../../ext/regex/cname.h:21:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "VT",       '\013',
    ^~~~~~~~~~~~~~~~~~
    {                 }
../../ext/regex/cname.h:22:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "vertical-tab", '\v',
    ^~~~~~~~~~~~~~~~~~~~
    {                   }
../../ext/regex/cname.h:23:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "FF",       '\014',
    ^~~~~~~~~~~~~~~~~~
    {                 }
../../ext/regex/cname.h:24:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "form-feed",    '\f',
    ^~~~~~~~~~~~~~~~~~~~
    {                   }
../../ext/regex/cname.h:25:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "CR",       '\015',
    ^~~~~~~~~~~~~~~~~~
    {                 }
../../ext/regex/cname.h:26:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "carriage-return",  '\r',
    ^~~~~~~~~~~~~~~~~~~~~~~~
    {                       }
../../ext/regex/cname.h:27:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "SO",   '\016',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:28:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "SI",   '\017',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:29:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "DLE",  '\020',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:30:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "DC1",  '\021',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:31:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "DC2",  '\022',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:32:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "DC3",  '\023',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:33:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "DC4",  '\024',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:34:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "NAK",  '\025',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:35:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "SYN",  '\026',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:36:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "ETB",  '\027',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:37:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "CAN",  '\030',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:38:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "EM",   '\031',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:39:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "SUB",  '\032',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:40:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "ESC",  '\033',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:41:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "IS4",  '\034',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:42:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "FS",   '\034',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:43:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "IS3",  '\035',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:44:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "GS",   '\035',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:45:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "IS2",  '\036',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:46:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "RS",   '\036',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:47:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "IS1",  '\037',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:48:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "US",   '\037',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:49:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "space",        ' ',
    ^~~~~~~~~~~~~~~~~~~
    {                  }
../../ext/regex/cname.h:50:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "exclamation-mark", '!',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:51:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "quotation-mark",   '"',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:52:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "number-sign",      '#',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:53:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "dollar-sign",      '$',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:54:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "percent-sign",     '%',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:55:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "ampersand",        '&',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:56:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "apostrophe",       '\'',
    ^~~~~~~~~~~~~~~~~~~~~~~~
    {                       }
../../ext/regex/cname.h:57:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "left-parenthesis", '(',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:58:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "right-parenthesis",    ')',
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                          }
../../ext/regex/cname.h:59:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "asterisk", '*',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:60:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "plus-sign",    '+',
    ^~~~~~~~~~~~~~~~~~~
    {                  }
../../ext/regex/cname.h:61:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "comma",    ',',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:62:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "hyphen",   '-',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:63:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "hyphen-minus", '-',
    ^~~~~~~~~~~~~~~~~~~
    {                  }
../../ext/regex/cname.h:64:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "period",   '.',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:65:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "full-stop",    '.',
    ^~~~~~~~~~~~~~~~~~~
    {                  }
../../ext/regex/cname.h:66:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "slash",    '/',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:67:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "solidus",  '/',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:68:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "zero",     '0',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:69:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "one",      '1',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:70:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "two",      '2',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:71:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "three",    '3',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:72:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "four",     '4',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:73:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "five",     '5',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:74:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "six",      '6',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:75:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "seven",    '7',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:76:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "eight",    '8',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:77:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "nine",     '9',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:78:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "colon",    ':',
    ^~~~~~~~~~~~~~~
    {              }
../../ext/regex/cname.h:79:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "semicolon",    ';',
    ^~~~~~~~~~~~~~~~~~~
    {                  }
../../ext/regex/cname.h:80:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "less-than-sign",   '<',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:81:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "equals-sign",      '=',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:82:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "greater-than-sign",    '>',
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                          }
../../ext/regex/cname.h:83:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "question-mark",    '?',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:84:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "commercial-at",    '@',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:85:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "left-square-bracket",  '[',
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                          }
../../ext/regex/cname.h:86:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "backslash",        '\\',
    ^~~~~~~~~~~~~~~~~~~~~~~~
    {                       }
../../ext/regex/cname.h:87:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "reverse-solidus",  '\\',
    ^~~~~~~~~~~~~~~~~~~~~~~~
    {                       }
../../ext/regex/cname.h:88:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "right-square-bracket", ']',
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                          }
../../ext/regex/cname.h:89:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "circumflex",       '^',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:90:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "circumflex-accent",    '^',
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                          }
../../ext/regex/cname.h:91:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "underscore",       '_',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:92:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "low-line",     '_',
    ^~~~~~~~~~~~~~~~~~~
    {                  }
../../ext/regex/cname.h:93:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "grave-accent",     '`',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:94:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "left-brace",       '{',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:95:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "left-curly-bracket",   '{',
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                          }
../../ext/regex/cname.h:96:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "vertical-line",    '|',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:97:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "right-brace",      '}',
    ^~~~~~~~~~~~~~~~~~~~~~~
    {                      }
../../ext/regex/cname.h:98:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "right-curly-bracket",  '}',
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                          }
../../ext/regex/cname.h:99:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "tilde",        '~',
    ^~~~~~~~~~~~~~~~~~~
    {                  }
../../ext/regex/cname.h:100:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    "DEL",  '\177',
    ^~~~~~~~~~~~~~
    {             }
../../ext/regex/cname.h:101:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    NULL,   0,
    ^~~~~~~~~
    {        }
/opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/sys/_types/_null.h:29:15: note: expanded from macro 'NULL'
#define NULL  __DARWIN_NULL
              ^
/opt/osxcross/target/bin/../SDK/MacOSX10.11.sdk/usr/include/sys/_types.h:52:23: note: expanded from macro '__DARWIN_NULL'
#define __DARWIN_NULL ((void *)0)
                      ^
../../ext/regex/regcomp.c:1226:1: warning: unused function 'mcsub' [-Wunused-function]
mcsub(cs, cp)
^
../../ext/regex/regcomp.c:1253:1: warning: unused function 'mcin' [-Wunused-function]
mcin(cs, cp)
^
111 warnings generated.
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../../ext/regex/regexec.o ../../ext/regex/regexec.c
../../ext/regex/regexec.c:19:12: warning: unused variable 'nope' [-Wunused-variable]
static int nope = 0;        /* for use in asserts; shuts lint up */
           ^
1 warning generated.
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -c -o ../../ext/regex/regerror.o ../../ext/regex/regerror.c
../../ext/regex/regerror.c:41:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_OKAY,   "REG_OKAY", "no errors detected",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                           }
../../ext/regex/regex.h:35:19: note: expanded from macro 'REG_OKAY'
#define REG_OKAY     0
                     ^
../../ext/regex/regerror.c:42:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_NOMATCH,    "REG_NOMATCH",  "regexec() failed to match",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                          }
../../ext/regex/regex.h:36:22: note: expanded from macro 'REG_NOMATCH'
#define REG_NOMATCH  1
                     ^
../../ext/regex/regerror.c:43:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_BADPAT, "REG_BADPAT",   "invalid regular expression",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                       }
../../ext/regex/regex.h:37:21: note: expanded from macro 'REG_BADPAT'
#define REG_BADPAT   2
                     ^
../../ext/regex/regerror.c:44:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_ECOLLATE,   "REG_ECOLLATE", "invalid collating element",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                          }
../../ext/regex/regex.h:38:23: note: expanded from macro 'REG_ECOLLATE'
#define REG_ECOLLATE     3
                         ^
../../ext/regex/regerror.c:45:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_ECTYPE, "REG_ECTYPE",   "invalid character class",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                    }
../../ext/regex/regex.h:39:21: note: expanded from macro 'REG_ECTYPE'
#define REG_ECTYPE   4
                     ^
../../ext/regex/regerror.c:46:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_EESCAPE,    "REG_EESCAPE",  "trailing backslash (\\)",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                        }
../../ext/regex/regex.h:40:22: note: expanded from macro 'REG_EESCAPE'
#define REG_EESCAPE  5
                     ^
../../ext/regex/regerror.c:47:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_ESUBREG,    "REG_ESUBREG",  "invalid backreference number",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                             }
../../ext/regex/regex.h:41:22: note: expanded from macro 'REG_ESUBREG'
#define REG_ESUBREG  6
                     ^
../../ext/regex/regerror.c:48:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_EBRACK, "REG_EBRACK",   "brackets ([ ]) not balanced",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                        }
../../ext/regex/regex.h:42:21: note: expanded from macro 'REG_EBRACK'
#define REG_EBRACK   7
                     ^
../../ext/regex/regerror.c:49:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_EPAREN, "REG_EPAREN",   "parentheses not balanced",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                     }
../../ext/regex/regex.h:43:21: note: expanded from macro 'REG_EPAREN'
#define REG_EPAREN   8
                     ^
../../ext/regex/regerror.c:50:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_EBRACE, "REG_EBRACE",   "braces not balanced",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                }
../../ext/regex/regex.h:44:21: note: expanded from macro 'REG_EBRACE'
#define REG_EBRACE   9
                     ^
../../ext/regex/regerror.c:51:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_BADBR,  "REG_BADBR",    "invalid repetition count(s)",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                        }
../../ext/regex/regex.h:45:19: note: expanded from macro 'REG_BADBR'
#define REG_BADBR   10
                    ^
../../ext/regex/regerror.c:52:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_ERANGE, "REG_ERANGE",   "invalid character range",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                    }
../../ext/regex/regex.h:46:20: note: expanded from macro 'REG_ERANGE'
#define REG_ERANGE  11
                    ^
../../ext/regex/regerror.c:53:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_ESPACE, "REG_ESPACE",   "out of memory",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                          }
../../ext/regex/regex.h:47:20: note: expanded from macro 'REG_ESPACE'
#define REG_ESPACE  12
                    ^
../../ext/regex/regerror.c:54:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_BADRPT, "REG_BADRPT",   "repetition-operator operand invalid",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                                }
../../ext/regex/regex.h:48:20: note: expanded from macro 'REG_BADRPT'
#define REG_BADRPT  13
                    ^
../../ext/regex/regerror.c:55:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_EMPTY,  "REG_EMPTY",    "empty (sub)expression",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                  }
../../ext/regex/regex.h:49:19: note: expanded from macro 'REG_EMPTY'
#define REG_EMPTY   14
                    ^
../../ext/regex/regerror.c:56:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_ASSERT, "REG_ASSERT",   "\"can't happen\" -- you found a bug",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                                }
../../ext/regex/regex.h:50:20: note: expanded from macro 'REG_ASSERT'
#define REG_ASSERT  15
                    ^
../../ext/regex/regerror.c:57:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    REG_INVARG, "REG_INVARG",   "invalid argument to regex routine",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                              }
../../ext/regex/regex.h:51:20: note: expanded from macro 'REG_INVARG'
#define REG_INVARG  16
                    ^
../../ext/regex/regerror.c:58:2: warning: suggest braces around initialization of subobject [-Wmissing-braces]
    -1,     "",     "*** unknown regexp error code ***",
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {                                                  }
18 warnings generated.
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src  -g -O2 -o z80asm errors.o libfile.o z80asm.o main.o opcodes.o model.o sym.o options.o listfile.o modlink.o z80pass.o symtab.o directives.o macros.o scan.o parse.o codearea.o module.o error_func.o zobjfile.o expr.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strhash.o lib/alloc.o lib/minunit.o lib/array.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o  -g -O2
i386-apple-darwin15-cc -MMD -I. -Ilib -It -g -Wall -ftabstop=4 -std=gnu11 -O3 -I../common -I../../ext/optparse -I../../ext/regex -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 options.o listfile.o modlink.o z80pass.o symtab.o directives.o macros.o scan.o parse.o codearea.o module.o error_func.o zobjfile.o expr.o hist.o lib/srcfile.o lib/list.o lib/dbg.o lib/str.o lib/class.o lib/strhash.o lib/alloc.o lib/minunit.o lib/array.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.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
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 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex    -c -o ar.o ar.c
i386-apple-darwin15-cc -o z80nm -g -O2 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex  ar.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.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/zobjcopy
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zobjcopy'
i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex    -c -o zobjcopy.o zobjcopy.c
i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex  -o zobjcopy zobjcopy.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o  -g -O2
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zobjcopy'
make -C src/zobjcopy PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zobjcopy'
install zobjcopy /home/build/z88dk/osx/z88dk/bin/zobjcopy
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zobjcopy'
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/ -g   -c -o ticks.o ticks.c
ticks.c:596:14: warning: '&' within '|' [-Wbitwise-op-parentheses]
  return  ff & 168  // S, 5, 3: bits 7, 5, 3
          ~~~^~~~~
ticks.c:596:14: note: place parentheses around the '&' expression to silence this warning
  return  ff & 168  // S, 5, 3: bits 7, 5, 3
             ^
          (       )
ticks.c:597:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
        | ff >> 8 & 1 // C bit 0, so value 256
        ~ ~~~~~~~~^~~
ticks.c:597:19: note: place parentheses around the '&' expression to silence this warning
        | ff >> 8 & 1 // C bit 0, so value 256
                  ^
          (          )
ticks.c:599:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
        | fb >> 8 & 2 // N (subtract flag) bit 1, value 512
        ~ ~~~~~~~~^~~
ticks.c:599:19: note: place parentheses around the '&' expression to silence this warning
        | fb >> 8 & 2 // N (subtract flag) bit 1, value 512
                  ^
          (          )
ticks.c:600:36: warning: '&' within '|' [-Wbitwise-op-parentheses]
        | (fr ^ fa ^ fb ^ fb >> 8) & 16 // H (half carry) bit 4
        ~ ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:600:36: note: place parentheses around the '&' expression to silence this warning
        | (fr ^ fa ^ fb ^ fb >> 8) & 16 // H (half carry) bit 4
                                   ^
          (                            )
ticks.c:603:45: warning: '&' within '|' [-Wbitwise-op-parentheses]
            : ((fr ^ fa) & (fr ^ fb)) >> 5) & 4; // P/V bit 2
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
ticks.c:603:45: note: place parentheses around the '&' expression to silence this warning
            : ((fr ^ fa) & (fr ^ fb)) >> 5) & 4; // P/V bit 2
                                            ^
ticks.c:607:15: warning: '&' within '|' [-Wbitwise-op-parentheses]
  return  ff_ & 168
          ~~~~^~~~~
ticks.c:607:15: note: place parentheses around the '&' expression to silence this warning
  return  ff_ & 168
              ^
          (        )
ticks.c:608:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
        | ff_ >> 8 & 1
        ~ ~~~~~~~~~^~~
ticks.c:608:20: note: place parentheses around the '&' expression to silence this warning
        | ff_ >> 8 & 1
                   ^
          (           )
ticks.c:610:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
        | fb_ >> 8 & 2
        ~ ~~~~~~~~~^~~
ticks.c:610:20: note: place parentheses around the '&' expression to silence this warning
        | fb_ >> 8 & 2
                   ^
          (           )
ticks.c:611:40: warning: '&' within '|' [-Wbitwise-op-parentheses]
        | (fr_ ^ fa_ ^ fb_ ^ fb_ >> 8) & 16
        ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:611:40: note: place parentheses around the '&' expression to silence this warning
        | (fr_ ^ fa_ ^ fb_ ^ fb_ >> 8) & 16
                                       ^
          (                                )
ticks.c:614:49: warning: '&' within '|' [-Wbitwise-op-parentheses]
            : ((fr_ ^ fa_) & (fr_ ^ fb_)) >> 5) & 4;
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
ticks.c:614:49: note: place parentheses around the '&' expression to silence this warning
            : ((fr_ ^ fa_) & (fr_ ^ fb_)) >> 5) & 4;
                                                ^
ticks.c:620:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
  fa= 255 & (fb= a & -129 | (a&4)<<5);
                 ~~^~~~~~ ~
ticks.c:620:20: note: place parentheses around the '&' expression to silence this warning
  fa= 255 & (fb= a & -129 | (a&4)<<5);
                   ^
                 (       )
ticks.c:1014:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
        mp= t+1 & 255
            ~~~~^~~~~
ticks.c:1014:17: note: place parentheses around the '&' expression to silence this warning
        mp= t+1 & 255
                ^
            (        )
ticks.c:1115:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff&256
              ~~^~~~
ticks.c:1115:17: note: place parentheses around the '&' expression to silence this warning
          ff= ff&256
                ^
              (     )
ticks.c:1157:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff&256
              ~~^~~~
ticks.c:1157:17: note: place parentheses around the '&' expression to silence this warning
          ff= ff&256
                ^
              (     )
ticks.c:1219:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff_= ff_&215
               ~~~^~~~
ticks.c:1219:19: note: place parentheses around the '&' expression to silence this warning
          ff_= ff_&215
                  ^
               (      )
ticks.c:1220:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1220:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1221:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb_= fb_      &128
               ~~~~~~~~~^~~~
ticks.c:1221:25: note: place parentheses around the '&' expression to silence this warning
          fb_= fb_      &128
                        ^
               (            )
ticks.c:1222:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa_^fr_) & 16;
            ~ ~~~~~~~~~~^~~~
ticks.c:1222:25: note: place parentheses around the '&' expression to silence this warning
            | (fa_^fr_) & 16;
                        ^
              (             )
ticks.c:1225:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff&215
              ~~^~~~
ticks.c:1225:17: note: place parentheses around the '&' expression to silence this warning
          ff= ff&215
                ^
              (     )
ticks.c:1226:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1226:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1227:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb= fb      &128
              ~~~~~~~~^~~~
ticks.c:1227:23: note: place parentheses around the '&' expression to silence this warning
          fb= fb      &128
                      ^
              (           )
ticks.c:1228:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa^fr) & 16;
            ~ ~~~~~~~~^~~~
ticks.c:1228:23: note: place parentheses around the '&' expression to silence this warning
            | (fa^fr) & 16;
                      ^
              (           )
ticks.c:1236:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff_= ff_&215
               ~~~^~~~
ticks.c:1236:19: 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:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb_= fb_      &128
               ~~~~~~~~~^~~~
ticks.c:1238:25: note: place parentheses around the '&' expression to silence this warning
          fb_= fb_      &128
                        ^
               (            )
ticks.c:1239:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa_^fr_) & 16;
            ~ ~~~~~~~~~~^~~~
ticks.c:1239:25: note: place parentheses around the '&' expression to silence this warning
            | (fa_^fr_) & 16;
                        ^
              (             )
ticks.c:1243:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff&215
              ~~^~~~
ticks.c:1243:17: note: place parentheses around the '&' expression to silence this warning
          ff= ff&215
                ^
              (     )
ticks.c:1244:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1244:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1245:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb= fb      &128
              ~~~~~~~~^~~~
ticks.c:1245:23: note: place parentheses around the '&' expression to silence this warning
          fb= fb      &128
                      ^
              (           )
ticks.c:1246:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa^fr) & 16;
            ~ ~~~~~~~~^~~~
ticks.c:1246:23: note: place parentheses around the '&' expression to silence this warning
            | (fa^fr) & 16;
                      ^
              (           )
ticks.c:1253:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
              | ff_>>8 & 1;
              ~ ~~~~~~~^~~
ticks.c:1253:24: note: place parentheses around the '&' expression to silence this warning
              | ff_>>8 & 1;
                       ^
                (         )
ticks.c:1254:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff_= ff_&215
               ~~~^~~~
ticks.c:1254:19: 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:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb_= fb_      & 128
               ~~~~~~~~~^~~~~
ticks.c:1256:25: note: place parentheses around the '&' expression to silence this warning
          fb_= fb_      & 128
                        ^
               (             )
ticks.c:1257:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa_^fr_) &  16;
            ~ ~~~~~~~~~~^~~~~
ticks.c:1257:25: note: place parentheses around the '&' expression to silence this warning
            | (fa_^fr_) &  16;
                        ^
              (              )
ticks.c:1260:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
              | ff>>8 & 1;
              ~ ~~~~~~^~~
ticks.c:1260:23: note: place parentheses around the '&' expression to silence this warning
              | ff>>8 & 1;
                      ^
                (        )
ticks.c:1261:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff&215
              ~~^~~~
ticks.c:1261:17: note: place parentheses around the '&' expression to silence this warning
          ff= ff&215
                ^
              (     )
ticks.c:1262:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1262:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1263:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb= fb      & 128
              ~~~~~~~~^~~~~
ticks.c:1263:23: note: place parentheses around the '&' expression to silence this warning
          fb= fb      & 128
                      ^
              (            )
ticks.c:1264:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa^fr) &  16;
            ~ ~~~~~~~~^~~~~
ticks.c:1264:23: note: place parentheses around the '&' expression to silence this warning
            | (fa^fr) &  16;
                      ^
              (            )
ticks.c:1270:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
          a_= t= (a_*513 | ff_&256)>>1;
                         ~ ~~~^~~~
ticks.c:1270:31: note: place parentheses around the '&' expression to silence this warning
          a_= t= (a_*513 | ff_&256)>>1;
                              ^
                           (      )
ticks.c:1271:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff_= ff_&215
               ~~~^~~~
ticks.c:1271:19: note: place parentheses around the '&' expression to silence this warning
          ff_= ff_&215
                  ^
               (      )
ticks.c:1272:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1272:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1273:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb_= fb_      &128
               ~~~~~~~~~^~~~
ticks.c:1273:25: note: place parentheses around the '&' expression to silence this warning
          fb_= fb_      &128
                        ^
               (            )
ticks.c:1274:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa_^fr_) & 16;
            ~ ~~~~~~~~~~^~~~
ticks.c:1274:25: note: place parentheses around the '&' expression to silence this warning
            | (fa_^fr_) & 16;
                        ^
              (             )
ticks.c:1276:28: warning: '&' within '|' [-Wbitwise-op-parentheses]
          a= t= (a*513 | ff&256)>>1;
                       ~ ~~^~~~
ticks.c:1276:28: note: place parentheses around the '&' expression to silence this warning
          a= t= (a*513 | ff&256)>>1;
                           ^
                         (     )
ticks.c:1277:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff&215
              ~~^~~~
ticks.c:1277:17: note: place parentheses around the '&' expression to silence this warning
          ff= ff&215
                ^
              (     )
ticks.c:1278:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | t &296;
            ~ ~~^~~~
ticks.c:1278:17: note: place parentheses around the '&' expression to silence this warning
            | t &296;
                ^
              (     )
ticks.c:1279:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb= fb      &128
              ~~~~~~~~^~~~
ticks.c:1279:23: note: place parentheses around the '&' expression to silence this warning
          fb= fb      &128
                      ^
              (           )
ticks.c:1280:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fa^fr) & 16;
            ~ ~~~~~~~~^~~~
ticks.c:1280:23: note: place parentheses around the '&' expression to silence this warning
            | (fa^fr) & 16;
                      ^
              (           )
ticks.c:1387:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            (a |ff&256)>0x99 && (u= 0x160); 
               ~~~^~~~
ticks.c:1387:19: note: place parentheses around the '&' expression to silence this warning
            (a |ff&256)>0x99 && (u= 0x160); 
                  ^
                (     )
ticks.c:1388:15: warning: '&' within '|' [-Wbitwise-op-parentheses]
            (a&15 | t)>9 && (u+= 6);
             ~^~~ ~
ticks.c:1388:15: note: place parentheses around the '&' expression to silence this warning
            (a&15 | t)>9 && (u+= 6);
              ^
             (   )
ticks.c:1397:16: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | u&256;
            ~ ~^~~~
ticks.c:1397:16: note: place parentheses around the '&' expression to silence this warning
            | u&256;
               ^
              (    )
ticks.c:1403:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff      &-41
              ~~~~~~~~^~~~
ticks.c:1403:23: note: place parentheses around the '&' expression to silence this warning
          ff= ff      &-41
                      ^
              (           )
ticks.c:1404:27: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (a_ = a^255)& 40;
            ~ ~~~~~~~~~~~~^~~~
ticks.c:1404:27: note: place parentheses around the '&' expression to silence this warning
            | (a_ = a^255)& 40;
                          ^
              (               )
ticks.c:1406:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fa=  fa & -17
               ~~~^~~~~
ticks.c:1406:19: note: place parentheses around the '&' expression to silence this warning
          fa=  fa & -17
                  ^
               (       )
ticks.c:1407:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | ~fr &  16; 
            ~ ~~~~^~~~~
ticks.c:1407:19: note: place parentheses around the '&' expression to silence this warning
            | ~fr &  16; 
                  ^
              (        )
ticks.c:1409:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ff      &-41
              ~~~~~~~~^~~~
ticks.c:1409:23: note: place parentheses around the '&' expression to silence this warning
          ff= ff      &-41
                      ^
              (           )
ticks.c:1410:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (a^=255)& 40;
            ~ ~~~~~~~~^~~~
ticks.c:1410:23: note: place parentheses around the '&' expression to silence this warning
            | (a^=255)& 40;
                      ^
              (           )
ticks.c:1412:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fa=  fa & -17
               ~~~^~~~~
ticks.c:1412:19: note: place parentheses around the '&' expression to silence this warning
          fa=  fa & -17
                  ^
               (       )
ticks.c:1413:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | ~fr &  16; 
            ~ ~~~~^~~~~
ticks.c:1413:19: note: place parentheses around the '&' expression to silence this warning
            | ~fr &  16; 
                  ^
              (        )
ticks.c:1419:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb_= fb_      &128
               ~~~~~~~~~^~~~
ticks.c:1419:25: note: place parentheses around the '&' expression to silence this warning
          fb_= fb_      &128
                        ^
               (            )
ticks.c:1420:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fr_^fa_) & 16;
            ~ ~~~~~~~~~~^~~~
ticks.c:1420:25: note: place parentheses around the '&' expression to silence this warning
            | (fr_^fa_) & 16;
                        ^
              (             )
ticks.c:1422:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | ff_  &128
            ~ ~~~~~^~~~
ticks.c:1422:20: note: place parentheses around the '&' expression to silence this warning
            | ff_  &128
                   ^
              (        )
ticks.c:1423:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | a_   & 40;
            ~ ~~~~~^~~~
ticks.c:1423:20: note: place parentheses around the '&' expression to silence this warning
            | a_   & 40;
                   ^
              (        )
ticks.c:1425:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb= fb      &128
              ~~~~~~~~^~~~
ticks.c:1425:23: note: place parentheses around the '&' expression to silence this warning
          fb= fb      &128
                      ^
              (           )
ticks.c:1426:23: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (fr^fa) & 16;
            ~ ~~~~~~~~^~~~
ticks.c:1426:23: note: place parentheses around the '&' expression to silence this warning
            | (fr^fa) & 16;
                      ^
              (           )
ticks.c:1428:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | ff  &128
            ~ ~~~~^~~~
ticks.c:1428:19: note: place parentheses around the '&' expression to silence this warning
            | ff  &128
                  ^
              (       )
ticks.c:1429:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | a   & 40;
            ~ ~~~~^~~~
ticks.c:1429:19: note: place parentheses around the '&' expression to silence this warning
            | a   & 40;
                  ^
              (       )
ticks.c:1435:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb_= fb_            &128
               ~~~~~~~~~~~~~~~^~~~
ticks.c:1435:31: note: place parentheses around the '&' expression to silence this warning
          fb_= fb_            &128
                              ^
               (                  )
ticks.c:1436:32: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (ff_>>4^fr_^fa_) & 16;
            ~ ~~~~~~~~~~~~~~~~~^~~~
ticks.c:1436:32: note: place parentheses around the '&' expression to silence this warning
            | (ff_>>4^fr_^fa_) & 16;
                               ^
              (                    )
ticks.c:1437:21: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff_= ~ff_ & 256
               ~~~~~^~~~~
ticks.c:1437:21: note: place parentheses around the '&' expression to silence this warning
          ff_= ~ff_ & 256
                    ^
               (         )
ticks.c:1438:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | ff_  & 128
            ~ ~~~~~^~~~~
ticks.c:1438:20: note: place parentheses around the '&' expression to silence this warning
            | ff_  & 128
                   ^
              (         )
ticks.c:1439:20: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | a_   &  40;
            ~ ~~~~~^~~~~
ticks.c:1439:20: note: place parentheses around the '&' expression to silence this warning
            | a_   &  40;
                   ^
              (         )
ticks.c:1441:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
          fb= fb            &128
              ~~~~~~~~~~~~~~^~~~
ticks.c:1441:29: note: place parentheses around the '&' expression to silence this warning
          fb= fb            &128
                            ^
              (                 )
ticks.c:1442:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | (ff>>4^fr^fa) & 16;
            ~ ~~~~~~~~~~~~~~^~~~
ticks.c:1442:29: note: place parentheses around the '&' expression to silence this warning
            | (ff>>4^fr^fa) & 16;
                            ^
              (                 )
ticks.c:1443:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
          ff= ~ff & 256
              ~~~~^~~~~
ticks.c:1443:19: note: place parentheses around the '&' expression to silence this warning
          ff= ~ff & 256
                  ^
              (        )
ticks.c:1444:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | ff  & 128
            ~ ~~~~^~~~~
ticks.c:1444:19: note: place parentheses around the '&' expression to silence this warning
            | ff  & 128
                  ^
              (        )
ticks.c:1445:19: warning: '&' within '|' [-Wbitwise-op-parentheses]
            | a   &  40;
            ~ ~~~~^~~~~
ticks.c:1445:19: note: place parentheses around the '&' expression to silence this warning
            | a   &  40;
                  ^
              (        )
ticks.c:2490:17: warning: '&' within '|' [-Wbitwise-op-parentheses]
          mp= mp&65280
              ~~^~~~~~
ticks.c:2490:17: note: place parentheses around the '&' expression to silence this warning
          mp= mp&65280
                ^
              (       )
ticks.c:2491:15: warning: unsequenced modification and access to 'mp' [-Wunsequenced]
            | ++mp;
              ^
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:27: warning: '&' within '|' [-Wbitwise-op-parentheses]
                  | t     &   8
                  ~ ~~~~~~^~~~~
ticks.c:3482:27: note: place parentheses around the '&' expression to silence this warning
                  | t     &   8
                          ^
                    (          )
ticks.c:3483:27: warning: '&' within '|' [-Wbitwise-op-parentheses]
                  | t<<4  &  32;
                  ~ ~~~~~~^~~~~
ticks.c:3483:27: note: place parentheses around the '&' expression to silence this warning
                  | t<<4  &  32;
                          ^
                    (          )
ticks.c:3499:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
            ff=  ff    & -41
                 ~~~~~~^~~~~
ticks.c:3499:24: note: place parentheses around the '&' expression to silence this warning
            ff=  ff    & -41
                       ^
                 (          )
ticks.c:3500:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
               | t     &   8
               ~ ~~~~~~^~~~~
ticks.c:3500:24: note: place parentheses around the '&' expression to silence this warning
               | t     &   8
                       ^
                 (          )
ticks.c:3501:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
               | t<<4  &  32;
               ~ ~~~~~~^~~~~
ticks.c:3501:24: note: place parentheses around the '&' expression to silence this warning
               | t<<4  &  32;
                       ^
                 (          )
ticks.c:3517:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
            ff=  ff    & -41
                 ~~~~~~^~~~~
ticks.c:3517:24: note: place parentheses around the '&' expression to silence this warning
            ff=  ff    & -41
                       ^
                 (          )
ticks.c:3518:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
               | t     &   8
               ~ ~~~~~~^~~~~
ticks.c:3518:24: note: place parentheses around the '&' expression to silence this warning
               | t     &   8
                       ^
                 (          )
ticks.c:3519:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
               | t<<4  &  32;
               ~ ~~~~~~^~~~~
ticks.c:3519:24: note: place parentheses around the '&' expression to silence this warning
               | t<<4  &  32;
                       ^
                 (          )
ticks.c:3546:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
            ff=  ff    & -41
                 ~~~~~~^~~~~
ticks.c:3546:24: note: place parentheses around the '&' expression to silence this warning
            ff=  ff    & -41
                       ^
                 (          )
ticks.c:3547:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
               | t     &   8
               ~ ~~~~~~^~~~~
ticks.c:3547:24: note: place parentheses around the '&' expression to silence this warning
               | t     &   8
                       ^
                 (          )
ticks.c:3548:24: warning: '&' within '|' [-Wbitwise-op-parentheses]
               | t<<4  &  32;
               ~ ~~~~~~^~~~~
ticks.c:3548:24: note: place parentheses around the '&' expression to silence this warning
               | t<<4  &  32;
                       ^
                 (          )
ticks.c:3632: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:477:20: note: expanded from macro 'ADCHLRR'
          v= l+b+(h+a<<8)+(ff>>8&1),\
                  ~^~~~
ticks.c:3632:22: note: place parentheses around the '+' expression to silence this warning
          case 0x4a: ADCHLRR(b, c); break;                   // ADC HL,BC
                     ^~~~~~~~~~~~~
ticks.c:477:20: note: expanded from macro 'ADCHLRR'
          v= l+b+(h+a<<8)+(ff>>8&1),\
                  ~^~
ticks.c:3633: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:477:20: note: expanded from macro 'ADCHLRR'
          v= l+b+(h+a<<8)+(ff>>8&1),\
                  ~^~~~
ticks.c:3633:22: note: place parentheses around the '+' expression to silence this warning
          case 0x5a: ADCHLRR(d, e); break;                   // ADC HL,DE
                     ^~~~~~~~~~~~~
ticks.c:477:20: note: expanded from macro 'ADCHLRR'
          v= l+b+(h+a<<8)+(ff>>8&1),\
                  ~^~
ticks.c:3634: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:477:20: note: expanded from macro 'ADCHLRR'
          v= l+b+(h+a<<8)+(ff>>8&1),\
                  ~^~~~
ticks.c:3634:22: note: place parentheses around the '+' expression to silence this warning
          case 0x6a: ADCHLRR(h, l); break;                   // ADC HL,HL
                     ^~~~~~~~~~~~~
ticks.c:477:20: note: expanded from macro 'ADCHLRR'
          v= l+b+(h+a<<8)+(ff>>8&1),\
                  ~^~
ticks.c:3718:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff&-256
                          ~~^~~~~
ticks.c:3718:29: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff&-256
                            ^
                          (      )
ticks.c:3724:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | (a= (r&127|r7&128));
                               ~^~~~~
ticks.c:3724:33: note: place parentheses around the '&' expression to silence this warning
                        | (a= (r&127|r7&128));
                                ^
                               (    )
ticks.c:3724:40: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | (a= (r&127|r7&128));
                                    ~~~^~~~
ticks.c:3724:40: note: place parentheses around the '&' expression to silence this warning
                        | (a= (r&127|r7&128));
                                       ^
                                     (     )
ticks.c:3723:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff&-256
                          ~~^~~~~
ticks.c:3723:29: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff&-256
                            ^
                          (      )
ticks.c:3732:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff&-256
                          ~~^~~~~
ticks.c:3732:29: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff&-256
                            ^
                          (      )
ticks.c:3742:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff&-256
                          ~~^~~~~
ticks.c:3742:29: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff&-256
                            ^
                          (      )
ticks.c:3754:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff    & -41
                          ~~~~~~^~~~~
ticks.c:3754:33: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff    & -41
                                ^
                          (          )
ticks.c:3755:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t     &   8
                        ~ ~~~~~~^~~~~
ticks.c:3755:33: note: place parentheses around the '&' expression to silence this warning
                        | t     &   8
                                ^
                          (          )
ticks.c:3756:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t<<4  &  32;
                        ~ ~~~~~~^~~~~
ticks.c:3756:33: note: place parentheses around the '&' expression to silence this warning
                        | t<<4  &  32;
                                ^
                          (          )
ticks.c:3767:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff    & -41
                          ~~~~~~^~~~~
ticks.c:3767:33: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff    & -41
                                ^
                          (          )
ticks.c:3768:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t     &   8
                        ~ ~~~~~~^~~~~
ticks.c:3768:33: note: place parentheses around the '&' expression to silence this warning
                        | t     &   8
                                ^
                          (          )
ticks.c:3769:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t<<4  &  32;
                        ~ ~~~~~~^~~~~
ticks.c:3769:33: note: place parentheses around the '&' expression to silence this warning
                        | t<<4  &  32;
                                ^
                          (          )
ticks.c:3780:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff    & -41
                          ~~~~~~^~~~~
ticks.c:3780:33: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff    & -41
                                ^
                          (          )
ticks.c:3781:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t     &   8
                        ~ ~~~~~~^~~~~
ticks.c:3781:33: note: place parentheses around the '&' expression to silence this warning
                        | t     &   8
                                ^
                          (          )
ticks.c:3782:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t<<4  &  32;
                        ~ ~~~~~~^~~~~
ticks.c:3782:33: note: place parentheses around the '&' expression to silence this warning
                        | t<<4  &  32;
                                ^
                          (          )
ticks.c:3796:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff    & -41
                          ~~~~~~^~~~~
ticks.c:3796:33: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff    & -41
                                ^
                          (          )
ticks.c:3797:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t     &   8
                        ~ ~~~~~~^~~~~
ticks.c:3797:33: note: place parentheses around the '&' expression to silence this warning
                        | t     &   8
                                ^
                          (          )
ticks.c:3798:33: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | t<<4  &  32;
                        ~ ~~~~~~^~~~~
ticks.c:3798:33: note: place parentheses around the '&' expression to silence this warning
                        | t<<4  &  32;
                                ^
                          (          )
ticks.c:3810:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fr=  w & 127
                          ~~^~~~~
ticks.c:3810:29: note: place parentheses around the '&' expression to silence this warning
                     fr=  w & 127
                            ^
                          (      )
ticks.c:3816:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff  & -256
                          ~~~~^~~~~~
ticks.c:3816:31: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff  & -256
                              ^
                          (         )
ticks.c:3817:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | w   &  -41;
                        ~ ~~~~^~~~~~
ticks.c:3817:31: note: place parentheses around the '&' expression to silence this warning
                        | w   &  -41;
                              ^
                          (         )
ticks.c:3819:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                    ff|= w<<4 & 32
                         ~~~~~^~~~
ticks.c:3819:31: note: place parentheses around the '&' expression to silence this warning
                    ff|= w<<4 & 32
                              ^
                         (        )
ticks.c:3820:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                       | w    &  8; break;
                       ~ ~~~~~^~~~
ticks.c:3820:31: note: place parentheses around the '&' expression to silence this warning
                       | w    &  8; break;
                              ^
                         (        )
ticks.c:3826:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fr=  w & 127
                          ~~^~~~~
ticks.c:3826:29: note: place parentheses around the '&' expression to silence this warning
                     fr=  w & 127
                            ^
                          (      )
ticks.c:3832:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff  & -256
                          ~~~~^~~~~~
ticks.c:3832:31: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff  & -256
                              ^
                          (         )
ticks.c:3833:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | w   &  -41;
                        ~ ~~~~^~~~~~
ticks.c:3833:31: note: place parentheses around the '&' expression to silence this warning
                        | w   &  -41;
                              ^
                          (         )
ticks.c:3835:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                    ff|= w<<4 & 32
                         ~~~~~^~~~
ticks.c:3835:31: note: place parentheses around the '&' expression to silence this warning
                    ff|= w<<4 & 32
                              ^
                         (        )
ticks.c:3836:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                       | w    &  8; break;
                       ~ ~~~~~^~~~
ticks.c:3836:31: note: place parentheses around the '&' expression to silence this warning
                       | w    &  8; break;
                              ^
                         (        )
ticks.c:3842:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fr=  w & 127
                          ~~^~~~~
ticks.c:3842:29: note: place parentheses around the '&' expression to silence this warning
                     fr=  w & 127
                            ^
                          (      )
ticks.c:3849:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff  & -256
                          ~~~~^~~~~~
ticks.c:3849:31: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff  & -256
                              ^
                          (         )
ticks.c:3850:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | w   &  -41;
                        ~ ~~~~^~~~~~
ticks.c:3850:31: note: place parentheses around the '&' expression to silence this warning
                        | w   &  -41;
                              ^
                          (         )
ticks.c:3852:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                    ff|= w<<4 & 32
                         ~~~~~^~~~
ticks.c:3852:31: note: place parentheses around the '&' expression to silence this warning
                    ff|= w<<4 & 32
                              ^
                         (        )
ticks.c:3853:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                       | w    &  8; break;
                       ~ ~~~~~^~~~
ticks.c:3853:31: note: place parentheses around the '&' expression to silence this warning
                       | w    &  8; break;
                              ^
                         (        )
ticks.c:3859:29: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fr=  w & 127
                          ~~^~~~~
ticks.c:3859:29: note: place parentheses around the '&' expression to silence this warning
                     fr=  w & 127
                            ^
                          (      )
ticks.c:3866:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     ff=  ff  & -256
                          ~~~~^~~~~~
ticks.c:3866:31: note: place parentheses around the '&' expression to silence this warning
                     ff=  ff  & -256
                              ^
                          (         )
ticks.c:3867:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                        | w   &  -41;
                        ~ ~~~~^~~~~~
ticks.c:3867:31: note: place parentheses around the '&' expression to silence this warning
                        | w   &  -41;
                              ^
                          (         )
ticks.c:3869:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                    ff|= w<<4 & 32
                         ~~~~~^~~~
ticks.c:3869:31: note: place parentheses around the '&' expression to silence this warning
                    ff|= w<<4 & 32
                              ^
                         (        )
ticks.c:3870:31: warning: '&' within '|' [-Wbitwise-op-parentheses]
                       | w    &  8; break;
                       ~ ~~~~~^~~~
ticks.c:3870:31: note: place parentheses around the '&' expression to silence this warning
                       | w    &  8; break;
                              ^
                         (        )
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:3889:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3889:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3892:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3892:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3901:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3901:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3904:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3904:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3913:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3913:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3916:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3916:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3926:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3926:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3929:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3929:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3939:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3939:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3942:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3942:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3953:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3953:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3956:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3956:55: note: place parentheses around the '&' expression to silence this warning
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                                                      ^
                          (                               )
ticks.c:3967:27: warning: '&' within '^' [-Wbitwise-op-parentheses]
                     fb= u&7^b;
                         ~^~~
ticks.c:3967:27: note: place parentheses around the '&' expression to silence this warning
                     fb= u&7^b;
                          ^
                         (  )
ticks.c:3970:55: warning: '&' within '|' [-Wbitwise-op-parentheses]
                     fb=  (4928640>>((fb^fb>>4)&15)^b)&128
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
ticks.c:3970: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/ -g   -c -o hook_console.o hook_console.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g   -c -o hook_io.o hook_io.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g   -c -o hook_misc.o hook_misc.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g   -c -o hook.o hook.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g   -c -o debugger.o debugger.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g   -c -o linenoise.o linenoise.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g   -c -o utf8.o utf8.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g   -c -o syms.o syms.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g   -c -o disassembler_alg.o disassembler_alg.c
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g   -c -o memory.o memory.c
i386-apple-darwin15-cc -o ticks -g -O2 -I../../ext/uthash/src/ -g ticks.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o
i386-apple-darwin15-cc -g -O2 -I../../ext/uthash/src/ -g   -c -o disassembler_main.o disassembler_main.c
i386-apple-darwin15-cc -o z88dk-dis -g -O2 -I../../ext/uthash/src/ -g disassembler_main.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 support/pv1000
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support/pv1000'
i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex   -c -o font2pv1000.o font2pv1000.c
i386-apple-darwin15-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o font2pv1000 font2pv1000.o -g -O2
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/support/pv1000'
make -C support/pv1000 PREFIX=`pwd` install
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support/pv1000'
install font2pv1000 /home/build/z88dk/osx/z88dk/bin/font2pv1000
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/support/pv1000'
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_693_missing_return.c -o Issue_693_missing_return.opt
diff -w tmp.opt results/Issue_693_missing_return.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_701_compound_scope.c -o Issue_701_compound_scope.opt
diff -w tmp.opt results/Issue_701_compound_scope.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_1015_break_without_loop_variable.c -o Issue_1015_break_without_loop_variable.opt
diff -w tmp.opt results/Issue_1015_break_without_loop_variable.opt
zcc +test -vn -a Issue_1016_long_const_compare.c -o Issue_1016_long_const_compare.opt
diff -w tmp.opt results/Issue_1016_long_const_compare.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_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_452_unsigned.c -o Issue_452_unsigned.opt
diff -w tmp.opt results/Issue_452_unsigned.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_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_1007_Fix_FP_Constant_Multiplication.c -o Issue_1007_Fix_FP_Constant_Multiplication.opt
diff -w tmp.opt results/Issue_1007_Fix_FP_Constant_Multiplication.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_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_491_enums.c -o Issue_491_enums.opt
diff -w tmp.opt results/Issue_491_enums.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_1015_break_with_loop_variable.c -o Issue_1015_break_with_loop_variable.opt
diff -w tmp.opt results/Issue_1015_break_with_loop_variable.opt
zcc +test -vn -a Far_Pointer_Call.c -o Far_Pointer_Call.opt
diff -w tmp.opt results/Far_Pointer_Call.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_98_underlying.c -o Issue_98_underlying.opt
diff -w tmp.opt results/Issue_98_underlying.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_985_ptr_cast.c -o Issue_985_ptr_cast.opt
diff -w tmp.opt results/Issue_985_ptr_cast.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 paramsoffset.c -o paramsoffset.opt
diff -w tmp.opt results/paramsoffset.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_715__double_subtraction.c -o Issue_715__double_subtraction.opt
diff -w tmp.opt results/Issue_715__double_subtraction.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_678_compound.c -o Issue_678_compound.opt
diff -w tmp.opt results/Issue_678_compound.opt
zcc +test -vn -a shortcall.c -o shortcall.opt
diff -w tmp.opt results/shortcall.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_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_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_896_nested_struct_initialisation.c -o Issue_896_nested_struct_initialisation.opt
diff -w tmp.opt results/Issue_896_nested_struct_initialisation.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_1016_double_const_compare.c -o Issue_1016_double_const_compare.opt
diff -w tmp.opt results/Issue_1016_double_const_compare.opt
zcc +test -vn -a Issue_693_fastcall.c -o Issue_693_fastcall.opt
diff -w tmp.opt results/Issue_693_fastcall.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 -vn -a long_addition_opts.c -o long_addition_opts.opt
diff -w tmp.opt results/long_addition_opts.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 pc88.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 multi8.o spc1000.o mz2500.o d88.o fp1100.o cpmdisk.o cpm2.o mameql.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/appmake'
make -C src/common clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/common'
rm -f t/test die.o strutil.o fileutil.o objfile.o optparse.o t/t_types.o t/t_die.o t/test.o t/t_fileutil.o t/t_strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/Unity/src/unity.o  die.d strutil.d fileutil.d objfile.d optparse.d t/t_types.d t/t_die.d t/test.d t/t_fileutil.d t/t_strutil.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d ../../ext/Unity/src/unity.d
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/common'
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/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/lstmanip clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/lstmanip'
rm -f z88dk-lstmanip lstmanip.o core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/lstmanip'
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/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 debugger.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o core
rm -f z88dk-dis disassembler_main.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/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/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 strhash.o class.o srcfile.o list.o dbg.o alloc.o str.o minunit.o array.o ../../common/die.o ../../common/fileutil.o ../../common/strutil.o t/test_alloc t/test_init t/test_dbg t/test_str libclibrary.a
rm -f t/test_alloc.exe t/test_init.exe t/test_dbg.exe t/test_str.exe
rm -f t/test_alloc.out t/test_init.out t/test_dbg.out t/test_str.out
rm -f t/test_alloc.o t/test_init.o t/test_dbg.o t/test_str.o
rm -f t/tests.log
rm -f *.bak
rm -f -r win32/Debug win32/Release win32/ipch
rm -f strhash.d class.d srcfile.d list.d dbg.d alloc.d str.d minunit.d array.d ../../common/die.d ../../common/fileutil.d ../../common/strutil.d
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
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 model.d modlink.d zobjfile.d expr.d z80pass.d symtab.d macros.d scan.d codearea.d module.d error_func.d sym.d errors.d options.d hist.d lib/srcfile.d lib/list.d lib/dbg.d lib/str.d lib/class.d lib/strhash.d lib/minunit.d lib/array.d lib/alloc.d ../common/die.d ../common/strutil.d ../common/fileutil.d ../common/objfile.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.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 ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o  ar.d ../common/die.d ../common/objfile.d ../common/fileutil.d ../common/strutil.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d core
rm -f -rf Debug Release
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80nm'
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'
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/zobjcopy clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zobjcopy'
rm -f zobjcopy zobjcopy.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o 
rm -f  ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o zobjcopy.d ../common/die.d ../common/strutil.d ../common/fileutil.d ../common/objfile.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d  *.bak t/*.bak
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zobjcopy'
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/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 support clean
make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support'
make -C graphics clean
make[2]: Entering directory '/home/build/z88dk/osx/z88dk/support/graphics'
rm -f z80svg z80svg.o getopt/*.o core
rm -f -rf Debug Release
make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/support/graphics'
make -C pv1000 clean
make[2]: Entering directory '/home/build/z88dk/osx/z88dk/support/pv1000'
rm -f font2pv1000 font2pv1000.o
rm -f  font2pv1000.d  *.bak t/*.bak
make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/support/pv1000'
make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/support'
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 *.map ../../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 *.map  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 *.map 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 *.map  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 *.map ../../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 *.map ../../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 *.map  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_608_Arrays.opt Issue_98_Stack_offset.opt Issue_543_complement.opt Issue_1015_break_without_loop_variable.opt Issue_490_repeated_extern_decls.opt Issue_1016_long_const_compare.opt Issue_254_KR_Specifiers.opt Issue_1007_Fix_FP_Constant_Multiplication.opt Issue_485_sdccdecl.opt Issue_452_pointers.opt Issue_615_while_loop.opt Issue_452_unsigned.opt Issue_574_fastcall_offset.opt Issue_569_jagged_array.opt Issue_499_typedef_initialisation.opt Issue_1015_break_with_loop_variable.opt Far_Pointer_Call.opt Issue_98_check_int.opt Issue_103_double_prepost.opt Issue_452_arrays.opt Issue_985_ptr_cast.opt Issue_26_casting.opt paramsoffset.opt Issue_514_flexible_member.opt Issue_678_compound.opt Issue_452_struct.opt Issue_98_underlying.opt Issue_482_optrule.opt long_addition_opts.opt 01_cast_global_pointer.opt Issue_693_missing_return.opt Issue_896_nested_struct_initialisation.opt shortcall.opt Issue_501_extern_at.opt Issue_693_fastcall.opt Issue_295_structgetsfar.opt 02_addr_ptr.opt Issue_419_Extern_Prototypes_In_Function.opt Issue_188_builtins.opt Issue_493__func__.opt Issue_103_floating_addition.opt Issue_615_loop.opt Issue_510_long_and.opt Issue_569_init_from_2d_array.opt Issue_489_variable_defn_in_forloop.opt Issue_491_enums.opt Issue_615_if.opt Issue_701_compound_scope.opt Issue_497_astroforce_compile.opt Issue_452_far_pointers.opt Issue_510_mult_minus1.opt Issue_490_long_extension.opt Issue_564_casting.opt Issue_509_long_constant.opt Issue_507_unnamed_structs.opt Issue_715__double_subtraction.opt Issue_490_ptr_arithmetic.opt Issue_480_asmfunc.opt Issue_1016_double_const_compare.opt Issue_600_fastcall.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 126700
-rw-rw-r-- 1 build build 34994978 Nov 24 03:16 z88dk-20181124-b2057e4-13295.tgz
lrwxrwxrwx 1 build build       32 Nov 24 03:17 z88dk-latest.tgz -> z88dk-20181124-b2057e4-13295.tgz
-rw-rw-r-- 1 build build 45656349 Nov 24 03:17 z88dk-osx-20181124-b2057e4-13295.zip
lrwxrwxrwx 1 build build       36 Nov 24 03:17 z88dk-osx-latest.zip -> z88dk-osx-20181124-b2057e4-13295.zip
-rw-rw-r-- 1 build build 49084887 Nov 24 03:16 z88dk-win32-20181124-b2057e4-13295.zip
lrwxrwxrwx 1 build build       38 Nov 24 03:17 z88dk-win32-latest.zip -> z88dk-win32-20181124-b2057e4-13295.zip
