************************************************************** Build successful ************************************************************** ######################################################################### Build starting ######################################################################### ######################################################################### Updating from guest git ######################################################################### From https://github.com/z88dk/z88dk 0dbd777c6d..d39ec55a9c master -> origin/master Updating 0dbd777c6d..d39ec55a9c Fast-forward include/cpm.h | 4 + libsrc/target/cpm/fcntl/Makefile | 2 + libsrc/target/cpm/fcntl/bdosh.c | 25 ++ libsrc/target/cpm/fcntl/bdosh_callee.c | 30 +++ libsrc/target/cpm/fcntl/fcntl.lst | 2 + src/sccz80/codegen.c | 473 ++++++++++++++++++++++++--------- src/sccz80/define.h | 16 +- test/suites/sccz80/mult.c | 8 +- 8 files changed, 428 insertions(+), 132 deletions(-) create mode 100644 libsrc/target/cpm/fcntl/bdosh.c create mode 100644 libsrc/target/cpm/fcntl/bdosh_callee.c ######################################################################### Creating src tarball ######################################################################### ######################################################################### Starting native build ######################################################################### Checking if submodule dependencies are met... Module dependencies are present make -C src/appmake PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/appmake' ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mz2500.o mz2500.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o px.o px.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o appmake.o appmake.c appmake.c: In function 'option_set': appmake.c:576:34: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 576 | option_cb func = (option_cb)option->dest; | ^ appmake.c: In function 'mb_enumerate_banks': appmake.c:1223:65: warning: '_' directive output may be truncated writing 1 byte into a region of size between 0 and 4096 [-Wformat-truncation=] 1223 | snprintf(bfilename, MBBUFFERMAX, "%s_%s.bin", binname_buf, section_name); | ^ In file included from /usr/include/stdio.h:867, from appmake.h:11, from appmake.c:14: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 6 and 5120 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o fp1100.o fp1100.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o newbrain.o newbrain.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mz.o mz.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o m5.o m5.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88.o z88.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o newext.o newext.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sos.o sos.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ace-tap.o ace-tap.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx.o zx.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o svi.o svi.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o homelab.o homelab.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o inject.o inject.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pmd85.o pmd85.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o smc777.o smc777.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o x07.o x07.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o trs80.o trs80.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vector06c.o vector06c.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rom.o rom.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o enterprise.o enterprise.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o x1.o x1.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o noop.o noop.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o extract.o extract.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o nascom.o nascom.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpmdisk.o cpmdisk.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o msx.o msx.c msx.c: In function 'msx_exec': msx.c:222:23: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] 222 | writeword(pos + len + 1, fpout); /* End Address */ | ~~~~^~~~~ ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o galaksija.o galaksija.c galaksija.c: In function 'gal_exec': galaksija.c:269:9: warning: 'after_header' may be used uninitialized in this function [-Wmaybe-uninitialized] 269 | fseek(fpin, after_header, SEEK_SET); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx81.o zx81.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o nec.o nec.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sol20.o sol20.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o multi8.o multi8.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pc88.o pc88.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o fat.o fat.c fat.c:32:95: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 32 | { 'a', "add-file", "Add additional files [hostfile:msxfile] or [hostfile]", OPT_FUNCTION, (void *)c_add_file }, | ^ ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sc3000.o sc3000.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o residos.o residos.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o adam.o adam.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rex6000.o rex6000.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88elf.o z88elf.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ondra.o ondra.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ff.o ff.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o p2000.o p2000.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpc.o cpc.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mtx.o mtx.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o abc80.o abc80.c abc80.c: In function 'datablockout': abc80.c:129:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 129 | fread(&buffer[3], 253, 1, fin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zxn.o zxn.c zxn.c:34:5: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 34 | NULL, // patchdata | ^~~~ zxn.c:34:5: note: (near initialization for 'zxt.usr_address') ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o spc1000.o spc1000.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z9001.o z9001.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o dai.o dai.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mameql.o mameql.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o kc.o kc.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o c7420.o c7420.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o primo.o primo.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lviv.o lviv.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mc.o mc.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o hex.o hex.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zxvgs.o zxvgs.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pc88disc.o pc88disc.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lz49.o lz49.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mgt.o mgt.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lynx.o lynx.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tvc.o tvc.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z1013.o z1013.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vz.o vz.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pasopia7.o pasopia7.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o msxrom.o msxrom.c msxrom.c: In function 'msxrom_exec': msxrom.c:82:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 82 | fread(memory + (i * 0x4000), 0x4000, 1, fpin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx-util.o zx-util.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rk.o rk.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o glue.o glue.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sms.o sms.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tixx.o tixx.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o gb.o gb.c gb.c: In function 'gb_exec': gb.c:128:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 128 | fread(memory + (i * 0x4000), 0x4000, 1, fpin); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88shell.o z88shell.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o c128.o c128.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o aquarius.o aquarius.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpm2.o cpm2.c cpm2.c:40:95: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 40 | { 'a', "add-file", "Add additional files [hostfile:cpmfile] or [hostfile]", OPT_FUNCTION, (void *)c_add_file }, | ^ ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vg5k.o vg5k.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sorcerer.o sorcerer.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mamepp.o mamepp.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ../common/dirname.o ../common/dirname.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -o z88dk-appmake mz2500.o px.o appmake.o fp1100.o newbrain.o mz.o m5.o z88.o newext.o sos.o ace-tap.o zx.o svi.o homelab.o inject.o pmd85.o smc777.o x07.o trs80.o vector06c.o rom.o enterprise.o x1.o noop.o extract.o nascom.o cpmdisk.o msx.o galaksija.o zx81.o nec.o sol20.o multi8.o pc88.o fat.o sc3000.o residos.o adam.o rex6000.o z88elf.o ondra.o ff.o p2000.o cpc.o mtx.o abc80.o zxn.o spc1000.o z9001.o dai.o mameql.o kc.o c7420.o primo.o lviv.o mc.o hex.o zxvgs.o pc88disc.o lz49.o mgt.o lynx.o tvc.o z1013.o vz.o pasopia7.o msxrom.o zx-util.o rk.o glue.o sms.o tixx.o gb.o z88shell.o c128.o aquarius.o cpm2.o vg5k.o sorcerer.o mamepp.o ../common/dirname.o -g -O2 install z88dk-appmake /home/build/z88dk/build/z88dk/bin/z88dk-appmake make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/appmake' make -C src/copt PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/copt' ccache gcc -c -o copt.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. copt.c ccache gcc -c -o regex/regcomp.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regcomp.c ccache gcc -c -o regex/regerror.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regerror.c ccache gcc -c -o regex/regexec.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regexec.c ccache gcc -c -o regex/regfree.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regfree.c ccache gcc -o z88dk-copt -g -O2 copt.o regex/regcomp.o regex/regerror.o regex/regexec.o regex/regfree.o install z88dk-copt /home/build/z88dk/build/z88dk/bin/z88dk-copt make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/copt' make -C src/cpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/cpp' ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp6.o cpp6.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp2.o cpp2.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp4.o cpp4.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp5.o cpp5.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp3.o cpp3.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp1.o cpp1.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-zcpp cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o -g -O2 install z88dk-zcpp /home/build/z88dk/build/z88dk/bin/z88dk-zcpp make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/cpp' make -C src/ucpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/ucpp' ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o mem.o mem.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o nhash.o nhash.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o cpp.o cpp.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o lexer.o lexer.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o assert.o assert.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o macro.o macro.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o eval.o eval.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -o z88dk-ucpp mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o -g -O2 install z88dk-ucpp /home/build/z88dk/build/z88dk/bin/z88dk-ucpp make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/ucpp' make -C src/sccz80 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/sccz80' ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o callfunc.o callfunc.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o cdbfile.o cdbfile.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o codegen.o codegen.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o const.o const.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o data.o data.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o declinit.o declinit.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o error.o error.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o expr.o expr.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o goto.o goto.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o io.o io.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o lex.o lex.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o main.o main.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o misc.o misc.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o plunge.o plunge.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o preproc.o preproc.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o primary.o primary.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o stmt.o stmt.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o sym.o sym.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o while.o while.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o declparse.o declparse.c ccache gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o ../common/option.o ../common/option.c ccache gcc -g -O2 -o sccz80 callfunc.o cdbfile.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 ../common/option.o -lm install -m 755 sccz80 /home/build/z88dk/build/z88dk/bin/z88dk-sccz80 make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/sccz80' make -C src/z80asm PREFIX=`pwd` PREFIX_SHARE=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm' ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/libfile.o src/c/libfile.c cd dev && perl make_reloc_code.pl && dos2unix -q reloc_code.[ch] && \ mv -f reloc_code.[ch] ../src/c/ ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/reloc_code.o src/c/reloc_code.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/expr1.o src/c/expr1.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/list.o src/c/list.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/sym.o src/c/sym.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/dbg.o src/c/dbg.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/opcodes.o src/c/opcodes.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/common.o src/c/common.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/class.o src/c/class.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/modlink.o src/c/modlink.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/z80pass.o src/c/z80pass.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/directives.o src/c/directives.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/scan.o src/c/scan.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/strhash.o src/c/strhash.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -O0 -c -o src/c/parse.o src/c/parse.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/str.o src/c/str.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/minunit.o src/c/minunit.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/codearea.o src/c/codearea.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/zobjfile.o src/c/zobjfile.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/module1.o src/c/module1.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/symtab1.o src/c/symtab1.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/array.o src/c/array.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/alloc.o src/c/alloc.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/z80asm.o src/c/z80asm.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/die.o ../common/die.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/strutil.o ../common/strutil.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/fileutil.o ../common/fileutil.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/zutils.o ../common/zutils.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/objfile.o ../common/objfile.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/optparse.o ../common/optparse.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regfree.o ../../ext/regex/regfree.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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:6:16: warning: missing braces around initializer [-Wmissing-braces] 6 | } cclasses[] = { | ^ In file included from ../../ext/regex/regcomp.c:13: ../../ext/regex/cname.h:5:14: warning: missing braces around initializer [-Wmissing-braces] 5 | } cnames[] = { | ^ ../../ext/regex/regcomp.c: In function 'p_ere': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:254:3: note: in expansion of macro 'REQUIRE' 254 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:301:3: note: in expansion of macro 'REQUIRE' 301 | REQUIRE(MORE(), REG_EPAREN); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE' 97 | #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) | ^~~~~~~ ../../ext/regex/regcomp.c:314:3: note: in expansion of macro 'MUSTEAT' 314 | MUSTEAT(')', REG_EPAREN); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:357:3: note: in expansion of macro 'REQUIRE' 357 | REQUIRE(MORE(), REG_EESCAPE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:362:3: note: in expansion of macro 'REQUIRE' 362 | REQUIRE(!MORE() || !isdigit(PEEK()), REG_BADRPT); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:378:2: note: in expansion of macro 'REQUIRE' 378 | REQUIRE(!wascaret, REG_BADRPT); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:405:5: note: in expansion of macro 'REQUIRE' 405 | REQUIRE(count <= count2, REG_BADBR); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:414:4: note: in expansion of macro 'REQUIRE' 414 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:437:2: note: in expansion of macro 'REQUIRE' 437 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:480:2: note: in expansion of macro 'REQUIRE' 480 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:505:3: note: in expansion of macro 'REQUIRE' 505 | REQUIRE(MORE(), REG_EESCAPE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:535:3: note: in expansion of macro 'REQUIRE' 535 | REQUIRE(EATTWO('\\', ')'), REG_EPAREN); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:565:3: note: in expansion of macro 'REQUIRE' 565 | REQUIRE(starordinary, REG_BADRPT); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:583:5: note: in expansion of macro 'REQUIRE' 583 | REQUIRE(count <= count2, REG_BADBR); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:592:4: note: in expansion of macro 'REQUIRE' 592 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:617:2: note: in expansion of macro 'REQUIRE' 617 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE' 97 | #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) | ^~~~~~~ ../../ext/regex/regcomp.c:657:2: note: in expansion of macro 'MUSTEAT' 657 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:728:3: note: in expansion of macro 'REQUIRE' 728 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:730:3: note: in expansion of macro 'REQUIRE' 730 | REQUIRE(c != '-' && c != ']', REG_ECTYPE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:732:3: note: in expansion of macro 'REQUIRE' 732 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:733:3: note: in expansion of macro 'REQUIRE' 733 | REQUIRE(EATTWO(':', ']'), REG_ECTYPE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:737:3: note: in expansion of macro 'REQUIRE' 737 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:739:3: note: in expansion of macro 'REQUIRE' 739 | REQUIRE(c != '-' && c != ']', REG_ECOLLATE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:741:3: note: in expansion of macro 'REQUIRE' 741 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:742:3: note: in expansion of macro 'REQUIRE' 742 | REQUIRE(EATTWO('=', ']'), REG_ECOLLATE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:757:3: note: in expansion of macro 'REQUIRE' 757 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:825:2: note: in expansion of macro 'REQUIRE' 825 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:831:2: note: in expansion of macro 'REQUIRE' 831 | REQUIRE(EATTWO('.', ']'), REG_ECOLLATE); | ^~~~~~~ At top level: ../../ext/regex/regcomp.c:1253:1: warning: 'mcin' defined but not used [-Wunused-function] 1253 | mcin(cs, cp) | ^~~~ ../../ext/regex/regcomp.c:1226:1: warning: 'mcsub' defined but not used [-Wunused-function] 1226 | mcsub(cs, cp) | ^~~~~ ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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: ../../ext/regex/engine.c: In function 'sdissect': ../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable] 276 | register char *dp; | ^~ In file included from ../../ext/regex/regexec.c:95: ../../ext/regex/engine.c: In function 'ldissect': ../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable] 276 | register char *dp; | ^~ At top level: ../../ext/regex/regexec.c:19:12: warning: 'nope' defined but not used [-Wunused-variable] 19 | static int nope = 0; /* for use in asserts; shuts lint up */ | ^~~~ ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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] 40 | } rerrs[] = { | ^ g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/errors.o src/cpp/errors.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/args.o src/cpp/args.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/utils.o src/cpp/utils.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/defines.o src/cpp/defines.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/preproc.o src/cpp/preproc.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/lstfile.o src/cpp/lstfile.cpp re2c -W --tags --no-debug-info --no-generation-date -o src/cpp/lex.cpp src/cpp/lex.re dos2unix -q src/cpp/lex.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/lex.o src/cpp/lex.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/float.o src/cpp/float.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/main.o src/cpp/main.cpp g++ -o z88dk-z80asm src/c/libfile.o src/c/reloc_code.o src/c/expr1.o src/c/list.o src/c/sym.o src/c/dbg.o src/c/opcodes.o src/c/common.o src/c/class.o src/c/modlink.o src/c/z80pass.o src/c/directives.o src/c/scan.o src/c/strhash.o src/c/parse.o src/c/str.o src/c/minunit.o src/c/codearea.o src/c/zobjfile.o src/c/module1.o src/c/symtab1.o src/c/array.o src/c/alloc.o src/c/z80asm.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/errors.o src/cpp/args.o src/cpp/utils.o src/cpp/defines.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/lex.o src/cpp/float.o src/cpp/main.o -g -O2 make -C dev/z80asm_lib make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' rm -f z88dk-z80asm_lib.lst echo adc_hl_bc.asm >> z88dk-z80asm_lib.lst; echo adc_hl_de.asm >> z88dk-z80asm_lib.lst; echo adc_hl_hl.asm >> z88dk-z80asm_lib.lst; echo adc_hl_sp.asm >> z88dk-z80asm_lib.lst; echo add_bc_a.asm >> z88dk-z80asm_lib.lst; echo add_de_a.asm >> z88dk-z80asm_lib.lst; echo add_hl_a.asm >> z88dk-z80asm_lib.lst; echo cpd.asm >> z88dk-z80asm_lib.lst; echo cpdr.asm >> z88dk-z80asm_lib.lst; echo cpi.asm >> z88dk-z80asm_lib.lst; echo cpir.asm >> z88dk-z80asm_lib.lst; echo daa.asm >> z88dk-z80asm_lib.lst; echo ex_sp_hl.asm >> z88dk-z80asm_lib.lst; echo ldd.asm >> z88dk-z80asm_lib.lst; echo lddr.asm >> z88dk-z80asm_lib.lst; echo ldi.asm >> z88dk-z80asm_lib.lst; echo ldir.asm >> z88dk-z80asm_lib.lst; echo rl_bc.asm >> z88dk-z80asm_lib.lst; echo rl_de.asm >> z88dk-z80asm_lib.lst; echo rl_hl.asm >> z88dk-z80asm_lib.lst; echo rld.asm >> z88dk-z80asm_lib.lst; echo rr_bc.asm >> z88dk-z80asm_lib.lst; echo rr_de.asm >> z88dk-z80asm_lib.lst; echo rr_hl.asm >> z88dk-z80asm_lib.lst; echo rrd.asm >> z88dk-z80asm_lib.lst; echo sbc_hl_bc.asm >> z88dk-z80asm_lib.lst; echo sbc_hl_de.asm >> z88dk-z80asm_lib.lst; echo sbc_hl_hl.asm >> z88dk-z80asm_lib.lst; echo sbc_hl_sp.asm >> z88dk-z80asm_lib.lst; echo sra_bc.asm >> z88dk-z80asm_lib.lst; echo sra_de.asm >> z88dk-z80asm_lib.lst; echo sra_hl.asm >> z88dk-z80asm_lib.lst; echo sub_hl_bc.asm >> z88dk-z80asm_lib.lst; echo sub_hl_de.asm >> z88dk-z80asm_lib.lst; echo sub_hl_hl.asm >> z88dk-z80asm_lib.lst; echo sub_hl_sp.asm >> z88dk-z80asm_lib.lst; ../../z88dk-z80asm -l -xz88dk-z80asm-8080-.lib -m8080 @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-8085-.lib -m8085 @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-gbz80-.lib -mgbz80 @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-r2ka-.lib -mr2ka @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-r3k-.lib -mr3k @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-z180-.lib -mz180 @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-z80-.lib -mz80 @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-z80n-.lib -mz80n @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-8080-ixiy.lib -m8080 -IXIY @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-8085-ixiy.lib -m8085 -IXIY @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-gbz80-ixiy.lib -mgbz80 -IXIY @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-r2ka-ixiy.lib -mr2ka -IXIY @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-r3k-ixiy.lib -mr3k -IXIY @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-z180-ixiy.lib -mz180 -IXIY @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-z80-ixiy.lib -mz80 -IXIY @z88dk-z80asm_lib.lst ../../z88dk-z80asm -l -xz88dk-z80asm-z80n-ixiy.lib -mz80n -IXIY @z88dk-z80asm_lib.lst make[2]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' cp dev/z80asm_lib/z88dk-z80asm-*.lib . cp dev/z80asm_lib/z88dk-z80asm-*.lib /home/build/z88dk/build/z88dk/lib/config//../ install z88dk-z80asm /home/build/z88dk/build/z88dk/bin/z88dk-z80asm install z88dk-z80asm /home/build/z88dk/build/z88dk/bin/z80asm install asmpp.pl /home/build/z88dk/build/z88dk/bin/z88dk-asmpp install asmstyle.pl /home/build/z88dk/build/z88dk/bin/z88dk-asmstyle 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 z88dk-z80asm-8080-.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-8080-.lib install z88dk-z80asm-8085-.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-8085-.lib install z88dk-z80asm-gbz80-.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-gbz80-.lib install z88dk-z80asm-r2ka-.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-r2ka-.lib install z88dk-z80asm-r3k-.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-r3k-.lib install z88dk-z80asm-z180-.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-z180-.lib install z88dk-z80asm-z80-.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-z80-.lib install z88dk-z80asm-z80n-.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-z80n-.lib install z88dk-z80asm-8080-ixiy.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-8080-ixiy.lib install z88dk-z80asm-8085-ixiy.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-8085-ixiy.lib install z88dk-z80asm-gbz80-ixiy.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-gbz80-ixiy.lib install z88dk-z80asm-r2ka-ixiy.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-r2ka-ixiy.lib install z88dk-z80asm-r3k-ixiy.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-r3k-ixiy.lib install z88dk-z80asm-z180-ixiy.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-z180-ixiy.lib install z88dk-z80asm-z80-ixiy.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-z80-ixiy.lib install z88dk-z80asm-z80n-ixiy.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm-z80n-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 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zcc' ccache gcc -c -o zcc.o -g -O2 -DLOCAL_REGEXP -Wall -pedantic -g -MMD -I. -I../copt -I../common -I../../ext/uthash/src zcc.c zcc.c:1819:5: warning: 'copy_defc_file' defined but not used [-Wunused-function] 1819 | int copy_defc_file(char *name1, char *ext1, char *name2, char *ext2) | ^~~~~~~~~~~~~~ zcc.c: In function 'main': zcc.c:1637:68: warning: '%s' directive output may be truncated writing up to 4096 bytes into a region of size 1013 [-Wformat-truncation=] 1637 | snprintf(buffer, sizeof(buffer), "%s %s -b \"%s\" -c \"%s\"", c_appmake_exe, appmakeargs ? appmakeargs : "", outputfile, filenamebuf); | ^~ ~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from zcc.c:17: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 14 or more bytes (assuming 4110) into a destination of size 1025 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ccache gcc -o zcc -g -O2 -DLOCAL_REGEXP -Wall -pedantic -g -MMD zcc.o ../copt/regex/regcomp.o ../copt/regex/regerror.o ../copt/regex/regexec.o ../copt/regex/regfree.o ../common/dirname.o ../common/option.o install zcc /home/build/z88dk/build/z88dk/bin/ make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zcc' make -C src/zpragma PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zpragma' ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../../ext/optparse -I../../ext/regex -c -o zpragma.o zpragma.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../../ext/optparse -I../../ext/regex -o z88dk-zpragma zpragma.o -g -O2 install z88dk-zpragma /home/build/z88dk/build/z88dk/bin/z88dk-zpragma make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zpragma' make -C src/zx7 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zx7' ccache gcc -o z88dk-zx7 -g -O2 compress.c optimize.c zx7.c ccache gcc -o z88dk-dzx7 -g -O2 dzx7.c install z88dk-zx7 /home/build/z88dk/build/z88dk/bin/z88dk-zx7 install z88dk-dzx7 /home/build/z88dk/build/z88dk/bin/z88dk-dzx7 make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zx7' make -C src/z80nm PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z80nm' ccache gcc -g -O2 -O3 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -c -o ar.o ar.c ccache gcc -o z88dk-z80nm -g -O2 -O3 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm ar.o ../common/zutils.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 install z88dk-z80nm /home/build/z88dk/build/z88dk/bin/z88dk-z80nm make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z80nm' make -C src/zobjcopy PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zobjcopy' ccache 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 ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex -o z88dk-zobjcopy zobjcopy.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.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 install z88dk-zobjcopy /home/build/z88dk/build/z88dk/bin/z88dk-zobjcopy make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zobjcopy' make -C src/ticks PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/ticks' ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o ticks.o ticks.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o cpu.o cpu.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o backend.o backend.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_cpm.o hook_cpm.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_console.o hook_console.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_io.o hook_io.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_misc.o hook_misc.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook.o hook.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger.o debugger.c debugger.c: In function 'confirm': debugger.c:1399:13: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] 1399 | scanf("%c", &c); | ^~~~~~~~~~~~~~~ ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o breakpoints.o breakpoints.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o profiler.o profiler.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o exp_engine.o exp_engine.c exp_engine.c: In function 'expression_primitive_func_call_1': exp_engine.c:111:78: warning: '%s' directive output may be truncated writing up to 127 bytes into a region of size 105 [-Wformat-truncation=] 111 | snprintf(to->as_error, sizeof(to->as_error), "Can not obtain sizeof: %s", a->as_error); | ^~ In file included from /usr/include/stdio.h:867, from ../../ext/uthash/src/utstring.h:33, from exp_engine.h:5, from exp_engine.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 24 and 151 bytes into a destination of size 128 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger_ticks.o debugger_ticks.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o linenoise.o linenoise.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o utf8.o utf8.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o syms.o syms.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o disassembler_alg.o disassembler_alg.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o memory.o memory.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o am9511.o am9511.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o acia.o acia.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_rc2014.o hook_rc2014.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debug.o debug.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o srcfile.o srcfile.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o lex.yy.o lex.yy.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o expressions.tab.o expressions.tab.c ccache gcc -o z88dk-ticks -g -O2 -I../../ext/uthash/src/ -g -MMD ticks.o cpu.o backend.o hook_cpm.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o breakpoints.o profiler.o exp_engine.o debugger_ticks.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o am9511.o acia.o hook_rc2014.o debug.o srcfile.o ../common/dirname.o lex.yy.o expressions.tab.o -lm ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o disassembler_main.o disassembler_main.c ccache gcc -o z88dk-dis -g -O2 -I../../ext/uthash/src/ -g -MMD disassembler_main.o syms.o disassembler_alg.o debug.o exp_engine.o backend.o ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger_gdb.o debugger_gdb.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger_mi2.o debugger_mi2.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger_gdb_packets.o debugger_gdb_packets.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o sxmlc.o sxmlc.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o sxmlsearch.o sxmlsearch.c ccache gcc -o z88dk-gdb -g -O2 -I../../ext/uthash/src/ -g -MMD cpu.o backend.o syms.o disassembler_alg.o debug.o exp_engine.o debugger.o breakpoints.o profiler.o debugger_gdb.o debugger_mi2.o debugger_gdb_packets.o linenoise.o srcfile.o ../common/dirname.o sxmlc.o sxmlsearch.o lex.yy.o expressions.tab.o -lm -lpthread install z88dk-ticks /home/build/z88dk/build/z88dk/bin/z88dk-ticks install z88dk-dis /home/build/z88dk/build/z88dk/bin/z88dk-dis install z88dk-gdb /home/build/z88dk/build/z88dk/bin/z88dk-gdb make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/ticks' make -C support/graphics PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/support/graphics' ccache gcc -g -O2 `xml2-config --cflags` -c -o z80svg.o z80svg.c z80svg.c: In function 'line_to': z80svg.c:574:25: warning: ' 0x' directive writing 3 bytes into a region of size between 1 and 10000 [-Wformat-overflow=] 574 | sprintf(destline,"%s 0x%02X,0x%02X,", destline, x, y); | ^~~ z80svg.c:574:22: note: directive argument in the range [0, 255] 574 | sprintf(destline,"%s 0x%02X,0x%02X,", destline, x, y); | ^~~~~~~~~~~~~~~~~~~ z80svg.c:574:22: note: directive argument in the range [0, 255] In file included from /usr/include/stdio.h:867, from z80svg.c:19: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 12 and 10011 bytes into a destination of size 10000 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z80svg.c:572:25: warning: ' 0x' directive writing 3 bytes into a region of size between 1 and 10000 [-Wformat-overflow=] 572 | sprintf(destline,"%s 0x%2X,0x%02X,0x%02X,", destline, CMD_AREA_LINETO, x, y); | ^~~ z80svg.c:572:22: note: directive argument in the range [0, 255] 572 | sprintf(destline,"%s 0x%2X,0x%02X,0x%02X,", destline, CMD_AREA_LINETO, x, y); | ^~~~~~~~~~~~~~~~~~~~~~~~~ z80svg.c:572:22: note: directive argument in the range [0, 255] In file included from /usr/include/stdio.h:867, from z80svg.c:19: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 17 and 10016 bytes into a destination of size 10000 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z80svg.c:580:26: warning: ' 0x' directive writing 3 bytes into a region of size between 1 and 10000 [-Wformat-overflow=] 580 | sprintf(destline,"%s 0x%02X,0x%02X,", destline, x, y); | ^~~ z80svg.c:580:23: note: directive argument in the range [0, 255] 580 | sprintf(destline,"%s 0x%02X,0x%02X,", destline, x, y); | ^~~~~~~~~~~~~~~~~~~ z80svg.c:580:23: note: directive argument in the range [0, 255] In file included from /usr/include/stdio.h:867, from z80svg.c:19: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 12 and 10011 bytes into a destination of size 10000 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z80svg.c:578:26: warning: ' 0x' directive writing 3 bytes into a region of size between 1 and 10000 [-Wformat-overflow=] 578 | sprintf(destline,"%s 0x%2X,0x%02X,0x%02X,", destline, CMD_LINETO|pen, x, y); | ^~~ z80svg.c:578:23: note: directive argument in the range [32, 255] 578 | sprintf(destline,"%s 0x%2X,0x%02X,0x%02X,", destline, CMD_LINETO|pen, x, y); | ^~~~~~~~~~~~~~~~~~~~~~~~~ z80svg.c:578:23: note: directive argument in the range [0, 255] z80svg.c:578:23: note: directive argument in the range [0, 255] In file included from /usr/include/stdio.h:867, from z80svg.c:19: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 17 and 10016 bytes into a destination of size 10000 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ccache gcc -o z88dk-z80svg -g -O2 `xml2-config --cflags` z80svg.o `xml2-config --libs` install z88dk-z80svg /home/build/z88dk/build/z88dk/bin/z88dk-z80svg make[1]: Leaving directory '/home/build/z88dk/build/z88dk/support/graphics' make -C support/pv1000 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/support/pv1000' ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o font2pv1000.o font2pv1000.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-font2pv1000 font2pv1000.o -g -O2 install z88dk-font2pv1000 /home/build/z88dk/build/z88dk/bin/z88dk-font2pv1000 make[1]: Leaving directory '/home/build/z88dk/build/z88dk/support/pv1000' make -C support/basck PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/support/basck' ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o basck.o basck.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-basck basck.o -g -O2 install z88dk-basck /home/build/z88dk/build/z88dk/bin/z88dk-basck make[1]: Leaving directory '/home/build/z88dk/build/z88dk/support/basck' make -C src/z88dk-lib PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/z88dk-lib' ccache 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] 547 | system(newlib_paths[NEWLIB_HDR_MAKE]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:469:50: warning: '/include/classic/' directive output may be truncated writing 17 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] 469 | snprintf(src, sizeof(src), "%s/%s/include/classic/%s%s", name, target, basename, ".h"); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 21 or more bytes (assuming 2067) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:470:49: warning: '%s' directive output may be truncated writing 2 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 470 | snprintf(dst, sizeof(dst), "%s%s%s", classic_paths[CLASSIC_HDR], basename, ".h"); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 3 or more bytes (assuming 1026) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:479:50: warning: '/lib/classic/' directive output may be truncated writing 13 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] 479 | snprintf(src, sizeof(src), "%s/%s/lib/classic/%s%s", name, target, basename, ".lib"); | ^~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 19 or more bytes (assuming 2065) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:480:49: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 480 | snprintf(dst, sizeof(dst), "%s%s%s", classic_paths[CLASSIC_LIB], basename, ".lib"); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 5 or more bytes (assuming 1028) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:489:50: warning: '/include/newlib/' directive output may be truncated writing 16 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] 489 | snprintf(src, sizeof(src), "%s/%s/include/newlib/%s%s", name, target, basename, ".h"); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 20 or more bytes (assuming 2066) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:490:49: warning: '%s' directive output may be truncated writing 2 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 490 | snprintf(dst, sizeof(dst), "%s%s%s", newlib_paths[NEWLIB_HDR_PROTO], basename, ".h"); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 3 or more bytes (assuming 1026) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:499:53: warning: '%s' directive output may be truncated writing 2 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 499 | snprintf(dst, sizeof(dst), "%s%s%s", newlib_paths[NEWLIB_HDR_SCCZ80], basename, ".h"); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 3 or more bytes (assuming 1026) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:502:53: warning: '%s' directive output may be truncated writing 2 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 502 | snprintf(dst, sizeof(dst), "%s%s%s", newlib_paths[NEWLIB_HDR_SDCC], basename, ".h"); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 3 or more bytes (assuming 1026) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:505:53: warning: '%s' directive output may be truncated writing 2 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 505 | snprintf(dst, sizeof(dst), "%s%s%s", newlib_paths[NEWLIB_HDR_CLANG], basename, ".h"); | ^~ ~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 3 or more bytes (assuming 1026) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:513:50: warning: '/lib/newlib/sccz80/' directive output may be truncated writing 19 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] 513 | snprintf(src, sizeof(src), "%s/%s/lib/newlib/sccz80/%s%s", name, target, basename, ".lib"); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 25 or more bytes (assuming 2071) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:514:49: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 514 | snprintf(dst, sizeof(dst), "%s%s%s", newlib_paths[NEWLIB_LIB_SCCZ80], basename, ".lib"); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 5 or more bytes (assuming 1028) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:521:50: warning: '/lib/newlib/sdcc_ix/' directive output may be truncated writing 20 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] 521 | snprintf(src, sizeof(src), "%s/%s/lib/newlib/sdcc_ix/%s%s", name, target, basename, ".lib"); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 26 or more bytes (assuming 2072) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:522:49: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 522 | snprintf(dst, sizeof(dst), "%s%s%s", newlib_paths[NEWLIB_LIB_SDCC_IX], basename, ".lib"); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 5 or more bytes (assuming 1028) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:529:50: warning: '/lib/newlib/sdcc_iy/' directive output may be truncated writing 20 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] 529 | snprintf(src, sizeof(src), "%s/%s/lib/newlib/sdcc_iy/%s%s", name, target, basename, ".lib"); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 26 or more bytes (assuming 2072) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ z88dk-lib.c:530:49: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 530 | snprintf(dst, sizeof(dst), "%s%s%s", newlib_paths[NEWLIB_LIB_SDCC_IY], basename, ".lib"); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:867, from z88dk-lib.c:1: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 5 or more bytes (assuming 1028) into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ccache gcc -o z88dk-lib -g -O2 z88dk-lib.o install z88dk-lib /home/build/z88dk/build/z88dk/bin/z88dk-lib make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/z88dk-lib' make -C src/zx0 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/build/z88dk/src/zx0' ccache gcc -g -O2 -c -o compress.o compress.c ccache gcc -g -O2 -c -o optimize.o optimize.c ccache gcc -g -O2 -c -o zx0.o zx0.c ccache gcc -g -O2 -c -o memory.o memory.c ccache gcc -o z88dk-zx0 -g -O2 compress.o optimize.o zx0.o memory.o ccache gcc -g -O2 -c -o dzx0.o dzx0.c ccache gcc -o z88dk-dzx0 -g -O2 dzx0.o install z88dk-zx0 /home/build/z88dk/build/z88dk/bin/z88dk-zx0 install z88dk-dzx0 /home/build/z88dk/build/z88dk/bin/z88dk-dzx0 make[1]: Leaving directory '/home/build/z88dk/build/z88dk/src/zx0' make -C testsuite make[1]: Entering directory '/home/build/z88dk/build/z88dk/testsuite' zcc +test -vn -a Issue_103_floating_addition.c -o Issue_103_floating_addition.opt.tmp1 diff -w Issue_103_floating_addition.opt.tmp2 results/Issue_103_floating_addition.opt zcc +test -vn -a Issue_98_Stack_offset.c -o Issue_98_Stack_offset.opt.tmp1 diff -w Issue_98_Stack_offset.opt.tmp2 results/Issue_98_Stack_offset.opt zcc +test -vn -a Issue_489_variable_defn_in_forloop.c -o Issue_489_variable_defn_in_forloop.opt.tmp1 Issue_489_variable_defn_in_forloop.c:16:2: warning: Loss of precision, converting long i to int i [-Wconversion] diff -w Issue_489_variable_defn_in_forloop.opt.tmp2 results/Issue_489_variable_defn_in_forloop.opt zcc +test -vn -a Issue_493__func__.c -o Issue_493__func__.opt.tmp1 diff -w Issue_493__func__.opt.tmp2 results/Issue_493__func__.opt zcc +test -vn -a Issue_574_fastcall_offset.c -o Issue_574_fastcall_offset.opt.tmp1 diff -w Issue_574_fastcall_offset.opt.tmp2 results/Issue_574_fastcall_offset.opt zcc +test -vn -a Issue_510_long_and.c -o Issue_510_long_and.opt.tmp1 diff -w Issue_510_long_and.opt.tmp2 results/Issue_510_long_and.opt zcc +test -vn -a Issue_1266_ranges.c -o Issue_1266_ranges.opt.tmp1 diff -w Issue_1266_ranges.opt.tmp2 results/Issue_1266_ranges.opt zcc +test -vn -a Issue_1102_struct_trailing_comma.c -o Issue_1102_struct_trailing_comma.opt.tmp1 diff -w Issue_1102_struct_trailing_comma.opt.tmp2 results/Issue_1102_struct_trailing_comma.opt zcc +test -vn -a Issue_615_loop.c -o Issue_615_loop.opt.tmp1 Issue_615_loop.c:6:12: warning: Implicit definition of function 'whilefunc' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] Issue_615_loop.c:49:9: warning: Implicit definition of function 'forfunc' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] diff -w Issue_615_loop.opt.tmp2 results/Issue_615_loop.opt zcc +test -vn -a Issue_1409_offset_pointer_initialisation.c -o Issue_1409_offset_pointer_initialisation.opt.tmp1 diff -w Issue_1409_offset_pointer_initialisation.opt.tmp2 results/Issue_1409_offset_pointer_initialisation.opt zcc +test -vn -a Issue_1283_2d_arrays.c -o Issue_1283_2d_arrays.opt.tmp1 diff -w Issue_1283_2d_arrays.opt.tmp2 results/Issue_1283_2d_arrays.opt zcc +test -vn -a Issue_569_jagged_array.c -o Issue_569_jagged_array.opt.tmp1 diff -w Issue_569_jagged_array.opt.tmp2 results/Issue_569_jagged_array.opt zcc +test -vn -a interrupt.c -o interrupt.opt.tmp1 diff -w interrupt.opt.tmp2 results/interrupt.opt zcc +test -vn -a Issue_1126_opt_rule.c -o Issue_1126_opt_rule.opt.tmp1 diff -w Issue_1126_opt_rule.opt.tmp2 results/Issue_1126_opt_rule.opt zcc +test -vn -a 02_addr_ptr.c -o 02_addr_ptr.opt.tmp1 diff -w 02_addr_ptr.opt.tmp2 results/02_addr_ptr.opt zcc +test -vn -a Issue_419_Extern_Prototypes_In_Function.c -o Issue_419_Extern_Prototypes_In_Function.opt.tmp1 diff -w Issue_419_Extern_Prototypes_In_Function.opt.tmp2 results/Issue_419_Extern_Prototypes_In_Function.opt zcc +test -vn -a Issue_1656_integral_arith.c -o Issue_1656_integral_arith.opt.tmp1 diff -w Issue_1656_integral_arith.opt.tmp2 results/Issue_1656_integral_arith.opt zcc +test -vn -a Issue_1361_const.c -o Issue_1361_const.opt.tmp1 diff -w Issue_1361_const.opt.tmp2 results/Issue_1361_const.opt zcc +test -vn -a Issue_499_typedef_initialisation.c -o Issue_499_typedef_initialisation.opt.tmp1 diff -w Issue_499_typedef_initialisation.opt.tmp2 results/Issue_499_typedef_initialisation.opt zcc +test -vn -a Issue_564_casting.c -o Issue_564_casting.opt.tmp1 diff -w Issue_564_casting.opt.tmp2 results/Issue_564_casting.opt zcc +test -vn -a Issue_1007_Fix_FP_Constant_Multiplication.c -o Issue_1007_Fix_FP_Constant_Multiplication.opt.tmp1 diff -w Issue_1007_Fix_FP_Constant_Multiplication.opt.tmp2 results/Issue_1007_Fix_FP_Constant_Multiplication.opt zcc +test -vn -a Issue_1540_String_init.c -o Issue_1540_String_init.opt.tmp1 diff -w Issue_1540_String_init.opt.tmp2 results/Issue_1540_String_init.opt zcc +test -vn -a pointer_arith.c -o pointer_arith.opt.tmp1 diff -w pointer_arith.opt.tmp2 results/pointer_arith.opt zcc +test -vn -a castup_to_long.c -o castup_to_long.opt.tmp1 diff -w castup_to_long.opt.tmp2 results/castup_to_long.opt zcc +test -vn -a Issue_1466_float16_callee.c -o Issue_1466_float16_callee.opt.tmp1 diff -w Issue_1466_float16_callee.opt.tmp2 results/Issue_1466_float16_callee.opt zcc +test -vn -a Far_Pointer_Call.c -o Far_Pointer_Call.opt.tmp1 diff -w Far_Pointer_Call.opt.tmp2 results/Far_Pointer_Call.opt zcc +test -vn -a Issue_98_check_int.c -o Issue_98_check_int.opt.tmp1 diff -w Issue_98_check_int.opt.tmp2 results/Issue_98_check_int.opt zcc +test -vn -a Issue_103_double_prepost.c -o Issue_103_double_prepost.opt.tmp1 diff -w Issue_103_double_prepost.opt.tmp2 results/Issue_103_double_prepost.opt zcc +test -vn -a Issue_1662_static_ptrs.c -o Issue_1662_static_ptrs.opt.tmp1 diff -w Issue_1662_static_ptrs.opt.tmp2 results/Issue_1662_static_ptrs.opt zcc +test -vn -a paramsoffset.c -o paramsoffset.opt.tmp1 diff -w paramsoffset.opt.tmp2 results/paramsoffset.opt zcc +test -vn -a Issue_452_arrays.c -o Issue_452_arrays.opt.tmp1 diff -w Issue_452_arrays.opt.tmp2 results/Issue_452_arrays.opt zcc +test -vn -a Issue_490_long_extension.c -o Issue_490_long_extension.opt.tmp1 diff -w Issue_490_long_extension.opt.tmp2 results/Issue_490_long_extension.opt zcc +test -vn -a Issue_1805_signed_cost_char_le.c -o Issue_1805_signed_cost_char_le.opt.tmp1 diff -w Issue_1805_signed_cost_char_le.opt.tmp2 results/Issue_1805_signed_cost_char_le.opt zcc +test -vn -a Issue_615_if.c -o Issue_615_if.opt.tmp1 diff -w Issue_615_if.opt.tmp2 results/Issue_615_if.opt zcc +test -vn -a Issue_1103_fastcall_fnptr.c -o Issue_1103_fastcall_fnptr.opt.tmp1 diff -w Issue_1103_fastcall_fnptr.opt.tmp2 results/Issue_1103_fastcall_fnptr.opt zcc +test -vn -a Issue_509_long_constant.c -o Issue_509_long_constant.opt.tmp1 diff -w Issue_509_long_constant.opt.tmp2 results/Issue_509_long_constant.opt zcc +test -vn -a Issue_896_nested_struct_initialisation.c -o Issue_896_nested_struct_initialisation.opt.tmp1 diff -w Issue_896_nested_struct_initialisation.opt.tmp2 results/Issue_896_nested_struct_initialisation.opt zcc +test -vn -a Issue_26_casting.c -o Issue_26_casting.opt.tmp1 Issue_26_casting.c:50:14: warning: Implicit definition of function 'SMS_setAddr' it will return an int. Prototype it explicitly if this is not what you want. [-Wimplicit-function-definition] diff -w Issue_26_casting.opt.tmp2 results/Issue_26_casting.opt zcc +test -vn -a Issue_507_unnamed_structs.c -o Issue_507_unnamed_structs.opt.tmp1 diff -w Issue_507_unnamed_structs.opt.tmp2 results/Issue_507_unnamed_structs.opt zcc +test -vn -a Issue_510_mult_minus1.c -o Issue_510_mult_minus1.opt.tmp1 diff -w Issue_510_mult_minus1.opt.tmp2 results/Issue_510_mult_minus1.opt zcc +test -vn -a Issue_1167_sizeof.c -o Issue_1167_sizeof.opt.tmp1 diff -w Issue_1167_sizeof.opt.tmp2 results/Issue_1167_sizeof.opt zcc +test -vn -a Issue_715__double_subtraction.c -o Issue_715__double_subtraction.opt.tmp1 diff -w Issue_715__double_subtraction.opt.tmp2 results/Issue_715__double_subtraction.opt zcc +test -vn -a Issue_514_flexible_member.c -o Issue_514_flexible_member.opt.tmp1 diff -w Issue_514_flexible_member.opt.tmp2 results/Issue_514_flexible_member.opt zcc +test -vn -a Issue_678_compound.c -o Issue_678_compound.opt.tmp1 diff -w Issue_678_compound.opt.tmp2 results/Issue_678_compound.opt zcc +test -fp-mode=ieee -vn -a Far_Pointer_Call_ieee.c -o Far_Pointer_Call_ieee.opt.tmp1 diff -w Far_Pointer_Call_ieee.opt.tmp2 results/Far_Pointer_Call_ieee.opt zcc +test -vn -a Issue_615_while_loop.c -o Issue_615_while_loop.opt.tmp1 diff -w Issue_615_while_loop.opt.tmp2 results/Issue_615_while_loop.opt zcc +test -vn -a Issue_1105_function_pointer_calls.c -o Issue_1105_function_pointer_calls.opt.tmp1 diff -w Issue_1105_function_pointer_calls.opt.tmp2 results/Issue_1105_function_pointer_calls.opt zcc +test -vn -a Issue_452_unsigned.c -o Issue_452_unsigned.opt.tmp1 diff -w Issue_452_unsigned.opt.tmp2 results/Issue_452_unsigned.opt zcc +test -vn -a Issue_490_repeated_extern_decls.c -o Issue_490_repeated_extern_decls.opt.tmp1 diff -w Issue_490_repeated_extern_decls.opt.tmp2 results/Issue_490_repeated_extern_decls.opt zcc +test -vn -a Issue_1132_struct_by_value.c -o Issue_1132_struct_by_value.opt.tmp1 diff -w Issue_1132_struct_by_value.opt.tmp2 results/Issue_1132_struct_by_value.opt zcc +test -vn -a Issue_480_asmfunc.c -o Issue_480_asmfunc.opt.tmp1 diff -w Issue_480_asmfunc.opt.tmp2 results/Issue_480_asmfunc.opt zcc +test -vn -a Issue_1212_double_promotion.c -o Issue_1212_double_promotion.opt.tmp1 diff -w Issue_1212_double_promotion.opt.tmp2 results/Issue_1212_double_promotion.opt zcc +test -vn -a Issue_490_ptr_arithmetic.c -o Issue_490_ptr_arithmetic.opt.tmp1 diff -w Issue_490_ptr_arithmetic.opt.tmp2 results/Issue_490_ptr_arithmetic.opt zcc +test -vn -a Issue_1016_double_const_compare.c -o Issue_1016_double_const_compare.opt.tmp1 diff -w Issue_1016_double_const_compare.opt.tmp2 results/Issue_1016_double_const_compare.opt zcc +test -vn -a Issue_1062_array_init.c -o Issue_1062_array_init.opt.tmp1 diff -w Issue_1062_array_init.opt.tmp2 results/Issue_1062_array_init.opt zcc +test -fp-mode=ieee -vn -a mathops_ieee.c -o mathops_ieee.opt.tmp1 diff -w mathops_ieee.opt.tmp2 results/mathops_ieee.opt zcc +test -vn -a sizeof_w_str_concat.c -o sizeof_w_str_concat.opt.tmp1 diff -w sizeof_w_str_concat.opt.tmp2 results/sizeof_w_str_concat.opt zcc +test -vn -a Issue_1015_break_with_loop_variable.c -o Issue_1015_break_with_loop_variable.opt.tmp1 diff -w Issue_1015_break_with_loop_variable.opt.tmp2 results/Issue_1015_break_with_loop_variable.opt zcc +test -vn -a Issue_452_struct.c -o Issue_452_struct.opt.tmp1 diff -w Issue_452_struct.opt.tmp2 results/Issue_452_struct.opt zcc +test -vn -a Issue_188_builtins.c -o Issue_188_builtins.opt.tmp1 diff -w Issue_188_builtins.opt.tmp2 results/Issue_188_builtins.opt zcc +test -vn -a Issue_452_pointers.c -o Issue_452_pointers.opt.tmp1 Issue_452_pointers.c:78:33: warning: Pointer arithmetic with non-matching types: struct x * ptr1 - char * [-Wincompatible-pointer-types] diff -w Issue_452_pointers.opt.tmp2 results/Issue_452_pointers.opt zcc +test -vn -a Issue_600_fastcall.c -o Issue_600_fastcall.opt.tmp1 Issue_600_fastcall.c:6:53: warning: Cannot define function 'func4' as __z88dk_fastcall __stdc when it has more than 1 argument [-Wincorrect-function-declspec] diff -w Issue_600_fastcall.opt.tmp2 results/Issue_600_fastcall.opt zcc +test -vn -a Issue_482_optrule.c -o Issue_482_optrule.opt.tmp1 diff -w Issue_482_optrule.opt.tmp2 results/Issue_482_optrule.opt zcc +test -vn -a long_addition_opts.c -o long_addition_opts.opt.tmp1 diff -w long_addition_opts.opt.tmp2 results/long_addition_opts.opt zcc +test -vn -a Issue_1133_bitfields.c -o Issue_1133_bitfields.opt.tmp1 diff -w Issue_1133_bitfields.opt.tmp2 results/Issue_1133_bitfields.opt zcc +test -vn -a 01_cast_global_pointer.c -o 01_cast_global_pointer.opt.tmp1 diff -w 01_cast_global_pointer.opt.tmp2 results/01_cast_global_pointer.opt zcc +test -vn -a Issue_693_missing_return.c -o Issue_693_missing_return.opt.tmp1 diff -w Issue_693_missing_return.opt.tmp2 results/Issue_693_missing_return.opt zcc +test -vn -a Issue_295_structgetsfar.c -o Issue_295_structgetsfar.opt.tmp1 diff -w Issue_295_structgetsfar.opt.tmp2 results/Issue_295_structgetsfar.opt zcc +test -vn -a shortcall.c -o shortcall.opt.tmp1 diff -w shortcall.opt.tmp2 results/shortcall.opt zcc +test -vn -a Issue_1141_Namespaces.c -o Issue_1141_Namespaces.opt.tmp1 diff -w Issue_1141_Namespaces.opt.tmp2 results/Issue_1141_Namespaces.opt zcc +test -vn -a Issue_1054_initialisation.c -o Issue_1054_initialisation.opt.tmp1 diff -w Issue_1054_initialisation.opt.tmp2 results/Issue_1054_initialisation.opt zcc +test -vn -a Issue_1466_float16_addition.c -o Issue_1466_float16_addition.opt.tmp1 diff -w Issue_1466_float16_addition.opt.tmp2 results/Issue_1466_float16_addition.opt zcc +test -vn -a Issue_1167_range_check.c -o Issue_1167_range_check.opt.tmp1 diff -w Issue_1167_range_check.opt.tmp2 results/Issue_1167_range_check.opt zcc +test -vn -a Issue_1132_struct_parameter.c -o Issue_1132_struct_parameter.opt.tmp1 diff -w Issue_1132_struct_parameter.opt.tmp2 results/Issue_1132_struct_parameter.opt zcc +test -vn -a Issue_701_compound_scope.c -o Issue_701_compound_scope.opt.tmp1 diff -w Issue_701_compound_scope.opt.tmp2 results/Issue_701_compound_scope.opt zcc +test -vn -a Issue_497_astroforce_compile.c -o Issue_497_astroforce_compile.opt.tmp1 diff -w Issue_497_astroforce_compile.opt.tmp2 results/Issue_497_astroforce_compile.opt zcc +test -vn -a Issue_1623_stdcbench_issues.c -o Issue_1623_stdcbench_issues.opt.tmp1 diff -w Issue_1623_stdcbench_issues.opt.tmp2 results/Issue_1623_stdcbench_issues.opt zcc +test -vn -a Issue_1167_choosing_which_function.c -o Issue_1167_choosing_which_function.opt.tmp1 diff -w Issue_1167_choosing_which_function.opt.tmp2 results/Issue_1167_choosing_which_function.opt zcc +test -vn -a Issue_501_extern_at.c -o Issue_501_extern_at.opt.tmp1 diff -w Issue_501_extern_at.opt.tmp2 results/Issue_501_extern_at.opt zcc +test -vn -a Issue_452_far_pointers.c -o Issue_452_far_pointers.opt.tmp1 diff -w Issue_452_far_pointers.opt.tmp2 results/Issue_452_far_pointers.opt zcc +test -vn -a Issue_1015_break_without_loop_variable.c -o Issue_1015_break_without_loop_variable.opt.tmp1 diff -w Issue_1015_break_without_loop_variable.opt.tmp2 results/Issue_1015_break_without_loop_variable.opt zcc +test -vn -a Issue_491_enums.c -o Issue_491_enums.opt.tmp1 diff -w Issue_491_enums.opt.tmp2 results/Issue_491_enums.opt zcc +test -vn -a Issue_569_init_from_2d_array.c -o Issue_569_init_from_2d_array.opt.tmp1 diff -w Issue_569_init_from_2d_array.opt.tmp2 results/Issue_569_init_from_2d_array.opt zcc +test -vn -a Issue_693_fastcall.c -o Issue_693_fastcall.opt.tmp1 diff -w Issue_693_fastcall.opt.tmp2 results/Issue_693_fastcall.opt zcc +test -vn -a fastcall.c -o fastcall.opt.tmp1 diff -w fastcall.opt.tmp2 results/fastcall.opt zcc +test -vn -a Issue_1260_com.c -o Issue_1260_com.opt.tmp1 diff -w Issue_1260_com.opt.tmp2 results/Issue_1260_com.opt zcc +test -vn -a Issue_254_KR_Specifiers.c -o Issue_254_KR_Specifiers.opt.tmp1 diff -w Issue_254_KR_Specifiers.opt.tmp2 results/Issue_254_KR_Specifiers.opt zcc +test -vn -a Issue_1178_kr_main_stdc.c -o Issue_1178_kr_main_stdc.opt.tmp1 diff -w Issue_1178_kr_main_stdc.opt.tmp2 results/Issue_1178_kr_main_stdc.opt zcc +test -vn -a Issue_1466_float16_compare.c -o Issue_1466_float16_compare.opt.tmp1 diff -w Issue_1466_float16_compare.opt.tmp2 results/Issue_1466_float16_compare.opt zcc +test -vn -a Issue_608_Arrays.c -o Issue_608_Arrays.opt.tmp1 diff -w Issue_608_Arrays.opt.tmp2 results/Issue_608_Arrays.opt zcc +test -vn -a Issue_543_complement.c -o Issue_543_complement.opt.tmp1 diff -w Issue_543_complement.opt.tmp2 results/Issue_543_complement.opt zcc +test -vn -a Issue_1409_switch.c -o Issue_1409_switch.opt.tmp1 diff -w Issue_1409_switch.opt.tmp2 results/Issue_1409_switch.opt zcc +test -vn -a Issue_485_sdccdecl.c -o Issue_485_sdccdecl.opt.tmp1 diff -w Issue_485_sdccdecl.opt.tmp2 results/Issue_485_sdccdecl.opt zcc +test -vn -a Issue_1302_enum_usage.c -o Issue_1302_enum_usage.opt.tmp1 diff -w Issue_1302_enum_usage.opt.tmp2 results/Issue_1302_enum_usage.opt zcc +test -vn -a Issue_98_underlying.c -o Issue_98_underlying.opt.tmp1 diff -w Issue_98_underlying.opt.tmp2 results/Issue_98_underlying.opt zcc +test -vn -a Issue_985_ptr_cast.c -o Issue_985_ptr_cast.opt.tmp1 diff -w Issue_985_ptr_cast.opt.tmp2 results/Issue_985_ptr_cast.opt zcc +test -vn -a Issue_1466_float16.c -o Issue_1466_float16.opt.tmp1 diff -w Issue_1466_float16.opt.tmp2 results/Issue_1466_float16.opt zcc +test -vn -a Issue_1016_long_const_compare.c -o Issue_1016_long_const_compare.opt.tmp1 diff -w Issue_1016_long_const_compare.opt.tmp2 results/Issue_1016_long_const_compare.opt zcc +test -custom-copt-rules=../lib/z80n_rules.1 -vn -a z80n/Issue_312_z80n_optimisations.c -o z80n/Issue_312_z80n_optimisations.opt.tmp1 diff -w z80n/Issue_312_z80n_optimisations.opt.tmp2 results/z80n/Issue_312_z80n_optimisations.opt zcc +rcmx000 -vn -a rabbit/rabbit_optimisations.c -o rabbit/rabbit_optimisations.opt.tmp1 diff -w rabbit/rabbit_optimisations.opt.tmp2 results/rabbit/rabbit_optimisations.opt zcc +test -mz180 -vn -a z180/Issue_481_multiply_char.c -o z180/Issue_481_multiply_char.opt.tmp1 diff -w z180/Issue_481_multiply_char.opt.tmp2 results/z180/Issue_481_multiply_char.opt zcc +test -m8080 -vn -a 8080/Issue_1531_opt_rule.c -o 8080/Issue_1531_opt_rule.opt.tmp1 diff -w 8080/Issue_1531_opt_rule.opt.tmp2 results/8080/Issue_1531_opt_rule.opt zcc +test -m8080 -vn -a 8080/Issue_1431_8080_long_promotion.c -o 8080/Issue_1431_8080_long_promotion.opt.tmp1 diff -w 8080/Issue_1431_8080_long_promotion.opt.tmp2 results/8080/Issue_1431_8080_long_promotion.opt make[1]: Leaving directory '/home/build/z88dk/build/z88dk/testsuite' make: Entering directory '/home/build/z88dk/build/z88dk/libsrc' --- Building Altair8800 Library --- zsock/fopen_zsock.c:47:28: warning: Assigning 'ptr', type: unsigned char uint8_t* ptr from char * [-Wincompatible-pointer-types] XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] TARGET=altair8800 TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DFORaltair8800 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//altair8800_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/altair8800/altair8800.lst --- Building VTI graphics Library --- TARGET=vti TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DFORvti -x/home/build/z88dk/build/z88dk/libsrc//gfxvti @/home/build/z88dk/build/z88dk/libsrc//../libsrc//video/vti/video_vti.lst --- Building VDM graphics Library --- TARGET=vdm TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DFORvdm -x/home/build/z88dk/build/z88dk/libsrc//gfxvdm @/home/build/z88dk/build/z88dk/libsrc//../libsrc//video/vdm/video_vdm.lst --- Building Jupiter Ace Library --- TARGET=ace TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORace -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//ace_clib.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/ace/ace.lst --- Building Jupiter Ace Graphics Library --- TARGET=ace TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORace -x/home/build/z88dk/build/z88dk/libsrc//gfxace @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/ace/gfxace.lst --- Building Jupiter Ace UDG based Graphics Library --- TARGET=aceudg TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORaceudg -x/home/build/z88dk/build/z88dk/libsrc//gfxaceudg @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/ace/gfxaceudg.lst --- Building ABC80 Library --- TARGET=abc80 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORabc80 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//abc80_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/abc80/abc80.lst --- Building ABC800 Library --- TARGET=abc800 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//abc800_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/abc800/abc800.lst --- Building Coleco Adam Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=coleco TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORcoleco -DFORadam -x/home/build/z88dk/build/z88dk/libsrc//adam @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/adam/adam.lst --- Building CP/M Library --- Makefile:27: *** mixed implicit and normal rules: deprecated syntax putc_gsx.c:49:6: warning: Converting type: int chr* to const char * s [-Wincompatible-pointer-types] TARGET=cpm TYPE=z80 DEVICE=nodevice z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//cpm_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/cpm/cpm.lst --- Building GSX based Z88DK GFX Library --- TARGET=gsx TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORcpm -DFORgsx -x/home/build/z88dk/build/z88dk/libsrc//gfxgsx @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/cpm/gfxgsx.lst --- Building CP/M Library (8080)--- TARGET=cpm TYPE=8080 DEVICE=nodevice z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//cpm8080_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/cpm/cpm_8080.lst --- Building CP/M Device fnctl Library --- TARGET=cpm TYPE=z80 DEVICE=device z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//cpmdevice @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/cpm/fcntl/fcntl.lst --- Building CP/M Device fnctl Library (8080) --- TARGET=cpm TYPE=8080 DEVICE=device z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//cpmdevice_8080 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/cpm/fcntl/fcntl.lst --- Building VIO graphics Library --- TARGET=vio TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DFORvio -x/home/build/z88dk/build/z88dk/libsrc//gfxvio @/home/build/z88dk/build/z88dk/libsrc//../libsrc//video/vio/video_vio.lst --- Building Triump Adler Alphatronic PC Library --- TARGET=alphatro TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORalphatro -x/home/build/z88dk/build/z88dk/libsrc//alphatro_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/alphatro/alphatro.lst --- Building Mattel Aquarius Library (& 80x72 GFX) --- TARGET=aquarius TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORaquarius -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//aquarius_clib.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/aquarius/aquarius.lst --- Building Mattel Aquarius 80x48 Graphics lib --- TARGET=aq48 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORaq48 -x/home/build/z88dk/build/z88dk/libsrc//gfxaq48 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/aquarius/gfxaq48.lst --- Building Otrona Attache Library --- TARGET=attache TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORattache -x/home/build/z88dk/build/z88dk/libsrc//attache @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/attache/attache.lst --- Building Aussie Byte Library --- TARGET=aussie TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORaussie -x/home/build/z88dk/build/z88dk/libsrc//aussie.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/aussie/aussie.lst --- Building MicroBee Library --- TARGET=bee TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbee -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//bee_clib.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/bee/bee.lst --- Building MicroBee Library (CP/M & graphics) --- TARGET=bee TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbee -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//microbee.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/bee/beecpm.lst TARGET=bee TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbee -x/home/build/z88dk/build/z88dk/libsrc//gfxbee.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/bee/beegfx.lst TARGET=beehr TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbeehr -x/home/build/z88dk/build/z88dk/libsrc//gfxbee640.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/bee/beegfxhr.lst TARGET=beehr320 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbeehr320 -x/home/build/z88dk/build/z88dk/libsrc//gfxbee320.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/bee/beegfxhr320.lst TARGET=beehr512 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbeehr512 -x/home/build/z88dk/build/z88dk/libsrc//gfxbee512.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/bee/beegfxhr512.lst --- Building A5105 Library --- TARGET=bic TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORbic -x/home/build/z88dk/build/z88dk/libsrc//bic @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/bic/bic.lst --- Building Bit-90 Library --- TARGET=bit90 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORcoleco -DFORbit90 -x/home/build/z88dk/build/z88dk/libsrc//bit90 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/bit90/bit90.lst --- Building Colecovision Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=coleco TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORcoleco -x/home/build/z88dk/build/z88dk/libsrc//coleco_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/coleco/coleco.lst --- Building Bondwell 12/14 Library --- TARGET=bondwell TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORbondwell -x/home/build/z88dk/build/z88dk/libsrc//bondwell @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/bondwell/bw.lst --- Building Bondwell 2 Library --- TARGET=bondwell2 TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORbondwell2 -x/home/build/z88dk/build/z88dk/libsrc//bondwell2 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/bondwell2/bw2.lst --- Building Commodore 128 ANSI Library --- TARGET=c128 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128 -x/home/build/z88dk/build/z88dk/libsrc//c128cpm @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/c128/c128_cpm.lst TARGET=c128 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128 -x/home/build/z88dk/build/z88dk/libsrc//c128ansi_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/c128/c128.lst --- Building Commodore 128 Base Graphics Library --- make[2]: Nothing to be done for 'all'. TARGET=c128 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128 -x/home/build/z88dk/build/z88dk/libsrc//gfx128 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/c128/gfx128.lst --- Building Commodore 128 UDG Based Graphics Library --- make[2]: Nothing to be done for 'all'. TARGET=c128 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128udg -x/home/build/z88dk/build/z88dk/libsrc//gfx128udg @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/c128/gfx128udg.lst --- Building Commodore 128 High Resolution Graphics Library --- make[2]: Nothing to be done for 'all'. TARGET=c128hr TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128hr -x/home/build/z88dk/build/z88dk/libsrc//gfx128hr @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/c128/gfx128hr.lst --- Building Commodore 128 640x480 HRG Library --- make[2]: Nothing to be done for 'all'. TARGET=c128hr480 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORc128hr480 -x/home/build/z88dk/build/z88dk/libsrc//gfx128hr480 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/c128/gfx128hr480.lst --- Building Philips Videopac C7420 Library --- TARGET=c7420 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORc7420 -x/home/build/z88dk/build/z88dk/libsrc//c7420_clib.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/c7420/c7420.lst --- Building Amstrad CPC Library --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORcpc -x/home/build/z88dk/build/z88dk/libsrc//cpcfs @cpcfs.lst z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232cpc_booster @boosterlist z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232cpc_sti @stilist TARGET=cpc TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORcpc -x/home/build/z88dk/build/z88dk/libsrc//cpc_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/cpc/cpc.lst TARGET=cpc TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORcpc -x/home/build/z88dk/build/z88dk/libsrc//cpccpm @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/cpc/cpc_cpm.lst --- Building Amstrad CPC Maths Libraries --- TYPE=cpc z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//cpc_math @cpcmath.lst TYPE=464 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//464_math @cpcmath.lst TYPE=664 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//664_math @cpcmath.lst TYPE=6128 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//6128_math @cpcmath.lst --- Building DAI Library --- TARGET=dai TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DFORdai -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//dai_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/dai/dai.lst --- Building Tatung Einstein Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=einstein TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFOReinstein -x/home/build/z88dk/build/z88dk/libsrc//einstein @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/einstein/einstein.lst --- Building Embedded (ns16450) Library --- TARGET=embedded TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORembedded -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//embedded_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/embedded/embedded.lst --- Building Enterprise 64/128 Library --- TARGET=enterprise TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORenterprise -x/home/build/z88dk/build/z88dk/libsrc//enterprise_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/enterprise/enterprise.lst --- Building Enterprise 64/128 Graphics Library --- make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=enterprise TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORenterprise -x/home/build/z88dk/build/z88dk/libsrc//gfxep @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/enterprise/gfxep.lst --- Building Enterprise 64/128 High Resolution Graphics Library --- make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=enterprisehr TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORenterprisehr -x/home/build/z88dk/build/z88dk/libsrc//gfxephr @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/enterprise/gfxephr.lst --- Building Excalibur 64 Library --- TARGET=excali64 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORexcali64 -x/home/build/z88dk/build/z88dk/libsrc//excali64_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/excali64/excali64.lst TARGET=excali64 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORexcali64 -x/home/build/z88dk/build/z88dk/libsrc//excali64_cpm @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/excali64/excali64_cpm.lst --- Building Casio FP-1100 Library --- TARGET=fp1100 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORfp1100 -x/home/build/z88dk/build/z88dk/libsrc//fp1100_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/fp1100/fp1100.lst --- Building Sharp PC-G8xx/E2xx Library --- TARGET=g800 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORg800 -x/home/build/z88dk/build/z88dk/libsrc//g800_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/g800/g800.lst TARGET=g800 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORg800 -x/home/build/z88dk/build/z88dk/libsrc//g850_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/g800/g850.lst TARGET=g800 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORg800 -x/home/build/z88dk/build/z88dk/libsrc//g850b @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/g800/g850b.lst --- Building Galaksija Library --- TARGET=gal TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORgal -x/home/build/z88dk/build/z88dk/libsrc//gal_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/gal/gal.lst --- Building Gameboy Library --- TARGET=gb TYPE=gbz80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mgbz80 -DFORgb -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//gb_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/gb/gb.lst --- Building Genius Leader 2000/4000 Library --- TARGET=gl TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORgl -x/home/build/z88dk/build/z88dk/libsrc//gl_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/gl/gl.lst --- Building Genius Leader 6000 Library --- TARGET=gl6000 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORgl6000 -x/home/build/z88dk/build/z88dk/libsrc//gl6000_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/gl6000/gl6000.lst --- Building Hübler/Evert-MC Library --- TARGET=hemc TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORhemc -x/home/build/z88dk/build/z88dk/libsrc//hemc_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/hemc/hemc.lst --- Building Hübler Grafik MC Library --- TARGET=hgmc TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORhgmc -x/home/build/z88dk/build/z88dk/libsrc//hgmc_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/hgmc/hgmc.lst --- Building Homelab Library --- TARGET=homelab TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORhomelab -x/home/build/z88dk/build/z88dk/libsrc//homelab_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/homelab/homelab.lst --- Building Homelab2 Library --- TARGET=homelab2 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORhomelab2 -x/home/build/z88dk/build/z88dk/libsrc//homelab2_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/homelab2/homelab2.lst --- Building Kaypro graphics Library --- TARGET=kaypro TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORkaypro -x/home/build/z88dk/build/z88dk/libsrc//gfxkp @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/kaypro84/gfxkp.lst TARGET=kaypro83 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORkaypro83 -I/home/build/z88dk/build/z88dk/libsrc//../lib/ -x/home/build/z88dk/build/z88dk/libsrc//gfxkp83 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/kaypro83/gfxkp83.lst --- Building VEB Mikroelektronik KC85/2..5 Library --- TARGET=kc TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DSTANDARDESCAPECHARS -DFORkc -x/home/build/z88dk/build/z88dk/libsrc//kc_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/kc/kc.lst --- Building Kramer-MC Library --- TARGET=kramermc TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORkramermc -x/home/build/z88dk/build/z88dk/libsrc//kramermc_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/kramermc/kramermc.lst --- Building Krokha (tiny) Library --- TARGET=krokha TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -m8080 -DFORkrokha -x/home/build/z88dk/build/z88dk/libsrc//krokha_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/krokha/krokha.lst --- Building Lambda 8300 Maths Library --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORlambda -IXIY -x/home/build/z88dk/build/z88dk/libsrc//mlambda @zxmlist --- Building Lambda 8300 Tiny Maths Library --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORlambda -IXIY -DTINYMODE -x/home/build/z88dk/build/z88dk/libsrc//mlambda_tiny @zxmlist --- Building Lambda 8300 Library --- TARGET=zx81 SUBTARGET=lambda TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -IXIY -DFORlambda -x/home/build/z88dk/build/z88dk/libsrc//lambda_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/zx81.lst --- Building Lambda 8300 Graphics Library --- TARGET=lambda TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORlambda -x/home/build/z88dk/build/z88dk/libsrc//gfxlambda @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/gfx81.lst --- Building VTech Laser 350/500/700 Library --- TARGET=laser500 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORlaser500 -x/home/build/z88dk/build/z88dk/libsrc//laser500_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/laser500/laser500.lst --- Building LM80-C Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=lm80c TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORlm80c -x/home/build/z88dk/build/z88dk/libsrc//lm80c_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/lm80c/lm80c.lst --- Building PK-01 Lviv/Lvov Library --- TARGET=lviv TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DFORlviv -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//lviv_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/lviv/lviv.lst --- Building Camputers Lynx Library --- TARGET=lynx TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORlynx -x/home/build/z88dk/build/z88dk/libsrc//lynx_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/lynx/lynx.lst --- Building m100 Library --- TARGET=m100 TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8085 -DFORm100 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//m100_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/m100/m100.lst --- Building SORD M5 Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=m5 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORm5 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//m5_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/m5/m5.lst --- Building CCE MC-1000 Library --- TARGET=mc1000 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORmc1000 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//mc1000_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/mc1000/mc1000.lst --- Building micro8085 Library --- TARGET=micro8085 TYPE=8085 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8085 -DFORmicro8085 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//micro8085_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/micro8085/micro8085.lst --- Building Mikro80 Library --- TARGET=mikro80 TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DFORmikro80 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//mikro80_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/mikro80/mikro80.lst --- Building MSX Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=msx TYPE=z80 DEVICE=nodevice z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmsx -x/home/build/z88dk/build/z88dk/libsrc//msx_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/msx/msx.lst TARGET=msx TYPE=z80 DEVICE=nodevice z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmsx -x/home/build/z88dk/build/z88dk/libsrc//msxbios @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/msx/arch_msxbios.lst --- Building Memotech MTX Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=mtx TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmtx -x/home/build/z88dk/build/z88dk/libsrc//mtx_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/mtx/mtx.lst --- Building Mitsubishi Multi8 Library --- TARGET=multi8 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmulti8 -x/home/build/z88dk/build/z88dk/libsrc//multi8_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/multi8/multi8.lst --- Building Nichibutsu My Vision Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=myvision TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmyvision -x/home/build/z88dk/build/z88dk/libsrc//myvision_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/myvision/myvision.lst --- Building Sharp MZ Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=mz TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmz -x/home/build/z88dk/build/z88dk/libsrc//mz_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/mz/mz.lst --- Building Sharp MZ-2500 Library --- TARGET=mz2500 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmz2500 -x/home/build/z88dk/build/z88dk/libsrc//mz2500_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/mz2500/mz2500.lst --- Building NASCOM Library --- TARGET=nascom TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnascom -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//nascom_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/nascom/nascom.lst --- Building Amstrad NC100 Library --- TARGET=nc TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORnc -x/home/build/z88dk/build/z88dk/libsrc//nc_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/nc100/nc100.lst --- Building NC-100 Graphics Library --- TARGET=nc TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnc100 -x/home/build/z88dk/build/z88dk/libsrc//gfxnc100 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/nc100/gfxnc.lst --- Building NC-100 Graphics Library (ZCN)--- TARGET=zcn TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnc100 -DFORzcn -x/home/build/z88dk/build/z88dk/libsrc//gfxzcn @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/nc100/gfxnc.lst --- Building NC-200 Graphics Library --- TARGET=nc200 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnc200 -x/home/build/z88dk/build/z88dk/libsrc//gfxnc200 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/nc100/gfxnc.lst z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//zxmdv @mdvlist z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//p3 @plus3.lst z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//zxbasdrv @zxbdlst z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//zxbasdos @zxbdlst2 --- Building Grundy NewBrain Library --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//nbdrv @nbflst TARGET=newbrain TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnewbrain -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//newbrain_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/newbrain/newbrain.lst TARGET=newbrain TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnewbrain -x/home/build/z88dk/build/z88dk/libsrc//newbrain_cpm @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/newbrain/newbrain_cpm.lst --- Building Osborne 1 graphics Library --- TARGET=osborne1 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORosborne1 -x/home/build/z88dk/build/z88dk/libsrc//gfxosborne1 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/osborne1/gfxosborne1.lst --- Building Ondra Library --- TARGET=ondra TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORondra -x/home/build/z88dk/build/z88dk/libsrc//ondra_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/ondra/ondra.lst --- Building Old School Computer Architecture Library --- writebyte.c:25:6: warning: Converting type: int byte* to char * address [-Wincompatible-pointer-types] z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//flosdos @floslist open.c:42:49: warning: Assigning 'flosfile', type: struct flos_file * flosfile from char * [-Wincompatible-pointer-types] writebyte.c:36:6: warning: Converting type: int byte* to char * address [-Wincompatible-pointer-types] z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//flosxdos @floslist TARGET=osca TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORosca -DSTANDARDESCAPECHARS -DSDHC_SUPPORT -x/home/build/z88dk/build/z88dk/libsrc//osca_clib.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/osca/osca.lst --- Building Sharp OZ family ANSI Library --- TARGET=oz TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORoz -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ozansi_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/oz/oz.lst --- Building Philips P2000 Library --- TARGET=p2000 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORp2000 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//p2000_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/p2000/p2000.lst --- Building PacMan HW Library --- TARGET=pacman TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpacman -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pacman_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/pacman/pacman.lst --- Building Toshiba Pasopia7 Library --- TARGET=pasopia7 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORpasopia7 -x/home/build/z88dk/build/z88dk/libsrc//pasopia7_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/pasopia7/pasopia7.lst --- Building PC6001 Library --- TARGET=pc6001 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpc6001 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pc6001_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/pc6001/pc6001.lst --- Building PC8801 Library --- TARGET=pc88 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpc88 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pc88_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/pc88/pc88.lst --- Building Amstrad PCW Library --- TARGET=pcw TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpcw -x/home/build/z88dk/build/z88dk/libsrc//pcw @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/pcw/pcw.lst --- Building Pencil II Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=pencil2 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORpencil2 -x/home/build/z88dk/build/z88dk/libsrc//pencil2_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/pencil2/pencil2.lst --- Building PK8000 Library --- #@make --no-print-directory -C gfx TARGET=vector06c FLAVOUR=wide #@make --no-print-directory -C games TARGET=vector06c TARGET=pk8000 TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DFORpk8000 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pk8000_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/pk8000/pk8000.lst --- Building pmd85 Library --- TARGET=pmd85 TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DFORpmd85 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pmd85_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/pmd85/pmd85.lst --- Building Sprinter Library --- TARGET=pps TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//pps_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/pps/pps.lst --- Building Primo A-32/48/64 Library --- TARGET=primo TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORprimo -x/home/build/z88dk/build/z88dk/libsrc//primo_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/primo/primo.lst --- Building Casio PV-1000 Library --- TARGET=pv1000 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORpv1000 -x/home/build/z88dk/build/z88dk/libsrc//pv1000_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/pv1000/pv1000.lst --- Building Casio PV-2000 Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=pv2000 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORpv2000 -x/home/build/z88dk/build/z88dk/libsrc//pv2000_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/pv2000/pv2000.lst --- Building PX-4/HC-40 Library --- TARGET=px4 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpx4 -x/home/build/z88dk/build/z88dk/libsrc//px4 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/px4/px4.lst --- Building PX-8/Geneva Library --- TARGET=px8 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORpx8 -x/home/build/z88dk/build/z88dk/libsrc//px8 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/px8/px8.lst --- Building Radio86 Library --- TARGET=radio86 TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -m8080 -DFORradio86 -x/home/build/z88dk/build/z88dk/libsrc//radio86_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/radio86/radio86.lst --- Building RCM2/3000 Library --- TARGET=rcmx000 TYPE=r2k z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2ka -DSTANDARDESCAPECHARS -DFORrcmx000 -x/home/build/z88dk/build/z88dk/libsrc//rcmx000_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/rcmx000/rcmx000.lst --- Building RC2014-8085 Library --- TARGET=rc2014 TYPE=8085 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -m8085 -DFORrc2014 -x/home/build/z88dk/build/z88dk/libsrc//rc2014-8085_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/rc2014/rc2014-8085.lst --- Building RC-700 Library --- TARGET=rc700 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORrc700 -x/home/build/z88dk/build/z88dk/libsrc//rc700 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/rc700/rc700.lst --- Building Xircom Rex Library --- TARGET=rex TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORrex -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//rex_clib.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/rex/rex6000.lst --- Building Bandai RX78 Library --- TARGET=rx78 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORrx78 -x/home/build/z88dk/build/z88dk/libsrc//rx78_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/rx78/rx78.lst --- Building s1mp3 Library --- usb/usb_isr.c:643:43: warning: Assigning 'pSendBuffer', type: unsigned char * pSendBuffer from struct USB_DEVICE_DESCRIPTOR_TYPE DeviceDescriptor [-Wincompatible-pointer-types] usb/usb_isr.c:663:52: warning: Assigning 'pSendBuffer', type: unsigned char * pSendBuffer from struct 0__anonstruct_95_7 LANGID_Descriptor [-Wincompatible-pointer-types] usb/usb_isr.c:669:57: warning: Assigning 'pSendBuffer', type: unsigned char * pSendBuffer from struct 0__anonstruct_88_6 ManufacturerDescriptor [-Wincompatible-pointer-types] TARGET=s1mp3 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORs1mp3 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//s1mp3_clib.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/s1mp3/s1mp3.lst --- Building Sam Coupe Library --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I/home/build/z88dk/build/z88dk/libsrc//../lib/ -x/home/build/z88dk/build/z88dk/libsrc//esxdos @esxdos.lst TARGET=sam TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsam -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sam_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/sam/sam.lst --- Building SC-3000 System Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=sc3000 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsc3000 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sc3000_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/sc3000/sc3000.lst --- Building Sony SMC-70/SMC-777 Library --- TARGET=smc777 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsmc777 -x/home/build/z88dk/build/z88dk/libsrc//smc777_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/smc777/smc777.lst --- Building Sony SMC-70/SMC-777 CP/M Library --- TARGET=smc777 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsmc777 -x/home/build/z88dk/build/z88dk/libsrc//smc777_cpm @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/smc777/smc777_cpm.lst --- Building Sega Master System Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=sms TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsms -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sms_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/sms/sms.lst --- Building SOL20 Library --- TARGET=sol20 TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DFORsol20 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sol20_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/sol20/sol20.lst --- Building Samsung SPC-1000 Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=spc1000 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORspc1000 -x/home/build/z88dk/build/z88dk/libsrc//spc1000_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/spc1000/spc1000.lst --- Building Sorcerer Exidy Library --- TARGET=srr TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsorcerer -x/home/build/z88dk/build/z88dk/libsrc//srr_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/srr/srr.lst --- Building S-OS (The Sentinel) Library --- TARGET=sos TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsos -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//sos_clib.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/sos/sos.lst --- Building Specialist Library --- TARGET=special TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DFORspecial -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//special_clib.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/special/special.lst --- Building Super80 Library --- TARGET=super80 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsuper80 -x/home/build/z88dk/build/z88dk/libsrc//super80_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/super80/super80.lst --- Building Super80 VDUEM Library --- TARGET=super80 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsuper80 -x/home/build/z88dk/build/z88dk/libsrc//super80_vduem_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/super80/super80_vduem.lst --- Building Bandai Supervision 8000 Library --- TARGET=sv8000 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsv8000 -x/home/build/z88dk/build/z88dk/libsrc//sv8000_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/sv8000/sv8000.lst --- Building Spectravideo Library --- #@rm -f /home/build/z88dk/build/z88dk/libsrc//msxdos2.lib TARGET=svi TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORsvi -x/home/build/z88dk/build/z88dk/libsrc//svi_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/svi/svi.lst TARGET=svi TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORsvi -x/home/build/z88dk/build/z88dk/libsrc//svibios @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/svi/arch_svibios.lst --- Building Test System Library --- TARGET=test TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//test_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/test/test.lst --- Building Test System Library (8080) --- TARGET=test TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//test8080_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/test/test8080.lst --- Building Test System Library (Rabbit) --- TARGET=test TYPE=r2k z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//testrcm_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/test/testrcm.lst --- Building Test System Library (gbz80) --- TARGET=test TYPE=gbz80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//testgbz80_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/test/testgbz80.lst --- Building TI82 Library --- TARGET=ti82 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti82 -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti82_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/ticalc/ticalc.lst --- Building TI83 Library --- TARGET=ti83 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti83 -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti83_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/ticalc/ticalc.lst --- Building TI83+ Library --- TARGET=ti8x TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti83p -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti83p_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/ticalc/ticalc.lst --- Building TI85 Library --- TARGET=ti85 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti85 -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti85_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/ticalc/ticalc.lst --- Building TI86 Library --- TARGET=ti86 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORti86 -DPACKEDFONT -x/home/build/z88dk/build/z88dk/libsrc//ti86_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/ticalc/ticalc.lst --- Building TIKI-100 Library --- TARGET=tiki100 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtiki100 -x/home/build/z88dk/build/z88dk/libsrc//tiki100 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/tiki100/tiki100.lst --- Building TRS 80 Library --- TARGET=trs80 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORtrs80 -x/home/build/z88dk/build/z88dk/libsrc//trs80_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/trs80/trs80.lst TARGET=trs80 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtrs80 -x/home/build/z88dk/build/z88dk/libsrc//trs80_cpm @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/trs80/trs80_cpm.lst initdcb.c:36:5: warning: Converting type: struct TRSDOS_FCB * fcb to char * de_reg [-Wincompatible-pointer-types] remove.c:42:13: warning: Converting type: struct TRSDOS_FCB * _fcb_remove to char * de_reg [-Wincompatible-pointer-types] remove.c:45:13: warning: Converting type: struct TRSDOS_FCB * _fcb_remove to char * de_reg [-Wincompatible-pointer-types] z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//trsdos @trsdos.lst --- Building TRS 80 GFX Libraries --- TARGET=trs80 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtrs80 -x/home/build/z88dk/build/z88dk/libsrc//gfxtrs80 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/trs80/gfxtrs80.lst --- Building EG2000 GFX Libraries --- TARGET=eg2000 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFOReg2000 -x/home/build/z88dk/build/z88dk/libsrc//gfxeg2000 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/trs80/gfxeg2000.lst --- Building GrafyxSolution (M4 on Model III) Libraries --- TARGET=grafyx3 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORgrafyx3 -x/home/build/z88dk/build/z88dk/libsrc//grafyx4_3 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/trs80/grafyx.lst --- Building GrafyxSolution (M4 on Model 4) Libraries --- TARGET=grafyx4 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORgrafyx4 -x/home/build/z88dk/build/z88dk/libsrc//grafyx4 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/trs80/grafyx.lst --- Building HRG1 TRS80 Model I Libraries --- TARGET=hrg1 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORhrg1 -x/home/build/z88dk/build/z88dk/libsrc//gfxhrg1 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/trs80/gfxhrg1.lst --- Building TS2068 (Spectrum clone) Library --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I/home/build/z88dk/build/z88dk/libsrc//../lib/ -x/home/build/z88dk/build/z88dk/libsrc//esxdos @esxdos.lst TARGET=ts2068 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORzx -DFORts2068 -DA80COL -x/home/build/z88dk/build/z88dk/libsrc//ts2068_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/ts2068/ts2068.lst --- Building Timex TS2068 Maths Library --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORts2068 -x/home/build/z88dk/build/z88dk/libsrc//m2068 @zxmlist --- Building Videoton TV Computer Library --- TARGET=tvc TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORtvc -x/home/build/z88dk/build/z88dk/libsrc//tvc_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/tvc/tvc.lst --- Building Videoton TV Computer ROM based Gfx Library --- TARGET=tvc TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORtvc -x/home/build/z88dk/build/z88dk/libsrc//tvc_romgfx @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/tvc/tvc_romgfx.lst --- Building Vector06c Library --- TARGET=vector06c TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DFORvector06c -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//vector06c_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/vector06c/vector06c.lst --- Building Philips VG5000 Library --- TARGET=vg5k TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORvg5k -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//vg5k_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/vg5k/vg5k.lst --- Building VZ200/300 Library --- TARGET=vz TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORvz -x/home/build/z88dk/build/z88dk/libsrc//vz_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/vz/vz200.lst --- Building Canon X-07 Library --- TARGET=x07 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//x07_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/x07/x07.lst --- Building Sharp X1 Library --- TARGET=x1 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORx1 -x/home/build/z88dk/build/z88dk/libsrc//x1_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/x1/x1.lst --- Building Sharp X1 Library --- make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=x1 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORx1 -x/home/build/z88dk/build/z88dk/libsrc//x1_cpm @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/x1/x1_common.lst --- Building Robotron Z1013 Library --- TARGET=z1013 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORz1013 -x/home/build/z88dk/build/z88dk/libsrc//z1013_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/z1013/z1013.lst --- Building Z80 TV Game Library --- TARGET=z80tvgame TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORz80tvgame -x/home/build/z88dk/build/z88dk/libsrc//z80tvgame_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/z80tvgame/z80tvgame.lst --- Building Z88 Library --- getservprotobyname.c:17:14: warning: Converting type: unsigned char u8_t* name to const char * s1 [-Wincompatible-pointer-types] getxxbyname.c:18:14: warning: Converting type: unsigned char u8_t* name to const char * s1 [-Wincompatible-pointer-types] getxxbyport.c:23:14: warning: Converting type: unsigned char u8_t* name to const char * src [-Wincompatible-pointer-types] z88dk-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 z88dk-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 TARGET=z88 TYPE=z80 z88dk-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 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/z88/z88.lst --- Building Z88 Maths Library --- TYPE=z88 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//z88_math @z88math.lst TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//bbc_math @z88math.lst TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -x/home/build/z88dk/build/z88dk/libsrc//bbc_math_iy @z88math.lst --- Building Robotron KC85/1, KC/87, Z9001 Library --- TARGET=z9001 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORz9001 -x/home/build/z88dk/build/z88dk/libsrc//z9001_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/z9001/z9001.lst --- Building ZX Spectrum Library --- make[3]: Nothing to be done for 'all'. make[3]: Nothing to be done for 'all'. make[3]: Nothing to be done for 'all'. z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232if1 @if1list z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//rs232plus @p3list z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I/home/build/z88dk/build/z88dk/libsrc//../lib/ -x/home/build/z88dk/build/z88dk/libsrc//esxdos @esxdos.lst TARGET=zx TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//zx_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx/zx.lst TARGET=zx TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -x/home/build/z88dk/build/z88dk/libsrc//zxcpm @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx/zx_cpm.lst --- Building ZX Spectrum Maths Library --- z88dk-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 --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -DTINYMODE -x/home/build/z88dk/build/z88dk/libsrc//mzx_tiny @zxmlist --- Building ZXROM Library --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -DSTANDARDESCAPECHARS -DNOROMCALLS -x/home/build/z88dk/build/z88dk/libsrc//zxrom @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx/zxrom.lst --- Building ZXVGS Library --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -x/home/build/z88dk/build/z88dk/libsrc//zxvgs @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zxvgs/zxvgs.lst --- Building ZX80 Library --- TARGET=zx80 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORzx80 -x/home/build/z88dk/build/z88dk/libsrc//zx80_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx80/zx80.lst --- Building ZX81 Library --- TARGET=zx81 TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -IXIY -DFORzx81 -x/home/build/z88dk/build/z88dk/libsrc//zx81_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/zx81.lst --- Building ZX81 Standard Graphics Library --- TARGET=zx81 TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORzx81 -x/home/build/z88dk/build/z88dk/libsrc//gfx81 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/gfx81.lst --- Building ZX81 Pseudo-HR Graphics Library --- TARGET=zx81phrg TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORzx81phrg -x/home/build/z88dk/build/z88dk/libsrc//gfx81phrg @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/gfx81phrg.lst --- Building ZX81 UDG based Graphics Library --- TARGET=zx81udg TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORzx81udg -x/home/build/z88dk/build/z88dk/libsrc//gfx81udg @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/gfx81udg.lst --- Building ZX81 High Resolution Libraries (64 rows) --- TARGET=zx81hr64 TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORzx81hr64 -x/home/build/z88dk/build/z88dk/libsrc//gfx81hr64 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/gfx81hr.lst TARGET=zx81hr64 TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORzx81hr64 -DARX816 -x/home/build/z88dk/build/z88dk/libsrc//gfx81arx64 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/gfx81arx.lst TARGET=zx81mt64 TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORzx81mt64 -DMTHRG -x/home/build/z88dk/build/z88dk/libsrc//gfx81mt64 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/gfx81mt.lst --- Building ZX81 High Resolution Libraries (192 rows) --- TARGET=zx81hr192 TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORzx81hr192 -x/home/build/z88dk/build/z88dk/libsrc//gfx81hr192 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/gfx81hr.lst TARGET=zx81hr192 TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORzx81hr192 -DARX816 -x/home/build/z88dk/build/z88dk/libsrc//gfx81arx192 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/gfx81arx.lst TARGET=zx81mt192 TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORzx81mt192 -DMTHRG -x/home/build/z88dk/build/z88dk/libsrc//gfx81mt192 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/gfx81mt.lst TARGET=zx81g007 TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORzx81g007 -DG007 -x/home/build/z88dk/build/z88dk/libsrc//gfx81g007 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zx81/gfx81g007.lst --- Building ZX 81 Maths Library --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx81 -IXIY -x/home/build/z88dk/build/z88dk/libsrc//m81 @zxmlist --- Building ZX 81 Tiny Maths Library --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx81 -IXIY -DTINYMODE -x/home/build/z88dk/build/z88dk/libsrc//m81_tiny @zxmlist --- Building ZX Spectrum Next Library --- make[3]: Nothing to be done for 'all'. make[3]: Nothing to be done for 'all'. make[3]: Nothing to be done for 'all'. z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -I/home/build/z88dk/build/z88dk/libsrc//../lib/ -x/home/build/z88dk/build/z88dk/libsrc//esxdos @esxdos.lst TARGET=zxn TYPE=z80n z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80n -DFORzxn -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//zxn_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/zxn/zxn.lst --- Building z80 crt Library --- mkdir -p obj/z80/z80 NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/z80/z80 -I.. @crt0_z80.lst mkdir -p obj/ixiy/ixiy NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/ixiy/ixiy -I.. -IXIY -D__SDCC_IX @crt0_z80.lst mkdir -p obj/8080/8080 NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/8080/8080 -I.. -DCPU_8080 -m8080 @crt0_8080.lst mkdir -p obj/8085/8085 NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/8085/8085 -I.. -DCPU_8085 -m8085 @crt0_8085.lst mkdir -p obj/r2k/r2k NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/r2k/r2k -I.. -mr2ka @crt0_rcm.lst mkdir -p obj/gbz80/gbz80 NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/gbz80/gbz80 -I.. -DCPU_GBZ80 -mgbz80 @crt0_gbz80.lst mkdir -p obj/z180/z180 NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/z180/z180 -I.. -mz180 @crt0_z180.lst mkdir -p obj/ez80/ez80 NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/ez80/ez80 -I.. -mz180 -DEZ80 @crt0_ez80.lst mkdir -p obj/z80/z80 NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/z80n/z80n -I.. -mz80n @crt0_z80n.lst TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//z80_crt0 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//z80.lst --- Building ixiy crt Library --- make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80 -IXIY -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//z80iy_crt0 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//z80.lst --- Building z80n crt Library --- make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. TYPE=z80n z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80n -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//z80n_crt0 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//z80.lst --- Building 8080 crt Library --- make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//8080_crt0 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//8080.lst --- Building gbz80 crt Library --- make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. TYPE=gbz80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mgbz80 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//gbz80_crt0 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//gbz80.lst --- Building r2k crt Library --- make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. make[1]: Nothing to be done for 'all'. TYPE=r2k z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2ka -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//r2k_crt0 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//rabbit.lst --- Building Z80 math48 Library --- TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//math48 @math48.lst TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//math48_iy -IXIY @math48.lst --- Building Z80 Generic Maths Library --- sqrt.c:16:10: warning: Assigning 'px', type: char * px from double x* [-Wincompatible-pointer-types] sqrt.c:17:18: warning: Assigning 'pextra', type: char * pextra from double extra* [-Wincompatible-pointer-types] TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//genmath @genmath.lst sqrt.c:16:10: warning: Assigning 'px', type: char * px from double x* [-Wincompatible-pointer-types] sqrt.c:17:18: warning: Assigning 'pextra', type: char * pextra from double extra* [-Wincompatible-pointer-types] TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -x/home/build/z88dk/build/z88dk/libsrc//genmath_iy @genmath.lst sqrt.c:16:10: warning: Assigning 'px', type: char * px from double x* [-Wincompatible-pointer-types] sqrt.c:17:18: warning: Assigning 'pextra', type: char * pextra from double extra* [-Wincompatible-pointer-types] TYPE=ixiy_zx81 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -x/home/build/z88dk/build/z88dk/libsrc//genmath_zx81 @genmathzx81.lst --- Building Microsoft Single Precision Maths Library --- TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//mbf32 @mbf32.lst TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -x/home/build/z88dk/build/z88dk/libsrc//mbf32_8080 @mbf32.lst TYPE=8085 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8085 -x/home/build/z88dk/build/z88dk/libsrc//mbf32_8085 @mbf32.lst TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -x/home/build/z88dk/build/z88dk/libsrc//mbf32_iy @mbf32.lst TYPE=gbz80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mgbz80 -x/home/build/z88dk/build/z88dk/libsrc//mbf32_gbz80 @mbf32.lst --- Building Microsoft Double Precision Maths Library --- TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//mbf64 @mbf64.lst TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -x/home/build/z88dk/build/z88dk/libsrc//mbf64_iy @mbf64.lst --- Building IEEE Half Precision Maths Library --- TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//math16 @math16.lst TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -x/home/build/z88dk/build/z88dk/libsrc//math16_ixiy @math16.lst --- Building IEEE Single Precision Maths Library --- TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//math32 @math32.lst TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -x/home/build/z88dk/build/z88dk/libsrc//math32_ixiy @math32.lst --- Building DAI 32-bit 8080 Maths Library --- TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//daimath32 @daimath32.lst TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -x/home/build/z88dk/build/z88dk/libsrc//daimath32_8080 @daimath32.lst --- Building Am9511 APU Maths Library --- TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//am9511 @am9511.lst TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -x/home/build/z88dk/build/z88dk/libsrc//am9511_ixiy @am9511.lst TYPE=8085 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//am9511_8085 @am9511.lst z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//gendos @genlist ---> Building NDOS library <--- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//ndos @ndoslist --- Building 3D Library --- object_render_flatshading.c:53:8: warning: Converting type: char * stencil to unsigned char * stencil [-Wincompatible-pointer-types] object_render_flatshading.c:56:8: warning: Converting type: char * stencil to unsigned char * stencil [-Wincompatible-pointer-types] object_render_flatshading.c:57:8: warning: Converting type: char * stencil to unsigned char * stencil [-Wincompatible-pointer-types] object_render_flatshading.c:58:8: warning: Converting type: char * stencil to unsigned char * stencil [-Wincompatible-pointer-types] object_render_flatshading.c:69:8: warning: Converting type: char * stencil to unsigned char * stencil [-Wincompatible-pointer-types] z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//lib3d @lib3d.lst --- Building fast integer maths library --- TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//fastmath.lib @fastmath.lst TYPE=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//fastmath_ixiy.lib @fastmath.lst TYPE=z80n z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//fastmath_z80n.lib @fastmath.lst --- Building Preemptive threading Library --- z88dk-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 --- SP1 Software Sprite Engine --- z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//sp1 @spectrum.lst z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//sp1-ts2068 @ts2068hr.lst z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//sp1-zx81hr -IXIY @zx81hr.lst --- Building 8080 optimised crt routines--- make[1]: Nothing to be done for 'all'. TYPE=8080 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//8080_opt @/home/build/z88dk/build/z88dk/libsrc//../libsrc//z80_crt0s/crt0.lst --- Building 8085 optimised crt routines--- make[1]: Nothing to be done for 'all'. TYPE=8085 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -m8085 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//8085_opt @/home/build/z88dk/build/z88dk/libsrc//../libsrc//z80_crt0s/crt0.lst --- Building z180 optimised crt routines--- make[1]: Nothing to be done for 'all'. TYPE=z180 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz180 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//z180_opt @/home/build/z88dk/build/z88dk/libsrc//../libsrc//z80_crt0s/crt0.lst --- Building ez80 optimised crt routines--- make[1]: Nothing to be done for 'all'. TYPE=ez80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//ez80_opt @/home/build/z88dk/build/z88dk/libsrc//../libsrc//z80_crt0s/crt0.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/am9511/config.m4 > target/am9511/config_am9511_private.inc m4 -DCFG_ASM_PUB target/am9511/config.m4 > target/am9511/config_am9511_public.inc m4 -DCFG_C_DEF target/am9511/config.m4 > target/am9511/config_am9511.h cp target/am9511/config_am9511_private.inc target/am9511/obj/config_private.inc z88dk-z80asm -d -Otarget/am9511/obj/sccz80 -Itarget/am9511/obj -xlib/sccz80/am9511 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/am9511/library/am9511_sccz80.lst z88dk-z80asm -d -Otarget/am9511/obj/sdcc_ix -Itarget/am9511/obj -xlib/sdcc_ix/am9511 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/am9511/library/am9511_sdcc_ix.lst z88dk-z80asm -d -Otarget/am9511/obj/sdcc_iy -Itarget/am9511/obj -IXIY -xlib/sdcc_iy/am9511 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IY @target/am9511/library/am9511_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 target/cpm/obj/config_private.inc z88dk-z80asm -d -Otarget/cpm/obj/sccz80 -Itarget/cpm/obj -xlib/sccz80/cpm -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/cpm/library/cpm_sccz80.lst z88dk-z80asm -d -Otarget/cpm/obj/sdcc_ix -Itarget/cpm/obj -xlib/sdcc_ix/cpm -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/cpm/library/cpm_sdcc_ix.lst z88dk-z80asm -d -Otarget/cpm/obj/sdcc_iy -Itarget/cpm/obj -IXIY -xlib/sdcc_iy/cpm -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IY @target/cpm/library/cpm_sdcc_iy.lst m4 -DCFG_ASM_DEF target/hbios/config.m4 > target/hbios/config_hbios_private.inc m4 -DCFG_ASM_PUB target/hbios/config.m4 > target/hbios/config_hbios_public.inc m4 -DCFG_C_DEF target/hbios/config.m4 > target/hbios/config_hbios.h cp target/hbios/config_hbios_private.inc target/hbios/obj/config_private.inc z88dk-z80asm -d -Otarget/hbios/obj/sccz80 -Itarget/hbios/obj -xlib/sccz80/hbios -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/hbios/library/hbios_sccz80.lst z88dk-z80asm -d -Otarget/hbios/obj/sdcc_ix -Itarget/hbios/obj -xlib/sdcc_ix/hbios -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/hbios/library/hbios_sdcc_ix.lst z88dk-z80asm -d -Otarget/hbios/obj/sdcc_iy -Itarget/hbios/obj -IXIY -xlib/sdcc_iy/hbios -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IY @target/hbios/library/hbios_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 target/m/obj/config_private.inc z88dk-z80asm -d -Otarget/m/obj/sccz80 -Itarget/m/obj -xlib/sccz80/m -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/m/library/m_sccz80.lst z88dk-z80asm -d -Otarget/m/obj/sdcc_ix -Itarget/m/obj -xlib/sdcc_ix/m -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/m/library/m_sdcc_ix.lst z88dk-z80asm -d -Otarget/m/obj/sdcc_iy -Itarget/m/obj -IXIY -xlib/sdcc_iy/m -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IY @target/m/library/m_sdcc_iy.lst m4 -DCFG_ASM_DEF target/math16/config.m4 > target/math16/config_math16_private.inc m4 -DCFG_ASM_PUB target/math16/config.m4 > target/math16/config_math16_public.inc m4 -DCFG_C_DEF target/math16/config.m4 > target/math16/config_math16.h cp target/math16/config_math16_private.inc target/math16/obj/config_private.inc z88dk-z80asm -d -Otarget/math16/obj/sccz80 -Itarget/math16/obj -xlib/sccz80/math16 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/math16/library/math16_sccz80.lst z88dk-z80asm -d -Otarget/math16/obj/sdcc_ix -Itarget/math16/obj -xlib/sdcc_ix/math16 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/math16/library/math16_sdcc_ix.lst z88dk-z80asm -d -Otarget/math16/obj/sdcc_iy -Itarget/math16/obj -IXIY -xlib/sdcc_iy/math16 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IY @target/math16/library/math16_sdcc_iy.lst m4 -DCFG_ASM_DEF target/math32/config.m4 > target/math32/config_math32_private.inc m4 -DCFG_ASM_PUB target/math32/config.m4 > target/math32/config_math32_public.inc m4 -DCFG_C_DEF target/math32/config.m4 > target/math32/config_math32.h cp target/math32/config_math32_private.inc target/math32/obj/config_private.inc z88dk-z80asm -d -Otarget/math32/obj/sccz80 -Itarget/math32/obj -xlib/sccz80/math32 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/math32/library/math32_sccz80.lst z88dk-z80asm -d -Otarget/math32/obj/sdcc_ix -Itarget/math32/obj -xlib/sdcc_ix/math32 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/math32/library/math32_sdcc_ix.lst z88dk-z80asm -d -Otarget/math32/obj/sdcc_iy -Itarget/math32/obj -IXIY -xlib/sdcc_iy/math32 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IY @target/math32/library/math32_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 target/rc2014/obj/config_private.inc z88dk-z80asm -d -Otarget/rc2014/obj/sccz80 -Itarget/rc2014/obj -xlib/sccz80/rc2014 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/rc2014/library/rc2014_sccz80.lst z88dk-z80asm -d -Otarget/rc2014/obj/sdcc_ix -Itarget/rc2014/obj -xlib/sdcc_ix/rc2014 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/rc2014/library/rc2014_sdcc_ix.lst z88dk-z80asm -d -Otarget/rc2014/obj/sdcc_iy -Itarget/rc2014/obj -IXIY -xlib/sdcc_iy/rc2014 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IY @target/rc2014/library/rc2014_sdcc_iy.lst m4 -DCFG_ASM_DEF target/scz180/config.m4 > target/scz180/config_scz180_private.inc m4 -DCFG_ASM_PUB target/scz180/config.m4 > target/scz180/config_scz180_public.inc m4 -DCFG_C_DEF target/scz180/config.m4 > target/scz180/config_scz180.h cp target/scz180/config_scz180_private.inc target/scz180/obj/config_private.inc z88dk-z80asm -mz180 -d -Otarget/scz180/obj/sccz80 -Itarget/scz180/obj -xlib/sccz80/scz180 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/scz180/library/scz180_sccz80.lst z88dk-z80asm -mz180 -d -Otarget/scz180/obj/sdcc_ix -Itarget/scz180/obj -xlib/sdcc_ix/scz180 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/scz180/library/scz180_sdcc_ix.lst z88dk-z80asm -mz180 -d -Otarget/scz180/obj/sdcc_iy -Itarget/scz180/obj -IXIY -xlib/sdcc_iy/scz180 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IY @target/scz180/library/scz180_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 target/sms/obj/config_private.inc z88dk-z80asm -d -Otarget/sms/obj/sccz80 -Itarget/sms/obj -xlib/sccz80/sms -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/sms/library/sms_sccz80.lst z88dk-z80asm -d -Otarget/sms/obj/sdcc_ix -Itarget/sms/obj -xlib/sdcc_ix/sms -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/sms/library/sms_sdcc_ix.lst z88dk-z80asm -d -Otarget/sms/obj/sdcc_iy -Itarget/sms/obj -IXIY -xlib/sdcc_iy/sms -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IY @target/sms/library/sms_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 target/yaz180/obj/config_private.inc z88dk-z80asm -mz180 -d -Otarget/yaz180/obj/sccz80 -Itarget/yaz180/obj -xlib/sccz80/yaz180 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/yaz180/library/yaz180_sccz80.lst z88dk-z80asm -mz180 -d -Otarget/yaz180/obj/sdcc_ix -Itarget/yaz180/obj -xlib/sdcc_ix/yaz180 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/yaz180/library/yaz180_sdcc_ix.lst z88dk-z80asm -mz180 -d -Otarget/yaz180/obj/sdcc_iy -Itarget/yaz180/obj -IXIY -xlib/sdcc_iy/yaz180 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -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 target/z180/obj/config_private.inc z88dk-z80asm -mz180 -d -Otarget/z180/obj/sccz80 -Itarget/z180/obj -xlib/sccz80/z180 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/z180/library/z180_sccz80.lst z88dk-z80asm -mz180 -d -Otarget/z180/obj/sdcc_ix -Itarget/z180/obj -xlib/sdcc_ix/z180 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/z180/library/z180_sdcc_ix.lst z88dk-z80asm -mz180 -d -Otarget/z180/obj/sdcc_iy -Itarget/z180/obj -IXIY -xlib/sdcc_iy/z180 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IY @target/z180/library/z180_sdcc_iy.lst 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 target/z80/obj/config_private.inc z88dk-z80asm -d -Otarget/z80/obj/sccz80 -Itarget/z80/obj -xlib/sccz80/z80 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/z80/library/z80_sccz80.lst z88dk-z80asm -d -Otarget/z80/obj/sdcc_ix -Itarget/z80/obj -xlib/sdcc_ix/z80 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/z80/library/z80_sdcc_ix.lst z88dk-z80asm -d -Otarget/z80/obj/sdcc_iy -Itarget/z80/obj -IXIY -xlib/sdcc_iy/z80 -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IY @target/z80/library/z80_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 target/zx/obj/config_private.inc ZX0 v1.5: Optimal data compressor by Einar Saukas [...............................................] File compressed from 13400 to 4303 bytes! (delta 3) ZX0 v1.5: Optimal data compressor by Einar Saukas [...............................................] File compressed from 13400 to 4289 bytes! (delta 3) z88dk-z80asm -d -Otarget/zx/obj/sccz80 -Itarget/zx/obj -xlib/sccz80/zx -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/zx/library/zx_sccz80.lst z88dk-z80asm -d -Otarget/zx/obj/sdcc_ix -Itarget/zx/obj -xlib/sdcc_ix/zx -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/zx/library/zx_sdcc_ix.lst z88dk-z80asm -d -Otarget/zx/obj/sdcc_iy -Itarget/zx/obj -IXIY -xlib/sdcc_iy/zx -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -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 target/zxn/obj/config_private.inc ZX0 v1.5: Optimal data compressor by Einar Saukas [...............................................] File compressed from 13400 to 4303 bytes! (delta 3) ZX0 v1.5: Optimal data compressor by Einar Saukas [...............................................] File compressed from 13400 to 4289 bytes! (delta 3) z88dk-z80asm -mz80n -d -Otarget/zxn/obj/sccz80 -Itarget/zxn/obj -xlib/sccz80/zxn -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ @target/zxn/library/zxn_sccz80.lst z88dk-z80asm -mz80n -d -Otarget/zxn/obj/sdcc_ix -Itarget/zxn/obj -xlib/sdcc_ix/zxn -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -D__SDCC -D__SDCC_IX @target/zxn/library/zxn_sdcc_ix.lst z88dk-z80asm -mz80n -d -Otarget/zxn/obj/sdcc_iy -Itarget/zxn/obj -IXIY -xlib/sdcc_iy/zxn -I/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT//../../lib/ -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' m4 -Dm4_SCCZ80 proto/arch/zx.h > sccz80/arch/zx.h m4 -Dm4_SCCZ80 proto/arch/hbios.h > sccz80/arch/hbios.h m4 -Dm4_CLANG proto/arch/zx.h > clang/arch/zx.h m4 -Dm4_CLANG proto/arch/hbios.h > clang/arch/hbios.h cp -r sccz80/adt ../ cp -r sccz80/alloc ../ rm -f -f ../alloc/malloc.h 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/libsrc/_DEVELOPMENT' rm -f -fr target/*/obj make: Leaving directory '/home/build/z88dk/build/z88dk/libsrc/_DEVELOPMENT' ######################################################################### Creating tarball with libraries ######################################################################### ######################################################################### Starting win32 build ######################################################################### make -C src/appmake PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/appmake' ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mz2500.o mz2500.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o px.o px.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o appmake.o appmake.c appmake.c: In function 'option_set': appmake.c:576:34: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 576 | option_cb func = (option_cb)option->dest; | ^ ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o fp1100.o fp1100.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o newbrain.o newbrain.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mz.o mz.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o m5.o m5.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88.o z88.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o newext.o newext.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sos.o sos.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ace-tap.o ace-tap.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx.o zx.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o svi.o svi.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o homelab.o homelab.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o inject.o inject.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pmd85.o pmd85.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o smc777.o smc777.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o x07.o x07.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o trs80.o trs80.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vector06c.o vector06c.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rom.o rom.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o enterprise.o enterprise.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o x1.o x1.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o noop.o noop.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o extract.o extract.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o nascom.o nascom.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpmdisk.o cpmdisk.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o msx.o msx.c msx.c: In function 'msx_exec': msx.c:222:23: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] 222 | writeword(pos + len + 1, fpout); /* End Address */ | ~~~~^~~~~ ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o galaksija.o galaksija.c galaksija.c: In function 'gal_exec': galaksija.c:269:9: warning: 'after_header' may be used uninitialized in this function [-Wmaybe-uninitialized] 269 | fseek(fpin, after_header, SEEK_SET); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx81.o zx81.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o nec.o nec.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sol20.o sol20.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o multi8.o multi8.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pc88.o pc88.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o fat.o fat.c fat.c:32:95: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 32 | { 'a', "add-file", "Add additional files [hostfile:msxfile] or [hostfile]", OPT_FUNCTION, (void *)c_add_file }, | ^ ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sc3000.o sc3000.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o residos.o residos.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o adam.o adam.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rex6000.o rex6000.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88elf.o z88elf.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ondra.o ondra.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ff.o ff.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o p2000.o p2000.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpc.o cpc.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mtx.o mtx.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o abc80.o abc80.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zxn.o zxn.c zxn.c:34:5: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 34 | NULL, // patchdata | ^~~~ zxn.c:34:5: note: (near initialization for 'zxt.usr_address') ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o spc1000.o spc1000.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z9001.o z9001.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o dai.o dai.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mameql.o mameql.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o kc.o kc.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o c7420.o c7420.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o primo.o primo.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lviv.o lviv.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mc.o mc.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o hex.o hex.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zxvgs.o zxvgs.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pc88disc.o pc88disc.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lz49.o lz49.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mgt.o mgt.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lynx.o lynx.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tvc.o tvc.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z1013.o z1013.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vz.o vz.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pasopia7.o pasopia7.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o msxrom.o msxrom.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx-util.o zx-util.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rk.o rk.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o glue.o glue.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sms.o sms.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tixx.o tixx.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o gb.o gb.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88shell.o z88shell.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o c128.o c128.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o aquarius.o aquarius.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpm2.o cpm2.c cpm2.c:40:95: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 40 | { 'a', "add-file", "Add additional files [hostfile:cpmfile] or [hostfile]", OPT_FUNCTION, (void *)c_add_file }, | ^ ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vg5k.o vg5k.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sorcerer.o sorcerer.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mamepp.o mamepp.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ../common/dirname.o ../common/dirname.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -o z88dk-appmake.exe mz2500.o px.o appmake.o fp1100.o newbrain.o mz.o m5.o z88.o newext.o sos.o ace-tap.o zx.o svi.o homelab.o inject.o pmd85.o smc777.o x07.o trs80.o vector06c.o rom.o enterprise.o x1.o noop.o extract.o nascom.o cpmdisk.o msx.o galaksija.o zx81.o nec.o sol20.o multi8.o pc88.o fat.o sc3000.o residos.o adam.o rex6000.o z88elf.o ondra.o ff.o p2000.o cpc.o mtx.o abc80.o zxn.o spc1000.o z9001.o dai.o mameql.o kc.o c7420.o primo.o lviv.o mc.o hex.o zxvgs.o pc88disc.o lz49.o mgt.o lynx.o tvc.o z1013.o vz.o pasopia7.o msxrom.o zx-util.o rk.o glue.o sms.o tixx.o gb.o z88shell.o c128.o aquarius.o cpm2.o vg5k.o sorcerer.o mamepp.o ../common/dirname.o -g -O2 install z88dk-appmake.exe /home/build/z88dk/win32/z88dk/bin/z88dk-appmake.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/appmake' make -C src/copt PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/copt' ccache x86_64-w64-mingw32-gcc -c -o copt.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. copt.c ccache x86_64-w64-mingw32-gcc -c -o regex/regcomp.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regcomp.c ccache x86_64-w64-mingw32-gcc -c -o regex/regerror.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regerror.c ccache x86_64-w64-mingw32-gcc -c -o regex/regexec.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regexec.c ccache x86_64-w64-mingw32-gcc -c -o regex/regfree.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regfree.c ccache x86_64-w64-mingw32-gcc -o z88dk-copt.exe -g -O2 copt.o regex/regcomp.o regex/regerror.o regex/regexec.o regex/regfree.o install z88dk-copt.exe /home/build/z88dk/win32/z88dk/bin/z88dk-copt.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/copt' make -C src/cpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/cpp' ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp6.o cpp6.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp2.o cpp2.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp4.o cpp4.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp5.o cpp5.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp3.o cpp3.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp1.o cpp1.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-zcpp.exe cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o -g -O2 install z88dk-zcpp.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zcpp.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/cpp' make -C src/ucpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ucpp' ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o mem.o mem.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o nhash.o nhash.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o cpp.o cpp.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o lexer.o lexer.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o assert.o assert.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o macro.o macro.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o eval.o eval.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -o z88dk-ucpp.exe mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o -g -O2 install z88dk-ucpp.exe /home/build/z88dk/win32/z88dk/bin/z88dk-ucpp.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ucpp' make -C src/sccz80 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/sccz80' ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o callfunc.o callfunc.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o cdbfile.o cdbfile.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o codegen.o codegen.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o const.o const.c const.c: In function 'load_double_into_fa': const.c:1089:38: warning: unknown conversion type character 'L' in format [-Wformat=] 1089 | snprintf(buf, sizeof(buf), "%Lf", lval->const_val); | ^ const.c:1089:36: warning: too many arguments for format [-Wformat-extra-args] 1089 | snprintf(buf, sizeof(buf), "%Lf", lval->const_val); | ^~~~~ ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o data.o data.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o declinit.o declinit.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o error.o error.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o expr.o expr.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o goto.o goto.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o io.o io.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o lex.o lex.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o main.o main.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o misc.o misc.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o plunge.o plunge.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o preproc.o preproc.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o primary.o primary.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o stmt.o stmt.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o sym.o sym.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o while.o while.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o declparse.o declparse.c ccache x86_64-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o ../common/option.o ../common/option.c ccache x86_64-w64-mingw32-gcc -g -O2 -o sccz80.exe callfunc.o cdbfile.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 ../common/option.o -lm install -m 755 sccz80.exe /home/build/z88dk/win32/z88dk/bin/z88dk-sccz80.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/sccz80' make -C src/z80asm PREFIX=`pwd` PREFIX_SHARE=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm' ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/libfile.o src/c/libfile.c cd dev && perl make_reloc_code.pl && dos2unix -q reloc_code.[ch] && \ mv -f reloc_code.[ch] ../src/c/ ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/reloc_code.o src/c/reloc_code.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/expr1.o src/c/expr1.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/list.o src/c/list.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/sym.o src/c/sym.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/dbg.o src/c/dbg.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/opcodes.o src/c/opcodes.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/common.o src/c/common.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/class.o src/c/class.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/modlink.o src/c/modlink.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/z80pass.o src/c/z80pass.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/directives.o src/c/directives.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/scan.o src/c/scan.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/strhash.o src/c/strhash.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -O0 -c -o src/c/parse.o src/c/parse.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/str.o src/c/str.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/minunit.o src/c/minunit.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/codearea.o src/c/codearea.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/zobjfile.o src/c/zobjfile.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/module1.o src/c/module1.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/symtab1.o src/c/symtab1.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/array.o src/c/array.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/alloc.o src/c/alloc.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/z80asm.o src/c/z80asm.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/zutils.o ../common/zutils.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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: ../../ext/regex/cclass.h:6:16: warning: missing braces around initializer [-Wmissing-braces] 6 | } cclasses[] = { | ^ In file included from ../../ext/regex/regcomp.c:13: ../../ext/regex/cname.h:5:14: warning: missing braces around initializer [-Wmissing-braces] 5 | } cnames[] = { | ^ ../../ext/regex/regcomp.c: In function 'p_ere': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:254:3: note: in expansion of macro 'REQUIRE' 254 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:301:3: note: in expansion of macro 'REQUIRE' 301 | REQUIRE(MORE(), REG_EPAREN); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE' 97 | #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) | ^~~~~~~ ../../ext/regex/regcomp.c:314:3: note: in expansion of macro 'MUSTEAT' 314 | MUSTEAT(')', REG_EPAREN); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:357:3: note: in expansion of macro 'REQUIRE' 357 | REQUIRE(MORE(), REG_EESCAPE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:362:3: note: in expansion of macro 'REQUIRE' 362 | REQUIRE(!MORE() || !isdigit(PEEK()), REG_BADRPT); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:378:2: note: in expansion of macro 'REQUIRE' 378 | REQUIRE(!wascaret, REG_BADRPT); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:405:5: note: in expansion of macro 'REQUIRE' 405 | REQUIRE(count <= count2, REG_BADBR); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:414:4: note: in expansion of macro 'REQUIRE' 414 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:437:2: note: in expansion of macro 'REQUIRE' 437 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:480:2: note: in expansion of macro 'REQUIRE' 480 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:505:3: note: in expansion of macro 'REQUIRE' 505 | REQUIRE(MORE(), REG_EESCAPE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:535:3: note: in expansion of macro 'REQUIRE' 535 | REQUIRE(EATTWO('\\', ')'), REG_EPAREN); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:565:3: note: in expansion of macro 'REQUIRE' 565 | REQUIRE(starordinary, REG_BADRPT); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:583:5: note: in expansion of macro 'REQUIRE' 583 | REQUIRE(count <= count2, REG_BADBR); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:592:4: note: in expansion of macro 'REQUIRE' 592 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:617:2: note: in expansion of macro 'REQUIRE' 617 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE' 97 | #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) | ^~~~~~~ ../../ext/regex/regcomp.c:657:2: note: in expansion of macro 'MUSTEAT' 657 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:728:3: note: in expansion of macro 'REQUIRE' 728 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:730:3: note: in expansion of macro 'REQUIRE' 730 | REQUIRE(c != '-' && c != ']', REG_ECTYPE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:732:3: note: in expansion of macro 'REQUIRE' 732 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:733:3: note: in expansion of macro 'REQUIRE' 733 | REQUIRE(EATTWO(':', ']'), REG_ECTYPE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:737:3: note: in expansion of macro 'REQUIRE' 737 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:739:3: note: in expansion of macro 'REQUIRE' 739 | REQUIRE(c != '-' && c != ']', REG_ECOLLATE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:741:3: note: in expansion of macro 'REQUIRE' 741 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:742:3: note: in expansion of macro 'REQUIRE' 742 | REQUIRE(EATTWO('=', ']'), REG_ECOLLATE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:757:3: note: in expansion of macro 'REQUIRE' 757 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:825:2: note: in expansion of macro 'REQUIRE' 825 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:831:2: note: in expansion of macro 'REQUIRE' 831 | REQUIRE(EATTWO('.', ']'), REG_ECOLLATE); | ^~~~~~~ At top level: ../../ext/regex/regcomp.c:1253:1: warning: 'mcin' defined but not used [-Wunused-function] 1253 | mcin(cs, cp) | ^~~~ ../../ext/regex/regcomp.c:1226:1: warning: 'mcsub' defined but not used [-Wunused-function] 1226 | mcsub(cs, cp) | ^~~~~ ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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: ../../ext/regex/engine.c: In function 'sdissect': ../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable] 276 | register char *dp; | ^~ In file included from ../../ext/regex/regexec.c:95: ../../ext/regex/engine.c: In function 'ldissect': ../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable] 276 | register char *dp; | ^~ At top level: ../../ext/regex/regexec.c:19:12: warning: 'nope' defined but not used [-Wunused-variable] 19 | static int nope = 0; /* for use in asserts; shuts lint up */ | ^~~~ ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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] 40 | } rerrs[] = { | ^ x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/errors.o src/cpp/errors.cpp x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/args.o src/cpp/args.cpp x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/utils.o src/cpp/utils.cpp x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/defines.o src/cpp/defines.cpp x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/preproc.o src/cpp/preproc.cpp x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/lstfile.o src/cpp/lstfile.cpp re2c -W --tags --no-debug-info --no-generation-date -o src/cpp/lex.cpp src/cpp/lex.re dos2unix -q src/cpp/lex.cpp x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/lex.o src/cpp/lex.cpp x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/float.o src/cpp/float.cpp x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/main.o src/cpp/main.cpp ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/UNIXem/src/time.o ../../ext/UNIXem/src/time.c x86_64-w64-mingw32-g++ -o z88dk-z80asm.exe src/c/libfile.o src/c/reloc_code.o src/c/expr1.o src/c/list.o src/c/sym.o src/c/dbg.o src/c/opcodes.o src/c/common.o src/c/class.o src/c/modlink.o src/c/z80pass.o src/c/directives.o src/c/scan.o src/c/strhash.o src/c/parse.o src/c/str.o src/c/minunit.o src/c/codearea.o src/c/zobjfile.o src/c/module1.o src/c/symtab1.o src/c/array.o src/c/alloc.o src/c/z80asm.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/errors.o src/cpp/args.o src/cpp/utils.o src/cpp/defines.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/lex.o src/cpp/float.o src/cpp/main.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/time.o -g -O2 -static-libstdc++ -static-libgcc install z88dk-z80asm.exe /home/build/z88dk/win32/z88dk/bin/z88dk-z80asm.exe install z88dk-z80asm.exe /home/build/z88dk/win32/z88dk/bin/z80asm.exe install asmpp.pl /home/build/z88dk/win32/z88dk/bin/z88dk-asmpp install asmstyle.pl /home/build/z88dk/win32/z88dk/bin/z88dk-asmstyle make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm' make -C src/zcc PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zcc' ccache x86_64-w64-mingw32-gcc -c -o zcc.o -g -O2 -DLOCAL_REGEXP -Wall -pedantic -g -MMD -I. -I../copt -I../common -I../../ext/uthash/src zcc.c zcc.c:1819:5: warning: 'copy_defc_file' defined but not used [-Wunused-function] 1819 | int copy_defc_file(char *name1, char *ext1, char *name2, char *ext2) | ^~~~~~~~~~~~~~ ccache x86_64-w64-mingw32-gcc -o zcc.exe -g -O2 -DLOCAL_REGEXP -Wall -pedantic -g -MMD zcc.o ../copt/regex/regcomp.o ../copt/regex/regerror.o ../copt/regex/regexec.o ../copt/regex/regfree.o ../common/dirname.o ../common/option.o install zcc.exe /home/build/z88dk/win32/z88dk/bin/ make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zcc' make -C src/zpragma PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zpragma' ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../../ext/optparse -I../../ext/regex -c -o zpragma.o zpragma.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../../ext/optparse -I../../ext/regex -o z88dk-zpragma.exe zpragma.o -g -O2 install z88dk-zpragma.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zpragma.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zpragma' make -C src/zx7 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zx7' ccache x86_64-w64-mingw32-gcc -o z88dk-zx7.exe -g -O2 compress.c optimize.c zx7.c ccache x86_64-w64-mingw32-gcc -o z88dk-dzx7.exe -g -O2 dzx7.c install z88dk-zx7.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zx7.exe install z88dk-dzx7.exe /home/build/z88dk/win32/z88dk/bin/z88dk-dzx7.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zx7' make -C src/z80nm PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80nm' ccache x86_64-w64-mingw32-gcc -g -O2 -O3 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -I../../ext/getopt -c -o ar.o ar.c ccache x86_64-w64-mingw32-gcc -g -O2 -O3 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -I../../ext/getopt -c -o ../../ext/getopt/getopt.o ../../ext/getopt/getopt.c ccache x86_64-w64-mingw32-gcc -o z88dk-z80nm.exe -g -O2 -O3 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -I../../ext/getopt ar.o ../common/zutils.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/UNIXem/src/time.o ../../ext/getopt/getopt.o install z88dk-z80nm.exe /home/build/z88dk/win32/z88dk/bin/z88dk-z80nm.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80nm' make -C src/zobjcopy PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zobjcopy' ccache x86_64-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 ccache x86_64-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 z88dk-zobjcopy.exe zobjcopy.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.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 ../../ext/UNIXem/src/time.o -g -O2 install z88dk-zobjcopy.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zobjcopy.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zobjcopy' make -C src/ticks PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ticks' ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o ticks.o ticks.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o cpu.o cpu.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o backend.o backend.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o hook_cpm.o hook_cpm.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o hook_console.o hook_console.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o hook_io.o hook_io.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o hook_misc.o hook_misc.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o hook.o hook.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o debugger.o debugger.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o breakpoints.o breakpoints.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o profiler.o profiler.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o exp_engine.o exp_engine.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o debugger_ticks.o debugger_ticks.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o linenoise.o linenoise.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o utf8.o utf8.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o syms.o syms.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o disassembler_alg.o disassembler_alg.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o memory.o memory.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o am9511.o am9511.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o acia.o acia.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o hook_rc2014.o hook_rc2014.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o debug.o debug.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o srcfile.o srcfile.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o lex.yy.o lex.yy.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o expressions.tab.o expressions.tab.c ccache x86_64-w64-mingw32-gcc -o z88dk-ticks.exe -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include ticks.o cpu.o backend.o hook_cpm.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o breakpoints.o profiler.o exp_engine.o debugger_ticks.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o am9511.o acia.o hook_rc2014.o debug.o srcfile.o ../common/dirname.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/time.o lex.yy.o expressions.tab.o -lm ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o disassembler_main.o disassembler_main.c ccache x86_64-w64-mingw32-gcc -o z88dk-dis.exe -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include disassembler_main.o syms.o disassembler_alg.o debug.o exp_engine.o backend.o ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o debugger_gdb.o debugger_gdb.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o debugger_mi2.o debugger_mi2.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o debugger_gdb_packets.o debugger_gdb_packets.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o sxmlc.o sxmlc.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o sxmlsearch.o sxmlsearch.c ccache x86_64-w64-mingw32-gcc -o z88dk-gdb.exe -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include cpu.o backend.o syms.o disassembler_alg.o debug.o exp_engine.o debugger.o breakpoints.o profiler.o debugger_gdb.o debugger_mi2.o debugger_gdb_packets.o linenoise.o srcfile.o ../common/dirname.o sxmlc.o sxmlsearch.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/time.o lex.yy.o expressions.tab.o -lm -lpthread -lws2_32 install z88dk-ticks.exe /home/build/z88dk/win32/z88dk/bin/z88dk-ticks.exe install z88dk-dis.exe /home/build/z88dk/win32/z88dk/bin/z88dk-dis.exe install z88dk-gdb.exe /home/build/z88dk/win32/z88dk/bin/z88dk-gdb.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ticks' make -C support/graphics PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/graphics' ccache x86_64-w64-mingw32-gcc -g -O2 `/usr/x86_64-w64-mingw32/bin/xml2-config --cflags` -c -o z80svg.o z80svg.c ccache x86_64-w64-mingw32-gcc -o z88dk-z80svg.exe -g -O2 `/usr/x86_64-w64-mingw32/bin/xml2-config --cflags` z80svg.o `/usr/x86_64-w64-mingw32/bin/xml2-config --libs` install z88dk-z80svg.exe /home/build/z88dk/win32/z88dk/bin/z88dk-z80svg.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/graphics' make -C support/pv1000 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/pv1000' ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o font2pv1000.o font2pv1000.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-font2pv1000.exe font2pv1000.o -g -O2 install z88dk-font2pv1000.exe /home/build/z88dk/win32/z88dk/bin/z88dk-font2pv1000.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/pv1000' make -C support/basck PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/basck' ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o basck.o basck.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-basck.exe basck.o -g -O2 install z88dk-basck.exe /home/build/z88dk/win32/z88dk/bin/z88dk-basck.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/basck' make -C src/z88dk-lib PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib' ccache x86_64-w64-mingw32-gcc -g -O2 -c -o z88dk-lib.o z88dk-lib.c ccache x86_64-w64-mingw32-gcc -o z88dk-lib.exe -g -O2 z88dk-lib.o 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/zx0 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zx0' ccache x86_64-w64-mingw32-gcc -g -O2 -c -o compress.o compress.c ccache x86_64-w64-mingw32-gcc -g -O2 -c -o optimize.o optimize.c ccache x86_64-w64-mingw32-gcc -g -O2 -c -o zx0.o zx0.c ccache x86_64-w64-mingw32-gcc -g -O2 -c -o memory.o memory.c ccache x86_64-w64-mingw32-gcc -o z88dk-zx0.exe -g -O2 compress.o optimize.o zx0.o memory.o ccache x86_64-w64-mingw32-gcc -g -O2 -c -o dzx0.o dzx0.c ccache x86_64-w64-mingw32-gcc -o z88dk-dzx0.exe -g -O2 dzx0.o install z88dk-zx0.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zx0.exe install z88dk-dzx0.exe /home/build/z88dk/win32/z88dk/bin/z88dk-dzx0.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zx0' make -C src/appmake clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/appmake' rm -f z88dk-appmake.exe galaksija.o pmd85.o zxn.o abc80.o primo.o extract.o pasopia7.o zx-util.o ondra.o m5.o gb.o c128.o ace-tap.o ff.o fp1100.o newext.o residos.o lz49.o mc.o multi8.o inject.o nascom.o lynx.o kc.o z88shell.o mamepp.o spc1000.o mameql.o lviv.o z1013.o z88.o sos.o tixx.o homelab.o mgt.o nec.o pc88disc.o fat.o adam.o mtx.o enterprise.o z9001.o dai.o tvc.o mz2500.o trs80.o sc3000.o cpm2.o pc88.o cpmdisk.o x07.o zx81.o noop.o vz.o z88elf.o aquarius.o p2000.o zx.o msxrom.o px.o newbrain.o svi.o zxvgs.o appmake.o rk.o glue.o sms.o msx.o mz.o hex.o sorcerer.o vector06c.o x1.o c7420.o smc777.o cpc.o sol20.o vg5k.o rom.o rex6000.o ../common/dirname.o rm -f galaksija.o pmd85.o zxn.o abc80.o primo.o extract.o pasopia7.o zx-util.o ondra.o m5.o gb.o c128.o ace-tap.o ff.o fp1100.o newext.o residos.o lz49.o mc.o multi8.o inject.o nascom.o lynx.o kc.o z88shell.o mamepp.o spc1000.o mameql.o lviv.o z1013.o z88.o sos.o tixx.o homelab.o mgt.o nec.o pc88disc.o fat.o adam.o mtx.o enterprise.o z9001.o dai.o tvc.o mz2500.o trs80.o sc3000.o cpm2.o pc88.o cpmdisk.o x07.o zx81.o noop.o vz.o z88elf.o aquarius.o p2000.o zx.o msxrom.o px.o newbrain.o svi.o zxvgs.o appmake.o rk.o glue.o sms.o msx.o mz.o hex.o sorcerer.o vector06c.o x1.o c7420.o smc777.o cpc.o sol20.o vg5k.o rom.o rex6000.o ../common/dirname.o galaksija.d pmd85.d zxn.d abc80.d primo.d extract.d pasopia7.d zx-util.d ondra.d m5.d gb.d c128.d ace-tap.d ff.d fp1100.d newext.d residos.d lz49.d mc.d multi8.d inject.d nascom.d lynx.d kc.d z88shell.d mamepp.d spc1000.d mameql.d lviv.d z1013.d z88.d sos.d tixx.d homelab.d mgt.d nec.d pc88disc.d fat.d adam.d mtx.d enterprise.d z9001.d dai.d tvc.d mz2500.d trs80.d sc3000.d cpm2.d pc88.d cpmdisk.d x07.d zx81.d noop.d vz.d z88elf.d aquarius.d p2000.d zx.d msxrom.d px.d newbrain.d svi.d zxvgs.d appmake.d rk.d glue.d sms.d msx.d mz.d hex.d sorcerer.d vector06c.d x1.d c7420.d smc777.d cpc.d sol20.d vg5k.d rom.d rex6000.d ../common/dirname.d 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 dirname.o die.o strutil.o fileutil.o option.o zutils.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 ../../ext/UNIXem/src/time.o dirname.d die.d strutil.d fileutil.d option.d zutils.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 z88dk-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 z88dk-zcpp.exe cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o rm -f cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o cpp6.d cpp2.d cpp4.d cpp5.d cpp3.d cpp1.d *.bak t/*.bak make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/cpp' make -C src/sccz80 clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/sccz80' rm -f *.o *~ core sccz80.exe rm -f -rf Debug Release rm -f callfunc.d cdbfile.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 ../common/option.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 z88dk-ticks.exe ticks.o cpu.o backend.o hook_cpm.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o breakpoints.o profiler.o exp_engine.o debugger_ticks.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o am9511.o acia.o hook_rc2014.o debug.o srcfile.o ../common/dirname.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/time.o core rm -f z88dk-dis.exe disassembler_main.o syms.o disassembler_alg.o debug.o exp_engine.o backend.o core rm -f z88dk-gdb.exe cpu.o backend.o syms.o disassembler_alg.o debug.o exp_engine.o debugger.o breakpoints.o profiler.o debugger_gdb.o debugger_mi2.o debugger_gdb_packets.o linenoise.o srcfile.o ../common/dirname.o sxmlc.o sxmlsearch.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/time.o core rm -f lex.yy.o expressions.tab.o rm -f ticks.d cpu.d backend.d hook_cpm.d hook_console.d hook_io.d hook_misc.d hook.d debugger.d breakpoints.d profiler.d exp_engine.d debugger_ticks.d linenoise.d utf8.d syms.d disassembler_alg.d memory.d am9511.d acia.d hook_rc2014.d debug.d srcfile.d ../common/dirname.d ../../ext/UNIXem/src/glob.d ../../ext/UNIXem/src/dirent.d ../../ext/UNIXem/src/time.d disassembler_main.d syms.d disassembler_alg.d debug.d exp_engine.d backend.d cpu.d backend.d syms.d disassembler_alg.d debug.d exp_engine.d debugger.d breakpoints.d profiler.d debugger_gdb.d debugger_mi2.d debugger_gdb_packets.d linenoise.d srcfile.d ../common/dirname.d sxmlc.d sxmlsearch.d ../../ext/UNIXem/src/glob.d ../../ext/UNIXem/src/dirent.d ../../ext/UNIXem/src/time.d rm -f expressions.output 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 z88dk-ucpp.exe mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o rm -f mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o mem.d nhash.d cpp.d lexer.d assert.d macro.d eval.d *.bak t/*.bak 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 z88dk-z80asm-8080-.lib rm -f z88dk-z80asm-8085-.lib rm -f z88dk-z80asm-gbz80-.lib rm -f z88dk-z80asm-r2ka-.lib rm -f z88dk-z80asm-r3k-.lib rm -f z88dk-z80asm-z180-.lib rm -f z88dk-z80asm-z80-.lib rm -f z88dk-z80asm-z80n-.lib rm -f z88dk-z80asm-8080-ixiy.lib rm -f z88dk-z80asm-8085-ixiy.lib rm -f z88dk-z80asm-gbz80-ixiy.lib rm -f z88dk-z80asm-r2ka-ixiy.lib rm -f z88dk-z80asm-r3k-ixiy.lib rm -f z88dk-z80asm-z180-ixiy.lib rm -f z88dk-z80asm-z80-ixiy.lib rm -f z88dk-z80asm-z80n-ixiy.lib rm -f sub_hl_de.o sbc_hl_bc.o adc_hl_de.o sub_hl_sp.o rl_bc.o adc_hl_sp.o add_bc_a.o cpi.o lddr.o add_hl_a.o daa.o cpir.o rl_hl.o add_de_a.o cpdr.o rl_de.o ex_sp_hl.o rrd.o ldir.o cpd.o sbc_hl_hl.o rr_bc.o rld.o adc_hl_hl.o sbc_hl_de.o adc_hl_bc.o rr_hl.o sbc_hl_sp.o sra_de.o sub_hl_bc.o sra_bc.o ldi.o rr_de.o sub_hl_hl.o ldd.o sra_hl.o sub_hl_de.lis sbc_hl_bc.lis adc_hl_de.lis sub_hl_sp.lis rl_bc.lis adc_hl_sp.lis add_bc_a.lis cpi.lis lddr.lis add_hl_a.lis daa.lis cpir.lis rl_hl.lis add_de_a.lis cpdr.lis rl_de.lis ex_sp_hl.lis rrd.lis ldir.lis cpd.lis sbc_hl_hl.lis rr_bc.lis rld.lis adc_hl_hl.lis sbc_hl_de.lis adc_hl_bc.lis rr_hl.lis sbc_hl_sp.lis sra_de.lis sub_hl_bc.lis sra_bc.lis ldi.lis rr_de.lis sub_hl_hl.lis ldd.lis sra_hl.lis test.asm test.o test.bin z88dk-z80asm make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm/dev/z80asm_lib' rm -f z88dk-z80asm-*.lib rm -f *.core *.o *.out *.orig *.exe *.tmp *.bak *.log *~ rm -f -rf Debug Release x1 x2 x3 rm -f src/c/common.o src/c/libfile.o src/c/module1.o src/c/reloc_code.o src/c/expr1.o src/c/list.o src/c/sym.o src/c/opcodes.o src/c/symtab1.o src/c/modlink.o src/c/zobjfile.o src/c/class.o src/c/z80pass.o src/c/scan.o src/c/strhash.o src/c/parse.o src/c/str.o src/c/minunit.o src/c/array.o src/c/z80asm.o src/c/codearea.o src/c/dbg.o src/c/directives.o src/c/alloc.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/errors.o src/cpp/args.o src/cpp/utils.o src/cpp/defines.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/lex.o src/cpp/float.o src/cpp/main.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/time.o 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 -r *.dSYM rm -f -r z88dk-z80asm.exe test*.dir rm -f z88dk-z80asm.exe test* rm -f t/*.tmp t/dev/*.tmp rm -f src/c/common.d src/c/libfile.d src/c/module1.d src/c/reloc_code.d src/c/expr1.d src/c/list.d src/c/sym.d src/c/opcodes.d src/c/symtab1.d src/c/modlink.d src/c/zobjfile.d src/c/class.d src/c/z80pass.d src/c/scan.d src/c/strhash.d src/c/parse.d src/c/str.d src/c/minunit.d src/c/array.d src/c/z80asm.d src/c/codearea.d src/c/dbg.d src/c/directives.d src/c/alloc.d ../common/dirname.d ../common/die.d ../common/strutil.d ../common/fileutil.d ../common/option.d ../common/zutils.d ../common/objfile.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d src/cpp/errors.d src/cpp/args.d src/cpp/utils.d src/cpp/defines.d src/cpp/preproc.d src/cpp/lstfile.d src/cpp/lex.d src/cpp/float.d src/cpp/main.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 z88dk-z80nm.exe ar.o ../common/zutils.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/UNIXem/src/time.o ../../ext/getopt/getopt.o ar.d ../common/zutils.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 zcc.o ../copt/regex/regcomp.o ../copt/regex/regerror.o ../copt/regex/regexec.o ../copt/regex/regfree.o ../common/dirname.o ../common/option.o zcc.d ../copt/regex/regcomp.d ../copt/regex/regerror.d ../copt/regex/regexec.d ../copt/regex/regfree.d ../common/dirname.d ../common/option.d 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 z88dk-zobjcopy.exe zobjcopy.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.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 ../../ext/UNIXem/src/time.o rm -f zobjcopy.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.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 ../../ext/UNIXem/src/time.o zobjcopy.d ../common/dirname.d ../common/die.d ../common/strutil.d ../common/fileutil.d ../common/option.d ../common/zutils.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 z88dk-zpragma.exe zpragma.o rm -f zpragma.o zpragma.d 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 z88dk-zx7.exe zx7.o core.exe rm -f z88dk-dzx7.exe dzx7.o rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zx7' make -C src/zx0 clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zx0' rm -f z88dk-zx0.exe compress.o optimize.o zx0.o memory.o rm -f z88dk-dzx0.exe dzx0.o rm -f -rf Debug Release rm -f compress.d optimize.d zx0.d memory.d make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zx0' make -C examples clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/examples' make -C console clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/console' make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/console' make -C ace clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/ace' rm -f *.bin *.i *.asm *.tap *.op* *.o *~ zcc_opt.def *.reloc make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/ace' make -C cpm clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/cpm' rm -f *.com *.i *.asm *.tap *.op* *.o *~ zcc_opt.def *.COM *.bin *.map *.lis *.def make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/cpm' make -C embedded clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/embedded' rm -f *.bin *.i *.lib *.op* *.o *~ zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/embedded' make -C msx clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/msx' rm -f *.obj *.sym *.map *.o* *.bin *.msx zcc_opt.def *.reloc *.cas *.COM *.img ex8 make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/msx' make -C osca clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/osca' rm -f *.bin *.i *.asm *.tap *.op* *.o *~ zcc_opt.def *.exe *.EXE make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/osca' make -C rex clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/rex' rm -f -f *.rex *.bin *.reloc zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/rex' make -C sam clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/sam' rm -f *.bin *.i *.asm *.op* *.o *~ zcc_opt.def hello.bin keyget.bin enigma.bin gfx.bin smile.bin cube.bin mandel.bin ansitest.bin make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/sam' make -C sms clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/sms' rm -f *.bin *.i *.lib *.op* *.o *~ zcc_opt.def *.sms *.map *.ram make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/sms' make -C sos clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/sos' rm -f *.vz *.i *.asm *.obj *.bin *.vz *.wav *.op* *.o *~ zcc_opt.def *.reloc make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/sos' make -C spectrum clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/spectrum' rm -f *.bin *.i *.asm *.scr *.tap *.op* *.o *~ zcc_opt.def *.reloc make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/spectrum' make -C vz clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/vz' rm -f *.vz *.i *.asm *.cas *.bin *.vz *.wav *.op* *.o *~ zcc_opt.def *.reloc make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/vz' make -C z88 clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/z88' rm -f *.bas *.bin *.ap0 *.reloc *.63 *.epr rm -f zcc_opt.def *.op* *.o *.i *.asm *.err *.map *.sym make -C app clean make[3]: Entering directory '/home/build/z88dk/win32/z88dk/examples/z88/app' rm -f rpn.bin useless.bin wc.bin view.bin dstar.bin rm -f *.bin *.reloc rm -f zcc_opt.def *~ *.op* *.o *i *.asm *.63 *.epr make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/z88/app' make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/z88' make -C zxvgs clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/zxvgs' rm -f *.bin *.i *.asm *.op* *.o *~ zcc_opt.def *.V00 make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/zxvgs' make -C pacman clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/pacman' rm -f puckmod/namcopac.6e puckmod/namcopac.6f puckmod/namcopac.6h puckmod/npacmod.6j rm -f rom.o rom*.bin *.o rom.rom rm -f zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/pacman' make -C rcmx000 clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/rcmx000' rm -f *.bin ; rm -f *.LOD ; rm -f tmp_* ; rm -f zcc_opt.def ; \ rm -f *~ ; rm -f #* ; rm -f *# make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/rcmx000' make -C g800 clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/g800' rm -f sin.ihx physics.ihx box.ihx turtle.lib turtle_example.ihx mandel.ihx *.o *.def *.bin *.rom *.lst *.lib g800user.txt make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/g800' make -C gb clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/gb' rm -f -f *.bin *.gb zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/gb' make -C c128 clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/c128' rm -f -f *.bin *.T64 zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/c128' make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/examples' make -C support clean make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support' make -C basck clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/support/basck' rm -f z88dk-basck.exe basck.o rm -f basck.o basck.d *.bak t/*.bak make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/support/basck' make -C debugger clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/support/debugger' rm -f client_debug getmypid hello.bin a.bin source.sh dbg_hello.* sourcedbg.sh tmp.bin zcc_opt.def hello.map *.exe variable*.opt *.o varsrc.txt a.bin a.bas dbgbin *~ make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/support/debugger' make -C graphics clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/support/graphics' rm -f z88dk-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 z88dk-font2pv1000.exe font2pv1000.o rm -f font2pv1000.o font2pv1000.d *.bak t/*.bak make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/support/pv1000' make -C rcmx000 clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/support/rcmx000' rm -f *.o boot mk_boot_code *.sym *.map *.LOD *.bin rcmx000_boot.asm mk_coldboot_hfile bootbytes.h tmp_* zcc_opt.def *.obj *~ rcmx000_flash.asm rcmx000_flutil.asm make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/support/rcmx000' 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 strncat.o strlcpy.o strlcat.o stricmp.o strchr.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 *.lis ../../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 *~ *.lis make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/sccz80' make[3]: Entering directory '/home/build/z88dk/win32/z88dk/test/suites/zx' 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/zx' make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites' make[2]: Entering directory '/home/build/z88dk/win32/z88dk/test/feature' make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/test/feature' 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_98_check_int.opt Issue_26_casting.opt Issue_452_arrays.opt Issue_1103_fastcall_fnptr.opt pointer_arith.opt paramsoffset.opt Issue_1805_signed_cost_char_le.opt Issue_514_flexible_member.opt Issue_678_compound.opt Issue_1105_function_pointer_calls.opt Issue_1054_initialisation.opt Issue_1212_double_promotion.opt Issue_896_nested_struct_initialisation.opt sizeof_w_str_concat.opt Issue_98_underlying.opt Issue_482_optrule.opt long_addition_opts.opt Issue_1132_struct_by_value.opt 01_cast_global_pointer.opt Issue_693_missing_return.opt Issue_1466_float16_addition.opt Issue_1167_range_check.opt Issue_615_while_loop.opt Issue_1409_switch.opt Issue_1167_choosing_which_function.opt Issue_501_extern_at.opt Issue_1015_break_without_loop_variable.opt Issue_693_fastcall.opt Issue_295_structgetsfar.opt Issue_1178_kr_main_stdc.opt 02_addr_ptr.opt Issue_188_builtins.opt Issue_493__func__.opt Issue_1466_float16_callee.opt Issue_1016_long_const_compare.opt Issue_103_floating_addition.opt Issue_615_loop.opt Issue_1102_struct_trailing_comma.opt Issue_1283_2d_arrays.opt Issue_1466_float16.opt interrupt.opt Issue_491_enums.opt Issue_615_if.opt fastcall.opt Issue_497_astroforce_compile.opt Issue_1540_String_init.opt Issue_569_init_from_2d_array.opt Issue_1662_static_ptrs.opt Issue_490_long_extension.opt Issue_1141_Namespaces.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 Far_Pointer_Call_ieee.opt Issue_490_repeated_extern_decls.opt Issue_480_asmfunc.opt Issue_1016_double_const_compare.opt mathops_ieee.opt Issue_1167_sizeof.opt Issue_452_struct.opt Issue_103_double_prepost.opt Issue_600_fastcall.opt Issue_1133_bitfields.opt Issue_1062_array_init.opt Issue_1132_struct_parameter.opt Issue_608_Arrays.opt Issue_701_compound_scope.opt Issue_1623_stdcbench_issues.opt Issue_98_Stack_offset.opt Issue_452_far_pointers.opt Issue_543_complement.opt Issue_1260_com.opt Issue_1656_integral_arith.opt Issue_254_KR_Specifiers.opt Issue_1466_float16_compare.opt Issue_1007_Fix_FP_Constant_Multiplication.opt Issue_510_mult_minus1.opt Issue_485_sdccdecl.opt Issue_452_pointers.opt Issue_985_ptr_cast.opt Issue_452_unsigned.opt Issue_1302_enum_usage.opt Issue_489_variable_defn_in_forloop.opt Issue_574_fastcall_offset.opt Issue_510_long_and.opt Issue_1409_offset_pointer_initialisation.opt shortcall.opt Issue_569_jagged_array.opt Issue_1126_opt_rule.opt Issue_419_Extern_Prototypes_In_Function.opt Issue_1361_const.opt Issue_499_typedef_initialisation.opt Issue_1266_ranges.opt castup_to_long.opt Issue_1015_break_with_loop_variable.opt Far_Pointer_Call.opt z80n/Issue_312_z80n_optimisations.opt rabbit/rabbit_optimisations.opt z180/Issue_481_multiply_char.opt 8080/Issue_1531_opt_rule.opt 8080/Issue_1431_8080_long_promotion.opt 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' rm -f -r /home/build/z88dk/win32/z88dk/src/sdcc-build #if [ -d bin ]; then find bin -type f -exec rm -f {} ';' ; fi make -C src/appmake PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/appmake' ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mz2500.o mz2500.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o px.o px.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o appmake.o appmake.c appmake.c: In function 'option_set': appmake.c:576:34: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic] 576 | option_cb func = (option_cb)option->dest; | ^ ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o fp1100.o fp1100.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o newbrain.o newbrain.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mz.o mz.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o m5.o m5.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88.o z88.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o newext.o newext.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sos.o sos.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ace-tap.o ace-tap.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx.o zx.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o svi.o svi.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o homelab.o homelab.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o inject.o inject.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pmd85.o pmd85.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o smc777.o smc777.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o x07.o x07.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o trs80.o trs80.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vector06c.o vector06c.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rom.o rom.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o enterprise.o enterprise.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o x1.o x1.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o noop.o noop.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o extract.o extract.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o nascom.o nascom.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpmdisk.o cpmdisk.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o msx.o msx.c msx.c: In function 'msx_exec': msx.c:222:23: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] 222 | writeword(pos + len + 1, fpout); /* End Address */ | ~~~~^~~~~ ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o galaksija.o galaksija.c galaksija.c: In function 'gal_exec': galaksija.c:269:9: warning: 'after_header' may be used uninitialized in this function [-Wmaybe-uninitialized] 269 | fseek(fpin, after_header, SEEK_SET); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx81.o zx81.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o nec.o nec.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sol20.o sol20.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o multi8.o multi8.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pc88.o pc88.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o fat.o fat.c fat.c:32:95: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 32 | { 'a', "add-file", "Add additional files [hostfile:msxfile] or [hostfile]", OPT_FUNCTION, (void *)c_add_file }, | ^ ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sc3000.o sc3000.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o residos.o residos.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o adam.o adam.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rex6000.o rex6000.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88elf.o z88elf.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ondra.o ondra.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ff.o ff.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o p2000.o p2000.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpc.o cpc.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mtx.o mtx.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o abc80.o abc80.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zxn.o zxn.c zxn.c:34:5: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 34 | NULL, // patchdata | ^~~~ zxn.c:34:5: note: (near initialization for 'zxt.usr_address') ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o spc1000.o spc1000.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z9001.o z9001.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o dai.o dai.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mameql.o mameql.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o kc.o kc.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o c7420.o c7420.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o primo.o primo.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lviv.o lviv.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mc.o mc.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o hex.o hex.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zxvgs.o zxvgs.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pc88disc.o pc88disc.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lz49.o lz49.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mgt.o mgt.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lynx.o lynx.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tvc.o tvc.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z1013.o z1013.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vz.o vz.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pasopia7.o pasopia7.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o msxrom.o msxrom.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx-util.o zx-util.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rk.o rk.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o glue.o glue.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sms.o sms.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tixx.o tixx.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o gb.o gb.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88shell.o z88shell.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o c128.o c128.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o aquarius.o aquarius.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpm2.o cpm2.c cpm2.c:40:95: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 40 | { 'a', "add-file", "Add additional files [hostfile:cpmfile] or [hostfile]", OPT_FUNCTION, (void *)c_add_file }, | ^ ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vg5k.o vg5k.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sorcerer.o sorcerer.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mamepp.o mamepp.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ../common/dirname.o ../common/dirname.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -o z88dk-appmake.exe mz2500.o px.o appmake.o fp1100.o newbrain.o mz.o m5.o z88.o newext.o sos.o ace-tap.o zx.o svi.o homelab.o inject.o pmd85.o smc777.o x07.o trs80.o vector06c.o rom.o enterprise.o x1.o noop.o extract.o nascom.o cpmdisk.o msx.o galaksija.o zx81.o nec.o sol20.o multi8.o pc88.o fat.o sc3000.o residos.o adam.o rex6000.o z88elf.o ondra.o ff.o p2000.o cpc.o mtx.o abc80.o zxn.o spc1000.o z9001.o dai.o mameql.o kc.o c7420.o primo.o lviv.o mc.o hex.o zxvgs.o pc88disc.o lz49.o mgt.o lynx.o tvc.o z1013.o vz.o pasopia7.o msxrom.o zx-util.o rk.o glue.o sms.o tixx.o gb.o z88shell.o c128.o aquarius.o cpm2.o vg5k.o sorcerer.o mamepp.o ../common/dirname.o -g -O2 install z88dk-appmake.exe /home/build/z88dk/win32/z88dk/bin/z88dk-appmake.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/appmake' make -C src/copt PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/copt' ccache i686-w64-mingw32-gcc -c -o copt.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. copt.c ccache i686-w64-mingw32-gcc -c -o regex/regcomp.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regcomp.c ccache i686-w64-mingw32-gcc -c -o regex/regerror.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regerror.c ccache i686-w64-mingw32-gcc -c -o regex/regexec.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regexec.c ccache i686-w64-mingw32-gcc -c -o regex/regfree.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regfree.c ccache i686-w64-mingw32-gcc -o z88dk-copt.exe -g -O2 copt.o regex/regcomp.o regex/regerror.o regex/regexec.o regex/regfree.o install z88dk-copt.exe /home/build/z88dk/win32/z88dk/bin/z88dk-copt.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/copt' make -C src/cpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/cpp' ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp6.o cpp6.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp2.o cpp2.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp4.o cpp4.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp5.o cpp5.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp3.o cpp3.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp1.o cpp1.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-zcpp.exe cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o -g -O2 install z88dk-zcpp.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zcpp.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/cpp' make -C src/ucpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ucpp' ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o mem.o mem.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o nhash.o nhash.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o cpp.o cpp.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o lexer.o lexer.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o assert.o assert.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o macro.o macro.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o eval.o eval.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -o z88dk-ucpp.exe mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o -g -O2 install z88dk-ucpp.exe /home/build/z88dk/win32/z88dk/bin/z88dk-ucpp.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ucpp' make -C src/sccz80 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/sccz80' ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o callfunc.o callfunc.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o cdbfile.o cdbfile.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o codegen.o codegen.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o const.o const.c const.c: In function 'load_double_into_fa': const.c:1089:38: warning: unknown conversion type character 'L' in format [-Wformat=] 1089 | snprintf(buf, sizeof(buf), "%Lf", lval->const_val); | ^ const.c:1089:36: warning: too many arguments for format [-Wformat-extra-args] 1089 | snprintf(buf, sizeof(buf), "%Lf", lval->const_val); | ^~~~~ ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o data.o data.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o declinit.o declinit.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o error.o error.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o expr.o expr.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o goto.o goto.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o io.o io.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o lex.o lex.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o main.o main.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o misc.o misc.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o plunge.o plunge.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o preproc.o preproc.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o primary.o primary.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o stmt.o stmt.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o sym.o sym.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o while.o while.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o declparse.o declparse.c ccache i686-w64-mingw32-gcc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o ../common/option.o ../common/option.c ccache i686-w64-mingw32-gcc -g -O2 -o sccz80.exe callfunc.o cdbfile.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 ../common/option.o -lm install -m 755 sccz80.exe /home/build/z88dk/win32/z88dk/bin/z88dk-sccz80.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/sccz80' make -C src/z80asm PREFIX=`pwd` PREFIX_SHARE=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80asm' ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/libfile.o src/c/libfile.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/reloc_code.o src/c/reloc_code.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/expr1.o src/c/expr1.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/list.o src/c/list.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/sym.o src/c/sym.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/dbg.o src/c/dbg.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/opcodes.o src/c/opcodes.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/common.o src/c/common.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/class.o src/c/class.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/modlink.o src/c/modlink.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/z80pass.o src/c/z80pass.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/directives.o src/c/directives.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/scan.o src/c/scan.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/strhash.o src/c/strhash.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -O0 -c -o src/c/parse.o src/c/parse.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/str.o src/c/str.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/minunit.o src/c/minunit.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/codearea.o src/c/codearea.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/zobjfile.o src/c/zobjfile.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/module1.o src/c/module1.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/symtab1.o src/c/symtab1.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/array.o src/c/array.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/alloc.o src/c/alloc.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/z80asm.o src/c/z80asm.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/zutils.o ../common/zutils.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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: ../../ext/regex/cclass.h:6:16: warning: missing braces around initializer [-Wmissing-braces] 6 | } cclasses[] = { | ^ In file included from ../../ext/regex/regcomp.c:13: ../../ext/regex/cname.h:5:14: warning: missing braces around initializer [-Wmissing-braces] 5 | } cnames[] = { | ^ ../../ext/regex/regcomp.c: In function 'p_ere': ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:254:3: note: in expansion of macro 'REQUIRE' 254 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:301:3: note: in expansion of macro 'REQUIRE' 301 | REQUIRE(MORE(), REG_EPAREN); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE' 97 | #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) | ^~~~~~~ ../../ext/regex/regcomp.c:314:3: note: in expansion of macro 'MUSTEAT' 314 | MUSTEAT(')', REG_EPAREN); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:357:3: note: in expansion of macro 'REQUIRE' 357 | REQUIRE(MORE(), REG_EESCAPE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:362:3: note: in expansion of macro 'REQUIRE' 362 | REQUIRE(!MORE() || !isdigit(PEEK()), REG_BADRPT); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:378:2: note: in expansion of macro 'REQUIRE' 378 | REQUIRE(!wascaret, REG_BADRPT); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:405:5: note: in expansion of macro 'REQUIRE' 405 | REQUIRE(count <= count2, REG_BADBR); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:414:4: note: in expansion of macro 'REQUIRE' 414 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:437:2: note: in expansion of macro 'REQUIRE' 437 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:480:2: note: in expansion of macro 'REQUIRE' 480 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:505:3: note: in expansion of macro 'REQUIRE' 505 | REQUIRE(MORE(), REG_EESCAPE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:535:3: note: in expansion of macro 'REQUIRE' 535 | REQUIRE(EATTWO('\\', ')'), REG_EPAREN); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:565:3: note: in expansion of macro 'REQUIRE' 565 | REQUIRE(starordinary, REG_BADRPT); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:583:5: note: in expansion of macro 'REQUIRE' 583 | REQUIRE(count <= count2, REG_BADBR); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:592:4: note: in expansion of macro 'REQUIRE' 592 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:617:2: note: in expansion of macro 'REQUIRE' 617 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:97:24: note: in expansion of macro 'REQUIRE' 97 | #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) | ^~~~~~~ ../../ext/regex/regcomp.c:657:2: note: in expansion of macro 'MUSTEAT' 657 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:728:3: note: in expansion of macro 'REQUIRE' 728 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:730:3: note: in expansion of macro 'REQUIRE' 730 | REQUIRE(c != '-' && c != ']', REG_ECTYPE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:732:3: note: in expansion of macro 'REQUIRE' 732 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:733:3: note: in expansion of macro 'REQUIRE' 733 | REQUIRE(EATTWO(':', ']'), REG_ECTYPE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:737:3: note: in expansion of macro 'REQUIRE' 737 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:739:3: note: in expansion of macro 'REQUIRE' 739 | REQUIRE(c != '-' && c != ']', REG_ECOLLATE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:741:3: note: in expansion of macro 'REQUIRE' 741 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:742:3: note: in expansion of macro 'REQUIRE' 742 | REQUIRE(EATTWO('=', ']'), REG_ECOLLATE); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:757:3: note: in expansion of macro 'REQUIRE' 757 | 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] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:825:2: note: in expansion of macro 'REQUIRE' 825 | REQUIRE(MORE(), REG_EBRACK); | ^~~~~~~ ../../ext/regex/regcomp.c:95:30: warning: value computed is not used [-Wunused-value] 95 | #define REQUIRE(co, e) ((co) || SETERROR(e)) | ^~ ../../ext/regex/regcomp.c:831:2: note: in expansion of macro 'REQUIRE' 831 | REQUIRE(EATTWO('.', ']'), REG_ECOLLATE); | ^~~~~~~ At top level: ../../ext/regex/regcomp.c:1253:1: warning: 'mcin' defined but not used [-Wunused-function] 1253 | mcin(cs, cp) | ^~~~ ../../ext/regex/regcomp.c:1226:1: warning: 'mcsub' defined but not used [-Wunused-function] 1226 | mcsub(cs, cp) | ^~~~~ ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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: ../../ext/regex/engine.c: In function 'sdissect': ../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable] 276 | register char *dp; | ^~ In file included from ../../ext/regex/regexec.c:95: ../../ext/regex/engine.c: In function 'ldissect': ../../ext/regex/engine.c:276:17: warning: variable 'dp' set but not used [-Wunused-but-set-variable] 276 | register char *dp; | ^~ At top level: ../../ext/regex/regexec.c:19:12: warning: 'nope' defined but not used [-Wunused-variable] 19 | static int nope = 0; /* for use in asserts; shuts lint up */ | ^~~~ ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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] 40 | } rerrs[] = { | ^ i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/errors.o src/cpp/errors.cpp i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/args.o src/cpp/args.cpp i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/utils.o src/cpp/utils.cpp i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/defines.o src/cpp/defines.cpp i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/preproc.o src/cpp/preproc.cpp i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/lstfile.o src/cpp/lstfile.cpp i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/lex.o src/cpp/lex.cpp i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/float.o src/cpp/float.cpp i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/main.o src/cpp/main.cpp ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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 ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../../ext/UNIXem/src/time.o ../../ext/UNIXem/src/time.c i686-w64-mingw32-g++ -o z88dk-z80asm.exe src/c/libfile.o src/c/reloc_code.o src/c/expr1.o src/c/list.o src/c/sym.o src/c/dbg.o src/c/opcodes.o src/c/common.o src/c/class.o src/c/modlink.o src/c/z80pass.o src/c/directives.o src/c/scan.o src/c/strhash.o src/c/parse.o src/c/str.o src/c/minunit.o src/c/codearea.o src/c/zobjfile.o src/c/module1.o src/c/symtab1.o src/c/array.o src/c/alloc.o src/c/z80asm.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/errors.o src/cpp/args.o src/cpp/utils.o src/cpp/defines.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/lex.o src/cpp/float.o src/cpp/main.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/time.o -g -O2 -static-libstdc++ -static-libgcc install z88dk-z80asm.exe /home/build/z88dk/win32/z88dk/bin/z88dk-z80asm.exe install z88dk-z80asm.exe /home/build/z88dk/win32/z88dk/bin/z80asm.exe install asmpp.pl /home/build/z88dk/win32/z88dk/bin/z88dk-asmpp install asmstyle.pl /home/build/z88dk/win32/z88dk/bin/z88dk-asmstyle make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm' make -C src/zcc PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zcc' ccache i686-w64-mingw32-gcc -c -o zcc.o -g -O2 -DLOCAL_REGEXP -Wall -pedantic -g -MMD -I. -I../copt -I../common -I../../ext/uthash/src zcc.c zcc.c:1819:5: warning: 'copy_defc_file' defined but not used [-Wunused-function] 1819 | int copy_defc_file(char *name1, char *ext1, char *name2, char *ext2) | ^~~~~~~~~~~~~~ ccache i686-w64-mingw32-gcc -o zcc.exe -g -O2 -DLOCAL_REGEXP -Wall -pedantic -g -MMD zcc.o ../copt/regex/regcomp.o ../copt/regex/regerror.o ../copt/regex/regexec.o ../copt/regex/regfree.o ../common/dirname.o ../common/option.o install zcc.exe /home/build/z88dk/win32/z88dk/bin/ make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zcc' make -C src/zpragma PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zpragma' ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../../ext/optparse -I../../ext/regex -c -o zpragma.o zpragma.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../../ext/optparse -I../../ext/regex -o z88dk-zpragma.exe zpragma.o -g -O2 install z88dk-zpragma.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zpragma.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zpragma' make -C src/zx7 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zx7' ccache i686-w64-mingw32-gcc -o z88dk-zx7.exe -g -O2 compress.c optimize.c zx7.c ccache i686-w64-mingw32-gcc -o z88dk-dzx7.exe -g -O2 dzx7.c install z88dk-zx7.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zx7.exe install z88dk-dzx7.exe /home/build/z88dk/win32/z88dk/bin/z88dk-dzx7.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zx7' make -C src/z80nm PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z80nm' ccache i686-w64-mingw32-gcc -g -O2 -O3 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -I../../ext/getopt -c -o ar.o ar.c ccache i686-w64-mingw32-gcc -g -O2 -O3 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -I../../ext/getopt -c -o ../../ext/getopt/getopt.o ../../ext/getopt/getopt.c ccache i686-w64-mingw32-gcc -o z88dk-z80nm.exe -g -O2 -O3 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -I../../ext/getopt ar.o ../common/zutils.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/UNIXem/src/time.o ../../ext/getopt/getopt.o install z88dk-z80nm.exe /home/build/z88dk/win32/z88dk/bin/z88dk-z80nm.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80nm' make -C src/zobjcopy PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zobjcopy' ccache 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 ccache 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 z88dk-zobjcopy.exe zobjcopy.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.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 ../../ext/UNIXem/src/time.o -g -O2 install z88dk-zobjcopy.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zobjcopy.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zobjcopy' make -C src/ticks PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/ticks' ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o ticks.o ticks.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o cpu.o cpu.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o backend.o backend.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o hook_cpm.o hook_cpm.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o hook_console.o hook_console.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o hook_io.o hook_io.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o hook_misc.o hook_misc.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o hook.o hook.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o debugger.o debugger.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o breakpoints.o breakpoints.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o profiler.o profiler.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o exp_engine.o exp_engine.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o debugger_ticks.o debugger_ticks.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o linenoise.o linenoise.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o utf8.o utf8.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o syms.o syms.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o disassembler_alg.o disassembler_alg.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o memory.o memory.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o am9511.o am9511.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o acia.o acia.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o hook_rc2014.o hook_rc2014.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o debug.o debug.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o srcfile.o srcfile.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o lex.yy.o lex.yy.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o expressions.tab.o expressions.tab.c ccache i686-w64-mingw32-gcc -o z88dk-ticks.exe -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include ticks.o cpu.o backend.o hook_cpm.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o breakpoints.o profiler.o exp_engine.o debugger_ticks.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o am9511.o acia.o hook_rc2014.o debug.o srcfile.o ../common/dirname.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/time.o lex.yy.o expressions.tab.o -lm ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o disassembler_main.o disassembler_main.c ccache i686-w64-mingw32-gcc -o z88dk-dis.exe -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include disassembler_main.o syms.o disassembler_alg.o debug.o exp_engine.o backend.o ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o debugger_gdb.o debugger_gdb.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o debugger_mi2.o debugger_mi2.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o debugger_gdb_packets.o debugger_gdb_packets.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o sxmlc.o sxmlc.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o sxmlsearch.o sxmlsearch.c ccache i686-w64-mingw32-gcc -o z88dk-gdb.exe -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include cpu.o backend.o syms.o disassembler_alg.o debug.o exp_engine.o debugger.o breakpoints.o profiler.o debugger_gdb.o debugger_mi2.o debugger_gdb_packets.o linenoise.o srcfile.o ../common/dirname.o sxmlc.o sxmlsearch.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/time.o lex.yy.o expressions.tab.o -lm -lpthread -lws2_32 install z88dk-ticks.exe /home/build/z88dk/win32/z88dk/bin/z88dk-ticks.exe install z88dk-dis.exe /home/build/z88dk/win32/z88dk/bin/z88dk-dis.exe install z88dk-gdb.exe /home/build/z88dk/win32/z88dk/bin/z88dk-gdb.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/ticks' make -C support/graphics PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/graphics' ccache i686-w64-mingw32-gcc -g -O2 `/usr/i686-w64-mingw32/bin/xml2-config --cflags` -c -o z80svg.o z80svg.c ccache i686-w64-mingw32-gcc -o z88dk-z80svg.exe -g -O2 `/usr/i686-w64-mingw32/bin/xml2-config --cflags` z80svg.o `/usr/i686-w64-mingw32/bin/xml2-config --libs` install z88dk-z80svg.exe /home/build/z88dk/win32/z88dk/bin/z88dk-z80svg.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/graphics' make -C support/pv1000 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/pv1000' ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o font2pv1000.o font2pv1000.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-font2pv1000.exe font2pv1000.o -g -O2 install z88dk-font2pv1000.exe /home/build/z88dk/win32/z88dk/bin/z88dk-font2pv1000.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/pv1000' make -C support/basck PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/support/basck' ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o basck.o basck.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-basck.exe basck.o -g -O2 install z88dk-basck.exe /home/build/z88dk/win32/z88dk/bin/z88dk-basck.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/support/basck' make -C src/z88dk-lib PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/z88dk-lib' ccache i686-w64-mingw32-gcc -g -O2 -c -o z88dk-lib.o z88dk-lib.c ccache i686-w64-mingw32-gcc -o z88dk-lib.exe -g -O2 z88dk-lib.o 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/zx0 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/win32/z88dk/src/zx0' ccache i686-w64-mingw32-gcc -g -O2 -c -o compress.o compress.c ccache i686-w64-mingw32-gcc -g -O2 -c -o optimize.o optimize.c ccache i686-w64-mingw32-gcc -g -O2 -c -o zx0.o zx0.c ccache i686-w64-mingw32-gcc -g -O2 -c -o memory.o memory.c ccache i686-w64-mingw32-gcc -o z88dk-zx0.exe -g -O2 compress.o optimize.o zx0.o memory.o ccache i686-w64-mingw32-gcc -g -O2 -c -o dzx0.o dzx0.c ccache i686-w64-mingw32-gcc -o z88dk-dzx0.exe -g -O2 dzx0.o install z88dk-zx0.exe /home/build/z88dk/win32/z88dk/bin/z88dk-zx0.exe install z88dk-dzx0.exe /home/build/z88dk/win32/z88dk/bin/z88dk-dzx0.exe make[1]: Leaving directory '/home/build/z88dk/win32/z88dk/src/zx0' ######################################################################### Building win32 kit ######################################################################### ######################################################################### Starting OS-X build ######################################################################### make -C src/appmake PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/appmake' ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mz2500.o mz2500.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o px.o px.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o appmake.o appmake.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o fp1100.o fp1100.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o newbrain.o newbrain.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mz.o mz.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o m5.o m5.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88.o z88.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o newext.o newext.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sos.o sos.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ace-tap.o ace-tap.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx.o zx.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o svi.o svi.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o homelab.o homelab.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o inject.o inject.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pmd85.o pmd85.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o smc777.o smc777.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o x07.o x07.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o trs80.o trs80.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vector06c.o vector06c.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rom.o rom.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o enterprise.o enterprise.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o x1.o x1.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o noop.o noop.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o extract.o extract.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o nascom.o nascom.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpmdisk.o cpmdisk.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o msx.o msx.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o galaksija.o galaksija.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx81.o zx81.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o nec.o nec.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sol20.o sol20.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o multi8.o multi8.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pc88.o pc88.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o fat.o fat.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sc3000.o sc3000.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o residos.o residos.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o adam.o adam.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rex6000.o rex6000.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88elf.o z88elf.c z88elf.c:227:2: warning: no newline at end of file [-Wnewline-eof] } ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ondra.o ondra.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ff.o ff.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o p2000.o p2000.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpc.o cpc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mtx.o mtx.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o abc80.o abc80.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zxn.o zxn.c zxn.c:34:5: warning: incompatible pointer to integer conversion initializing 'int' with an expression of type 'void *' [-Wint-conversion] NULL, // patchdata ^~~~ /opt/osxcross/bin/../SDK/MacOSX11.1.sdk/usr/include/sys/_types/_null.h:30:15: note: expanded from macro 'NULL' #define NULL __DARWIN_NULL ^~~~~~~~~~~~~ /opt/osxcross/bin/../SDK/MacOSX11.1.sdk/usr/include/sys/_types.h:52:23: note: expanded from macro '__DARWIN_NULL' #define __DARWIN_NULL ((void *)0) ^~~~~~~~~~~ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o spc1000.o spc1000.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z9001.o z9001.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o dai.o dai.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mameql.o mameql.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o kc.o kc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o c7420.o c7420.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o primo.o primo.c primo.c:356:2: warning: no newline at end of file [-Wnewline-eof] } ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lviv.o lviv.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mc.o mc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o hex.o hex.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zxvgs.o zxvgs.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pc88disc.o pc88disc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lz49.o lz49.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mgt.o mgt.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lynx.o lynx.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tvc.o tvc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z1013.o z1013.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vz.o vz.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pasopia7.o pasopia7.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o msxrom.o msxrom.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx-util.o zx-util.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rk.o rk.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o glue.o glue.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sms.o sms.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tixx.o tixx.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o gb.o gb.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88shell.o z88shell.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o c128.o c128.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o aquarius.o aquarius.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpm2.o cpm2.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vg5k.o vg5k.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sorcerer.o sorcerer.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mamepp.o mamepp.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ../common/dirname.o ../common/dirname.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -o z88dk-appmake mz2500.o px.o appmake.o fp1100.o newbrain.o mz.o m5.o z88.o newext.o sos.o ace-tap.o zx.o svi.o homelab.o inject.o pmd85.o smc777.o x07.o trs80.o vector06c.o rom.o enterprise.o x1.o noop.o extract.o nascom.o cpmdisk.o msx.o galaksija.o zx81.o nec.o sol20.o multi8.o pc88.o fat.o sc3000.o residos.o adam.o rex6000.o z88elf.o ondra.o ff.o p2000.o cpc.o mtx.o abc80.o zxn.o spc1000.o z9001.o dai.o mameql.o kc.o c7420.o primo.o lviv.o mc.o hex.o zxvgs.o pc88disc.o lz49.o mgt.o lynx.o tvc.o z1013.o vz.o pasopia7.o msxrom.o zx-util.o rk.o glue.o sms.o tixx.o gb.o z88shell.o c128.o aquarius.o cpm2.o vg5k.o sorcerer.o mamepp.o ../common/dirname.o -g -O2 install z88dk-appmake /home/build/z88dk/osx/z88dk/bin/z88dk-appmake make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/appmake' make -C src/copt PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/copt' ccache x86_64-apple-darwin20.2-cc -c -o copt.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. copt.c ccache x86_64-apple-darwin20.2-cc -c -o regex/regcomp.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regcomp.c ccache x86_64-apple-darwin20.2-cc -c -o regex/regerror.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regerror.c ccache x86_64-apple-darwin20.2-cc -c -o regex/regexec.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regexec.c ccache x86_64-apple-darwin20.2-cc -c -o regex/regfree.o -g -O2 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regfree.c ccache x86_64-apple-darwin20.2-cc -o z88dk-copt -g -O2 copt.o regex/regcomp.o regex/regerror.o regex/regexec.o regex/regfree.o install z88dk-copt /home/build/z88dk/osx/z88dk/bin/z88dk-copt make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/copt' make -C src/cpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/cpp' ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp6.o cpp6.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp2.o cpp2.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp4.o cpp4.c cpp4.c:313:20: warning: implicit conversion from 'int' to 'char' changes value from 159 to -97 [-Wconstant-conversion] *wp++ = MAC_PARM + PAR_MAC; /* Stuff a magic marker */ ~ ~~~~~~~~~^~~~~~~~~ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp5.o cpp5.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp3.o cpp3.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o cpp1.o cpp1.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-zcpp cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o -g -O2 install z88dk-zcpp /home/build/z88dk/osx/z88dk/bin/z88dk-zcpp make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/cpp' make -C src/ucpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ucpp' ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o mem.o mem.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o nhash.o nhash.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o cpp.o cpp.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o lexer.o lexer.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o assert.o assert.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o macro.o macro.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o eval.o eval.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -o z88dk-ucpp mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o -g -O2 install z88dk-ucpp /home/build/z88dk/osx/z88dk/bin/z88dk-ucpp make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/ucpp' make -C src/sccz80 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/sccz80' ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o callfunc.o callfunc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o cdbfile.o cdbfile.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o codegen.o codegen.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o const.o const.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o data.o data.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o declinit.o declinit.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o error.o error.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o expr.o expr.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o goto.o goto.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o io.o io.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o lex.o lex.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o main.o main.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o misc.o misc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o plunge.o plunge.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o preproc.o preproc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o primary.o primary.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o stmt.o stmt.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o sym.o sym.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o while.o while.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o declparse.o declparse.c ccache x86_64-apple-darwin20.2-cc -g -O2 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o ../common/option.o ../common/option.c ccache x86_64-apple-darwin20.2-cc -g -O2 -o sccz80 callfunc.o cdbfile.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 ../common/option.o -lm install -m 755 sccz80 /home/build/z88dk/osx/z88dk/bin/z88dk-sccz80 make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/sccz80' make -C src/z80asm PREFIX=`pwd` PREFIX_SHARE=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80asm' ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/libfile.o src/c/libfile.c cd dev && perl make_reloc_code.pl && dos2unix -q reloc_code.[ch] && \ mv -f reloc_code.[ch] ../src/c/ ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/reloc_code.o src/c/reloc_code.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/expr1.o src/c/expr1.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/list.o src/c/list.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/sym.o src/c/sym.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/dbg.o src/c/dbg.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/opcodes.o src/c/opcodes.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/common.o src/c/common.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/class.o src/c/class.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/modlink.o src/c/modlink.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/z80pass.o src/c/z80pass.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/directives.o src/c/directives.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/scan.o src/c/scan.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/strhash.o src/c/strhash.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -O0 -c -o src/c/parse.o src/c/parse.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/str.o src/c/str.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/minunit.o src/c/minunit.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/codearea.o src/c/codearea.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/zobjfile.o src/c/zobjfile.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/module1.o src/c/module1.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/symtab1.o src/c/symtab1.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/array.o src/c/array.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/alloc.o src/c/alloc.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/z80asm.o src/c/z80asm.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/die.o ../common/die.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/strutil.o ../common/strutil.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/fileutil.o ../common/fileutil.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/zutils.o ../common/zutils.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/objfile.o ../common/objfile.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/optparse.o ../common/optparse.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -I../common -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regfree.o ../../ext/regex/regfree.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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/bin/../SDK/MacOSX11.1.sdk/usr/include/sys/_types/_null.h:30:15: note: expanded from macro 'NULL' #define NULL __DARWIN_NULL ^ /opt/osxcross/bin/../SDK/MacOSX11.1.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/bin/../SDK/MacOSX11.1.sdk/usr/include/sys/_types/_null.h:30:15: note: expanded from macro 'NULL' #define NULL __DARWIN_NULL ^ /opt/osxcross/bin/../SDK/MacOSX11.1.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. ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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. ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -Isrc/c -It -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. x86_64-apple-darwin20.2-c++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/errors.o src/cpp/errors.cpp x86_64-apple-darwin20.2-c++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/args.o src/cpp/args.cpp x86_64-apple-darwin20.2-c++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/utils.o src/cpp/utils.cpp x86_64-apple-darwin20.2-c++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/defines.o src/cpp/defines.cpp x86_64-apple-darwin20.2-c++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/preproc.o src/cpp/preproc.cpp x86_64-apple-darwin20.2-c++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/lstfile.o src/cpp/lstfile.cpp re2c -W --tags --no-debug-info --no-generation-date -o src/cpp/lex.cpp src/cpp/lex.re dos2unix -q src/cpp/lex.cpp x86_64-apple-darwin20.2-c++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/lex.o src/cpp/lex.cpp x86_64-apple-darwin20.2-c++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/float.o src/cpp/float.cpp x86_64-apple-darwin20.2-c++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/main.o src/cpp/main.cpp x86_64-apple-darwin20.2-c++ -o z88dk-z80asm src/c/libfile.o src/c/reloc_code.o src/c/expr1.o src/c/list.o src/c/sym.o src/c/dbg.o src/c/opcodes.o src/c/common.o src/c/class.o src/c/modlink.o src/c/z80pass.o src/c/directives.o src/c/scan.o src/c/strhash.o src/c/parse.o src/c/str.o src/c/minunit.o src/c/codearea.o src/c/zobjfile.o src/c/module1.o src/c/symtab1.o src/c/array.o src/c/alloc.o src/c/z80asm.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/errors.o src/cpp/args.o src/cpp/utils.o src/cpp/defines.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/lex.o src/cpp/float.o src/cpp/main.o -g -O2 install z88dk-z80asm /home/build/z88dk/osx/z88dk/bin/z88dk-z80asm install z88dk-z80asm /home/build/z88dk/osx/z88dk/bin/z80asm install asmpp.pl /home/build/z88dk/osx/z88dk/bin/z88dk-asmpp install asmstyle.pl /home/build/z88dk/osx/z88dk/bin/z88dk-asmstyle make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm' make -C src/zcc PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zcc' ccache x86_64-apple-darwin20.2-cc -c -o zcc.o -g -O2 -DLOCAL_REGEXP -Wall -pedantic -g -MMD -I. -I../copt -I../common -I../../ext/uthash/src zcc.c zcc.c:1819:5: warning: unused function 'copy_defc_file' [-Wunused-function] int copy_defc_file(char *name1, char *ext1, char *name2, char *ext2) ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -o zcc -g -O2 -DLOCAL_REGEXP -Wall -pedantic -g -MMD zcc.o ../copt/regex/regcomp.o ../copt/regex/regerror.o ../copt/regex/regexec.o ../copt/regex/regfree.o ../common/dirname.o ../common/option.o install zcc /home/build/z88dk/osx/z88dk/bin/ make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zcc' make -C src/zpragma PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zpragma' ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../../ext/optparse -I../../ext/regex -c -o zpragma.o zpragma.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../../ext/optparse -I../../ext/regex -o z88dk-zpragma zpragma.o -g -O2 install z88dk-zpragma /home/build/z88dk/osx/z88dk/bin/z88dk-zpragma make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zpragma' make -C src/zx7 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zx7' ccache x86_64-apple-darwin20.2-cc -o z88dk-zx7 -g -O2 compress.c optimize.c zx7.c ccache x86_64-apple-darwin20.2-cc -o z88dk-dzx7 -g -O2 dzx7.c install z88dk-zx7 /home/build/z88dk/osx/z88dk/bin/z88dk-zx7 install z88dk-dzx7 /home/build/z88dk/osx/z88dk/bin/z88dk-dzx7 make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zx7' make -C src/z80nm PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z80nm' ccache x86_64-apple-darwin20.2-cc -g -O2 -O3 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -c -o ar.o ar.c ccache x86_64-apple-darwin20.2-cc -o z88dk-z80nm -g -O2 -O3 -Wall -std=gnu11 -MMD -std=gnu11 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm ar.o ../common/zutils.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 install z88dk-z80nm /home/build/z88dk/osx/z88dk/bin/z88dk-z80nm make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80nm' make -C src/zobjcopy PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zobjcopy' ccache x86_64-apple-darwin20.2-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 ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../common -I../../ext/uthash/src -I../../ext/optparse -I../../ext/regex -o z88dk-zobjcopy zobjcopy.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.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 install z88dk-zobjcopy /home/build/z88dk/osx/z88dk/bin/z88dk-zobjcopy make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zobjcopy' make -C src/ticks PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ticks' ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o ticks.o ticks.c ticks.c:4324: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:497:20: note: expanded from macro 'ADCHLRR' v= l+b+(h+a<<8)+(ff>>8&1),\ ~^~~~ ticks.c:4324:22: note: place parentheses around the '+' expression to silence this warning case 0x4a: ADCHLRR(b, c); break; // ADC HL,BC ^~~~~~~~~~~~~ ticks.c:497:20: note: expanded from macro 'ADCHLRR' v= l+b+(h+a<<8)+(ff>>8&1),\ ~^~ ticks.c:4325: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:497:20: note: expanded from macro 'ADCHLRR' v= l+b+(h+a<<8)+(ff>>8&1),\ ~^~~~ ticks.c:4325:22: note: place parentheses around the '+' expression to silence this warning case 0x5a: ADCHLRR(d, e); break; // ADC HL,DE ^~~~~~~~~~~~~ ticks.c:497:20: note: expanded from macro 'ADCHLRR' v= l+b+(h+a<<8)+(ff>>8&1),\ ~^~ ticks.c:4326: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:497:20: note: expanded from macro 'ADCHLRR' v= l+b+(h+a<<8)+(ff>>8&1),\ ~^~~~ ticks.c:4326:22: note: place parentheses around the '+' expression to silence this warning case 0x6a: ADCHLRR(h, l); break; // ADC HL,HL ^~~~~~~~~~~~~ ticks.c:497:20: note: expanded from macro 'ADCHLRR' v= l+b+(h+a<<8)+(ff>>8&1),\ ~^~ ticks.c:2935:15: warning: unsequenced modification and access to 'mp' [-Wunsequenced] | ++mp; ^ 4 warnings generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o cpu.o cpu.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o backend.o backend.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_cpm.o hook_cpm.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_console.o hook_console.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_io.o hook_io.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_misc.o hook_misc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook.o hook.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger.o debugger.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o breakpoints.o breakpoints.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o profiler.o profiler.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o exp_engine.o exp_engine.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger_ticks.o debugger_ticks.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o linenoise.o linenoise.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o utf8.o utf8.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o syms.o syms.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o disassembler_alg.o disassembler_alg.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o memory.o memory.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o am9511.o am9511.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o acia.o acia.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o hook_rc2014.o hook_rc2014.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debug.o debug.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o srcfile.o srcfile.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o lex.yy.o lex.yy.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o expressions.tab.o expressions.tab.c ccache x86_64-apple-darwin20.2-cc -o z88dk-ticks -g -O2 -I../../ext/uthash/src/ -g -MMD ticks.o cpu.o backend.o hook_cpm.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o breakpoints.o profiler.o exp_engine.o debugger_ticks.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o am9511.o acia.o hook_rc2014.o debug.o srcfile.o ../common/dirname.o lex.yy.o expressions.tab.o -lm ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o disassembler_main.o disassembler_main.c ccache x86_64-apple-darwin20.2-cc -o z88dk-dis -g -O2 -I../../ext/uthash/src/ -g -MMD disassembler_main.o syms.o disassembler_alg.o debug.o exp_engine.o backend.o ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger_gdb.o debugger_gdb.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger_mi2.o debugger_mi2.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o debugger_gdb_packets.o debugger_gdb_packets.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o sxmlc.o sxmlc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o sxmlsearch.o sxmlsearch.c ccache x86_64-apple-darwin20.2-cc -o z88dk-gdb -g -O2 -I../../ext/uthash/src/ -g -MMD cpu.o backend.o syms.o disassembler_alg.o debug.o exp_engine.o debugger.o breakpoints.o profiler.o debugger_gdb.o debugger_mi2.o debugger_gdb_packets.o linenoise.o srcfile.o ../common/dirname.o sxmlc.o sxmlsearch.o lex.yy.o expressions.tab.o -lm -lpthread install z88dk-ticks /home/build/z88dk/osx/z88dk/bin/z88dk-ticks install z88dk-dis /home/build/z88dk/osx/z88dk/bin/z88dk-dis install z88dk-gdb /home/build/z88dk/osx/z88dk/bin/z88dk-gdb make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/ticks' make -C support/graphics PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support/graphics' ccache x86_64-apple-darwin20.2-cc -g -O2 `/opt/osxcross/SDK/MacOSX11.1.sdk/usr/bin/xml2-config --cflags` -c -o z80svg.o z80svg.c ccache x86_64-apple-darwin20.2-cc -o z88dk-z80svg -g -O2 `/opt/osxcross/SDK/MacOSX11.1.sdk/usr/bin/xml2-config --cflags` z80svg.o `/opt/osxcross/SDK/MacOSX11.1.sdk/usr/bin/xml2-config --libs` install z88dk-z80svg /home/build/z88dk/osx/z88dk/bin/z88dk-z80svg make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/support/graphics' make -C support/pv1000 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support/pv1000' ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o font2pv1000.o font2pv1000.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-font2pv1000 font2pv1000.o -g -O2 install z88dk-font2pv1000 /home/build/z88dk/osx/z88dk/bin/z88dk-font2pv1000 make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/support/pv1000' make -C support/basck PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support/basck' ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o basck.o basck.c ccache x86_64-apple-darwin20.2-cc -g -O2 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-basck basck.o -g -O2 install z88dk-basck /home/build/z88dk/osx/z88dk/bin/z88dk-basck make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/support/basck' make -C src/z88dk-lib PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/z88dk-lib' ccache x86_64-apple-darwin20.2-cc -g -O2 -c -o z88dk-lib.o z88dk-lib.c ccache x86_64-apple-darwin20.2-cc -o z88dk-lib -g -O2 z88dk-lib.o 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/zx0 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zx0' ccache x86_64-apple-darwin20.2-cc -g -O2 -c -o compress.o compress.c ccache x86_64-apple-darwin20.2-cc -g -O2 -c -o optimize.o optimize.c ccache x86_64-apple-darwin20.2-cc -g -O2 -c -o zx0.o zx0.c ccache x86_64-apple-darwin20.2-cc -g -O2 -c -o memory.o memory.c ccache x86_64-apple-darwin20.2-cc -o z88dk-zx0 -g -O2 compress.o optimize.o zx0.o memory.o ccache x86_64-apple-darwin20.2-cc -g -O2 -c -o dzx0.o dzx0.c ccache x86_64-apple-darwin20.2-cc -o z88dk-dzx0 -g -O2 dzx0.o install z88dk-zx0 /home/build/z88dk/osx/z88dk/bin/z88dk-zx0 install z88dk-dzx0 /home/build/z88dk/osx/z88dk/bin/z88dk-dzx0 make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zx0' make -C src/appmake clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/appmake' rm -f z88dk-appmake galaksija.o pmd85.o zxn.o abc80.o primo.o extract.o pasopia7.o zx-util.o ondra.o m5.o gb.o c128.o ace-tap.o ff.o fp1100.o newext.o residos.o lz49.o mc.o multi8.o inject.o nascom.o kc.o z88shell.o mamepp.o spc1000.o mameql.o lviv.o z1013.o z88.o sos.o tixx.o homelab.o mgt.o nec.o pc88disc.o fat.o adam.o mtx.o enterprise.o z9001.o dai.o lynx.o tvc.o mz2500.o trs80.o sc3000.o cpm2.o pc88.o cpmdisk.o x07.o zx81.o noop.o vz.o z88elf.o aquarius.o p2000.o zx.o msxrom.o px.o newbrain.o svi.o zxvgs.o appmake.o rk.o glue.o sms.o msx.o mz.o hex.o sorcerer.o vector06c.o x1.o c7420.o smc777.o cpc.o sol20.o vg5k.o rom.o rex6000.o ../common/dirname.o rm -f galaksija.o pmd85.o zxn.o abc80.o primo.o extract.o pasopia7.o zx-util.o ondra.o m5.o gb.o c128.o ace-tap.o ff.o fp1100.o newext.o residos.o lz49.o mc.o multi8.o inject.o nascom.o kc.o z88shell.o mamepp.o spc1000.o mameql.o lviv.o z1013.o z88.o sos.o tixx.o homelab.o mgt.o nec.o pc88disc.o fat.o adam.o mtx.o enterprise.o z9001.o dai.o lynx.o tvc.o mz2500.o trs80.o sc3000.o cpm2.o pc88.o cpmdisk.o x07.o zx81.o noop.o vz.o z88elf.o aquarius.o p2000.o zx.o msxrom.o px.o newbrain.o svi.o zxvgs.o appmake.o rk.o glue.o sms.o msx.o mz.o hex.o sorcerer.o vector06c.o x1.o c7420.o smc777.o cpc.o sol20.o vg5k.o rom.o rex6000.o ../common/dirname.o galaksija.d pmd85.d zxn.d abc80.d primo.d extract.d pasopia7.d zx-util.d ondra.d m5.d gb.d c128.d ace-tap.d ff.d fp1100.d newext.d residos.d lz49.d mc.d multi8.d inject.d nascom.d kc.d z88shell.d mamepp.d spc1000.d mameql.d lviv.d z1013.d z88.d sos.d tixx.d homelab.d mgt.d nec.d pc88disc.d fat.d adam.d mtx.d enterprise.d z9001.d dai.d lynx.d tvc.d mz2500.d trs80.d sc3000.d cpm2.d pc88.d cpmdisk.d x07.d zx81.d noop.d vz.d z88elf.d aquarius.d p2000.d zx.d msxrom.d px.d newbrain.d svi.d zxvgs.d appmake.d rk.d glue.d sms.d msx.d mz.d hex.d sorcerer.d vector06c.d x1.d c7420.d smc777.d cpc.d sol20.d vg5k.d rom.d rex6000.d ../common/dirname.d 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 dirname.o die.o strutil.o fileutil.o option.o zutils.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 dirname.d die.d strutil.d fileutil.d option.d zutils.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 z88dk-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 z88dk-zcpp cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o rm -f cpp6.o cpp2.o cpp4.o cpp5.o cpp3.o cpp1.o cpp6.d cpp2.d cpp4.d cpp5.d cpp3.d cpp1.d *.bak t/*.bak make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/cpp' make -C src/sccz80 clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/sccz80' rm -f *.o *~ core sccz80 rm -f -rf Debug Release rm -f callfunc.d cdbfile.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 ../common/option.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 z88dk-ticks ticks.o cpu.o backend.o hook_cpm.o hook_console.o hook_io.o hook_misc.o hook.o debugger.o breakpoints.o profiler.o exp_engine.o debugger_ticks.o linenoise.o utf8.o syms.o disassembler_alg.o memory.o am9511.o acia.o hook_rc2014.o debug.o srcfile.o ../common/dirname.o core rm -f z88dk-dis disassembler_main.o syms.o disassembler_alg.o debug.o exp_engine.o backend.o core rm -f z88dk-gdb cpu.o backend.o syms.o disassembler_alg.o debug.o exp_engine.o debugger.o breakpoints.o profiler.o debugger_gdb.o debugger_mi2.o debugger_gdb_packets.o linenoise.o srcfile.o ../common/dirname.o sxmlc.o sxmlsearch.o core rm -f lex.yy.o expressions.tab.o rm -f ticks.d cpu.d backend.d hook_cpm.d hook_console.d hook_io.d hook_misc.d hook.d debugger.d breakpoints.d profiler.d exp_engine.d debugger_ticks.d linenoise.d utf8.d syms.d disassembler_alg.d memory.d am9511.d acia.d hook_rc2014.d debug.d srcfile.d ../common/dirname.d disassembler_main.d syms.d disassembler_alg.d debug.d exp_engine.d backend.d cpu.d backend.d syms.d disassembler_alg.d debug.d exp_engine.d debugger.d breakpoints.d profiler.d debugger_gdb.d debugger_mi2.d debugger_gdb_packets.d linenoise.d srcfile.d ../common/dirname.d sxmlc.d sxmlsearch.d rm -f expressions.output 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 z88dk-ucpp mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o rm -f mem.o nhash.o cpp.o lexer.o assert.o macro.o eval.o mem.d nhash.d cpp.d lexer.d assert.d macro.d eval.d *.bak t/*.bak 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 z88dk-z80asm-8080-.lib rm -f z88dk-z80asm-8085-.lib rm -f z88dk-z80asm-gbz80-.lib rm -f z88dk-z80asm-r2ka-.lib rm -f z88dk-z80asm-r3k-.lib rm -f z88dk-z80asm-z180-.lib rm -f z88dk-z80asm-z80-.lib rm -f z88dk-z80asm-z80n-.lib rm -f z88dk-z80asm-8080-ixiy.lib rm -f z88dk-z80asm-8085-ixiy.lib rm -f z88dk-z80asm-gbz80-ixiy.lib rm -f z88dk-z80asm-r2ka-ixiy.lib rm -f z88dk-z80asm-r3k-ixiy.lib rm -f z88dk-z80asm-z180-ixiy.lib rm -f z88dk-z80asm-z80-ixiy.lib rm -f z88dk-z80asm-z80n-ixiy.lib rm -f sub_hl_de.o sbc_hl_bc.o adc_hl_de.o sub_hl_sp.o rl_bc.o adc_hl_sp.o add_bc_a.o cpi.o lddr.o add_hl_a.o daa.o cpir.o rl_hl.o add_de_a.o cpdr.o rl_de.o ex_sp_hl.o rrd.o ldir.o cpd.o sbc_hl_hl.o rr_bc.o rld.o adc_hl_hl.o sbc_hl_de.o adc_hl_bc.o rr_hl.o sbc_hl_sp.o sra_de.o sub_hl_bc.o sra_bc.o ldi.o rr_de.o sub_hl_hl.o ldd.o sra_hl.o sub_hl_de.lis sbc_hl_bc.lis adc_hl_de.lis sub_hl_sp.lis rl_bc.lis adc_hl_sp.lis add_bc_a.lis cpi.lis lddr.lis add_hl_a.lis daa.lis cpir.lis rl_hl.lis add_de_a.lis cpdr.lis rl_de.lis ex_sp_hl.lis rrd.lis ldir.lis cpd.lis sbc_hl_hl.lis rr_bc.lis rld.lis adc_hl_hl.lis sbc_hl_de.lis adc_hl_bc.lis rr_hl.lis sbc_hl_sp.lis sra_de.lis sub_hl_bc.lis sra_bc.lis ldi.lis rr_de.lis sub_hl_hl.lis ldd.lis sra_hl.lis test.asm test.o test.bin z88dk-z80asm make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm/dev/z80asm_lib' rm -f z88dk-z80asm-*.lib rm -f *.core *.o *.out *.orig *.exe *.tmp *.bak *.log *~ rm -f -rf Debug Release x1 x2 x3 rm -f src/c/common.o src/c/libfile.o src/c/module1.o src/c/reloc_code.o src/c/expr1.o src/c/list.o src/c/sym.o src/c/opcodes.o src/c/symtab1.o src/c/modlink.o src/c/zobjfile.o src/c/class.o src/c/z80pass.o src/c/scan.o src/c/strhash.o src/c/parse.o src/c/str.o src/c/minunit.o src/c/array.o src/c/z80asm.o src/c/codearea.o src/c/dbg.o src/c/directives.o src/c/alloc.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.o ../common/objfile.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/errors.o src/cpp/args.o src/cpp/utils.o src/cpp/defines.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/lex.o src/cpp/float.o src/cpp/main.o 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 -r *.dSYM rm -f -r z88dk-z80asm test*.dir rm -f z88dk-z80asm test* rm -f t/*.tmp t/dev/*.tmp rm -f src/c/common.d src/c/libfile.d src/c/module1.d src/c/reloc_code.d src/c/expr1.d src/c/list.d src/c/sym.d src/c/opcodes.d src/c/symtab1.d src/c/modlink.d src/c/zobjfile.d src/c/class.d src/c/z80pass.d src/c/scan.d src/c/strhash.d src/c/parse.d src/c/str.d src/c/minunit.d src/c/array.d src/c/z80asm.d src/c/codearea.d src/c/dbg.d src/c/directives.d src/c/alloc.d ../common/dirname.d ../common/die.d ../common/strutil.d ../common/fileutil.d ../common/option.d ../common/zutils.d ../common/objfile.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d src/cpp/errors.d src/cpp/args.d src/cpp/utils.d src/cpp/defines.d src/cpp/preproc.d src/cpp/lstfile.d src/cpp/lex.d src/cpp/float.d src/cpp/main.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 z88dk-z80nm ar.o ../common/zutils.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/zutils.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 zcc.o ../copt/regex/regcomp.o ../copt/regex/regerror.o ../copt/regex/regexec.o ../copt/regex/regfree.o ../common/dirname.o ../common/option.o zcc.d ../copt/regex/regcomp.d ../copt/regex/regerror.d ../copt/regex/regexec.d ../copt/regex/regfree.d ../common/dirname.d ../common/option.d 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 z88dk-zobjcopy zobjcopy.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.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 zobjcopy.o ../common/dirname.o ../common/die.o ../common/strutil.o ../common/fileutil.o ../common/option.o ../common/zutils.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/dirname.d ../common/die.d ../common/strutil.d ../common/fileutil.d ../common/option.d ../common/zutils.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 z88dk-zpragma zpragma.o rm -f zpragma.o zpragma.d 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 z88dk-zx7 zx7.o core rm -f z88dk-dzx7 dzx7.o rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zx7' make -C src/zx0 clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/zx0' rm -f z88dk-zx0 compress.o optimize.o zx0.o memory.o rm -f z88dk-dzx0 dzx0.o rm -f -rf Debug Release rm -f compress.d optimize.d zx0.d memory.d make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/src/zx0' make -C examples clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/examples' make -C console clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/console' make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/console' make -C ace clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/ace' rm -f *.bin *.i *.asm *.tap *.op* *.o *~ zcc_opt.def *.reloc make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/ace' make -C cpm clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/cpm' rm -f *.com *.i *.asm *.tap *.op* *.o *~ zcc_opt.def *.COM *.bin *.map *.lis *.def make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/cpm' make -C embedded clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/embedded' rm -f *.bin *.i *.lib *.op* *.o *~ zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/embedded' make -C msx clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/msx' rm -f *.obj *.sym *.map *.o* *.bin *.msx zcc_opt.def *.reloc *.cas *.COM *.img ex8 make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/msx' make -C osca clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/osca' rm -f *.bin *.i *.asm *.tap *.op* *.o *~ zcc_opt.def *.exe *.EXE make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/osca' make -C rex clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/rex' rm -f -f *.rex *.bin *.reloc zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/rex' make -C sam clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/sam' rm -f *.bin *.i *.asm *.op* *.o *~ zcc_opt.def hello.bin keyget.bin enigma.bin gfx.bin smile.bin cube.bin mandel.bin ansitest.bin make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/sam' make -C sms clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/sms' rm -f *.bin *.i *.lib *.op* *.o *~ zcc_opt.def *.sms *.map *.ram make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/sms' make -C sos clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/sos' rm -f *.vz *.i *.asm *.obj *.bin *.vz *.wav *.op* *.o *~ zcc_opt.def *.reloc make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/sos' make -C spectrum clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/spectrum' rm -f *.bin *.i *.asm *.scr *.tap *.op* *.o *~ zcc_opt.def *.reloc make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/spectrum' make -C vz clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/vz' rm -f *.vz *.i *.asm *.cas *.bin *.vz *.wav *.op* *.o *~ zcc_opt.def *.reloc make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/vz' make -C z88 clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/z88' rm -f *.bas *.bin *.ap0 *.reloc *.63 *.epr rm -f zcc_opt.def *.op* *.o *.i *.asm *.err *.map *.sym make -C app clean make[3]: Entering directory '/home/build/z88dk/osx/z88dk/examples/z88/app' rm -f rpn.bin useless.bin wc.bin view.bin dstar.bin rm -f *.bin *.reloc rm -f zcc_opt.def *~ *.op* *.o *i *.asm *.63 *.epr make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/z88/app' make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/z88' make -C zxvgs clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/zxvgs' rm -f *.bin *.i *.asm *.op* *.o *~ zcc_opt.def *.V00 make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/zxvgs' make -C pacman clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/pacman' rm -f puckmod/namcopac.6e puckmod/namcopac.6f puckmod/namcopac.6h puckmod/npacmod.6j rm -f rom.o rom*.bin *.o rom.rom rm -f zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/pacman' make -C rcmx000 clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/rcmx000' rm -f *.bin ; rm -f *.LOD ; rm -f tmp_* ; rm -f zcc_opt.def ; \ rm -f *~ ; rm -f #* ; rm -f *# make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/rcmx000' make -C g800 clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/g800' rm -f sin.ihx physics.ihx box.ihx turtle.lib turtle_example.ihx mandel.ihx *.o *.def *.bin *.rom *.lst *.lib g800user.txt make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/g800' make -C gb clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/gb' rm -f -f *.bin *.gb zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/gb' make -C c128 clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/c128' rm -f -f *.bin *.T64 zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/c128' make[1]: Leaving directory '/home/build/z88dk/osx/z88dk/examples' make -C support clean make[1]: Entering directory '/home/build/z88dk/osx/z88dk/support' make -C basck clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/support/basck' rm -f z88dk-basck basck.o rm -f basck.o basck.d *.bak t/*.bak make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/support/basck' make -C debugger clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/support/debugger' rm -f client_debug getmypid hello.bin a.bin source.sh dbg_hello.* sourcedbg.sh tmp.bin zcc_opt.def hello.map *.exe variable*.opt *.o varsrc.txt a.bin a.bas dbgbin *~ make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/support/debugger' make -C graphics clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/support/graphics' rm -f z88dk-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 z88dk-font2pv1000 font2pv1000.o rm -f font2pv1000.o font2pv1000.d *.bak t/*.bak make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/support/pv1000' make -C rcmx000 clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/support/rcmx000' rm -f *.o boot mk_boot_code *.sym *.map *.LOD *.bin rcmx000_boot.asm mk_coldboot_hfile bootbytes.h tmp_* zcc_opt.def *.obj *~ rcmx000_flash.asm rcmx000_flutil.asm make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/support/rcmx000' 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 strncat.o strlcpy.o strlcat.o stricmp.o strchr.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 *.lis ../../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 *~ *.lis make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/sccz80' make[3]: Entering directory '/home/build/z88dk/osx/z88dk/test/suites/zx' 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/zx' make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites' make[2]: Entering directory '/home/build/z88dk/osx/z88dk/test/feature' make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/test/feature' 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_98_check_int.opt Issue_26_casting.opt Issue_452_arrays.opt Issue_1103_fastcall_fnptr.opt pointer_arith.opt paramsoffset.opt Issue_1805_signed_cost_char_le.opt Issue_514_flexible_member.opt Issue_678_compound.opt Issue_1105_function_pointer_calls.opt Issue_1054_initialisation.opt Issue_1212_double_promotion.opt Issue_896_nested_struct_initialisation.opt sizeof_w_str_concat.opt Issue_98_underlying.opt Issue_482_optrule.opt long_addition_opts.opt Issue_1132_struct_by_value.opt 01_cast_global_pointer.opt Issue_693_missing_return.opt Issue_1466_float16_addition.opt Issue_1167_range_check.opt Issue_615_while_loop.opt Issue_1409_switch.opt Issue_1167_choosing_which_function.opt Issue_501_extern_at.opt Issue_1015_break_without_loop_variable.opt Issue_693_fastcall.opt Issue_295_structgetsfar.opt Issue_1178_kr_main_stdc.opt 02_addr_ptr.opt Issue_188_builtins.opt Issue_493__func__.opt Issue_1466_float16_callee.opt Issue_1016_long_const_compare.opt Issue_103_floating_addition.opt Issue_615_loop.opt Issue_1102_struct_trailing_comma.opt Issue_1283_2d_arrays.opt Issue_1466_float16.opt interrupt.opt Issue_491_enums.opt Issue_615_if.opt fastcall.opt Issue_497_astroforce_compile.opt Issue_1540_String_init.opt Issue_569_init_from_2d_array.opt Issue_1662_static_ptrs.opt Issue_490_long_extension.opt Issue_1141_Namespaces.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 Far_Pointer_Call_ieee.opt Issue_490_repeated_extern_decls.opt Issue_480_asmfunc.opt Issue_1016_double_const_compare.opt mathops_ieee.opt Issue_1167_sizeof.opt Issue_452_struct.opt Issue_103_double_prepost.opt Issue_600_fastcall.opt Issue_1133_bitfields.opt Issue_1062_array_init.opt Issue_1132_struct_parameter.opt Issue_608_Arrays.opt Issue_701_compound_scope.opt Issue_1623_stdcbench_issues.opt Issue_98_Stack_offset.opt Issue_452_far_pointers.opt Issue_543_complement.opt Issue_1260_com.opt Issue_1656_integral_arith.opt Issue_254_KR_Specifiers.opt Issue_1466_float16_compare.opt Issue_1007_Fix_FP_Constant_Multiplication.opt Issue_510_mult_minus1.opt Issue_485_sdccdecl.opt Issue_452_pointers.opt Issue_985_ptr_cast.opt Issue_452_unsigned.opt Issue_1302_enum_usage.opt Issue_489_variable_defn_in_forloop.opt Issue_574_fastcall_offset.opt Issue_510_long_and.opt Issue_1409_offset_pointer_initialisation.opt shortcall.opt Issue_569_jagged_array.opt Issue_1126_opt_rule.opt Issue_419_Extern_Prototypes_In_Function.opt Issue_1361_const.opt Issue_499_typedef_initialisation.opt Issue_1266_ranges.opt castup_to_long.opt Issue_1015_break_with_loop_variable.opt Far_Pointer_Call.opt z80n/Issue_312_z80n_optimisations.opt rabbit/rabbit_optimisations.opt z180/Issue_481_multiply_char.opt 8080/Issue_1531_opt_rule.opt 8080/Issue_1431_8080_long_promotion.opt 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' rm -f -r /home/build/z88dk/osx/z88dk/src/sdcc-build #if [ -d bin ]; then find bin -type f -exec rm -f {} ';' ; fi ######################################################################### Building osx kit ######################################################################### ######################################################################### Everything built OK ######################################################################### ######################################################################### Deploying kits to nightly area ######################################################################### total 169936 -rw-rw-r-- 1 build build 37197432 Sep 14 03:07 z88dk-20220914-d39ec55a9c-19913.tgz lrwxrwxrwx 1 build build 35 Sep 14 03:09 z88dk-latest.tgz -> z88dk-20220914-d39ec55a9c-19913.tgz -rw-rw-r-- 1 build build 50183977 Sep 14 03:09 z88dk-osx-20220914-d39ec55a9c-19913.zip lrwxrwxrwx 1 build build 39 Sep 14 03:09 z88dk-osx-latest.zip -> z88dk-osx-20220914-d39ec55a9c-19913.zip -rw-rw-r-- 1 build build 86624615 Sep 14 03:08 z88dk-win32-20220914-d39ec55a9c-19913.zip lrwxrwxrwx 1 build build 41 Sep 14 03:09 z88dk-win32-latest.zip -> z88dk-win32-20220914-d39ec55a9c-19913.zip