************************************************************** Build successful ************************************************************** ######################################################################### Build starting ######################################################################### ######################################################################### Updating from guest git ######################################################################### From https://github.com/z88dk/z88dk f0a7654715..f083566ee1 master -> origin/master cc9c97318e..84d60a0d64 z80asm1 -> origin/z80asm1 + 4f5862c2ee...afdb4d7bbf z80asm2 -> origin/z80asm2 (forced update) Updating f0a7654715..f083566ee1 Fast-forward src/common/objfile.c | 2 +- src/common/objfile.h | 3 +- src/common/z80asm_cpu.c | 168 ---------------------- src/common/z80asm_cpu.def | 40 ------ src/common/z80asm_cpu.h | 101 ------------- src/common/z80asm_defs.c | 173 ++++++++++++++++++++++ src/common/z80asm_defs.h | 173 ++++++++++++++++++---- src/z80asm/src/c/directives.c | 2 +- src/z80asm/src/c/libfile.c | 1 - src/z80asm/src/c/modlink.c | 4 +- src/z80asm/src/c/opcodes.c | 2 +- src/z80asm/src/c/opcodes.h | 2 +- src/z80asm/src/c/parse1.c | 2 +- src/z80asm/src/c/scan1.c | 2 +- src/z80asm/src/c/zobjfile.c | 7 +- src/z80asm/src/c/zobjfile.h | 2 +- src/z80asm/src/cpp/args.cpp | 6 +- src/z80asm/src/cpp/args.h | 6 +- src/z80asm/src/cpp/errors.cpp | 6 +- src/z80asm/src/if.h | 8 +- src/z80asm/t/issue_2320_11.t | 46 +++--- src/z80asm/t/issue_2320_12.t | 178 +++++++++++------------ src/z80asm/t/issue_2320_13.t | 178 +++++++++++------------ src/z80asm/t/issue_2320_23.t | 280 ++++++++++++++++++------------------ src/z80asm/t/issue_2320_26.t | 194 ++++++++++++------------- src/z80asm/t/issue_2320_27.t | 98 ++++++------- src/z80nm/Makefile | 1 - src/zobjcopy/Makefile | 1 - win32/common/common.vcxproj | 5 - win32/common/common.vcxproj.filters | 9 +- 30 files changed, 833 insertions(+), 867 deletions(-) delete mode 100644 src/common/z80asm_cpu.c delete mode 100644 src/common/z80asm_cpu.def delete mode 100644 src/common/z80asm_cpu.h ######################################################################### 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 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 px.o px.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 cpm2.o cpm2.c cpm2.c:43:95: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 43 | { '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 ace-tap.o ace-tap.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tixx.o tixx.c tixx.c: In function 'tixx_exec': tixx.c:193:17: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] 193 | strncpy(buf+i,trailer83,9); | ^~~~~~~~~ | | | const unsigned char * In file included from /usr/include/features.h:461, from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from appmake.h:11, from tixx.c:38: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:103:1: note: expected 'const char * restrict' but argument is of type 'const unsigned char *' 103 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ In file included from /usr/include/string.h:495, from appmake.h:15, from tixx.c:38: In function 'strncpy', inlined from 'tixx_exec' at tixx.c:193:3: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 9 bytes from a string of the same length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 rom.o rom.c 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 homelab.o homelab.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 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 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 vector06c.o vector06c.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 x1.o x1.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 sc3000.o sc3000.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 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 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 enterprise.o enterprise.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 zx81.o zx81.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 sol20.o sol20.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 vg5k.o vg5k.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 ti8xk.o ti8xk.c ti8xk.c: In function 'ti8xk_exec': ti8xk.c:566:9: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 566 | fread(buffer, size, 1, fp); // To memory | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ti8xk.c:608:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 608 | fread(buffer+pageStart, psize, 1, page_fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from ti8xk.c:17: In function 'strncpy', inlined from 'ti8xk_exec' at ti8xk.c:547:9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ti8xk.c: In function 'ti8xk_exec': ti8xk.c:545:25: note: length computed here 545 | int temp_size = strlen(binname); | ^~~~~~~~~~~~~~~ ti8xk.c:770:9: warning: 'fp' may be used uninitialized in this function [-Wmaybe-uninitialized] 770 | fclose(fp); | ^~~~~~~~~~ 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 cpc.o cpc.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 trs80.o trs80.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 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 mtx.o mtx.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 zxn.o zxn.c 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 sms.o sms.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 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 nec.o nec.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 multi8.o multi8.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o md5.o md5.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 aquarius.o aquarius.c 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 m5.o m5.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 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 zx.o zx.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 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 sorcerer.o sorcerer.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 mz2500.o mz2500.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 c128.o c128.c 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 ../common/dirname.o ../common/dirname.c ccache gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -o z88dk-appmake newbrain.o mz.o px.o x07.o cpm2.o ace-tap.o tixx.o svi.o rom.o fp1100.o homelab.o cpmdisk.o newext.o sos.o msxrom.o vector06c.o rex6000.o x1.o c7420.o sc3000.o mgt.o noop.o extract.o nascom.o msx.o enterprise.o glue.o zx81.o mc.o sol20.o abc80.o vg5k.o pc88.o ti8xk.o fat.o cpc.o residos.o adam.o trs80.o z88elf.o ondra.o ff.o galaksija.o mtx.o mamepp.o zxn.o spc1000.o z9001.o dai.o mameql.o sms.o p2000.o primo.o lviv.o nec.o hex.o zxvgs.o pc88disc.o lz49.o multi8.o md5.o lynx.o tvc.o z1013.o vz.o pasopia7.o aquarius.o zx-util.o rk.o m5.o smc777.o gb.o zx.o kc.o inject.o pmd85.o sorcerer.o z88.o mz2500.o appmake.o c128.o z88shell.o ../common/dirname.o -g -O2 -lgmp 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 copt.c: In function 'subst_imp': copt.c:408:17: warning: 'var' may be used uninitialized in this function [-Wmaybe-uninitialized] 408 | sprintf(errormsg, "error: variable %c is not set in \"%s\"", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 409 | var+'0', start); | ~~~~~~~~~~~~~~~ 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/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 main.c: In function 'openin': main.c:812:13: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 812 | fread(bombuf, sizeof(char), 3, input); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/libfile.o src/c/libfile.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -O0 -c -o src/c/parse1.o src/c/parse1.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/scan1.o src/c/scan1.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o src/c/cpu_rules_action.o src/c/cpu_rules_action.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../common/z80asm_defs.o ../common/z80asm_defs.c ../common/z80asm_defs.c: In function 'init_cpus': ../common/z80asm_defs.c:79:25: warning: unused variable 'name' [-Wunused-variable] 79 | const char* name = cpu_lu[i].name; | ^~~~ ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regcomp.o ../../ext/regex/regcomp.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regexec.o ../../ext/regex/regexec.c ccache gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -c -o ../../ext/regex/regerror.o ../../ext/regex/regerror.c g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -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 -I../common -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 -I../common -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 -I../common -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 -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/lstfile.o src/cpp/lstfile.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -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 -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/scan.o src/cpp/scan.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/main.o src/cpp/main.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/defines.o src/cpp/defines.cpp g++ -o z88dk-z80asm src/c/libfile.o src/c/reloc_code.o src/c/parse1.o src/c/expr1.o src/c/symtab1.o src/c/dbg.o src/c/opcodes.o src/c/common.o src/c/list.o src/c/modlink.o src/c/class.o src/c/z80pass.o src/c/directives.o src/c/strhash.o src/c/str.o src/c/minunit.o src/c/codearea.o src/c/scan1.o src/c/array.o src/c/cpu_rules_action.o src/c/zobjfile.o src/c/module1.o src/c/sym.o src/c/alloc.o src/c/z80asm.o ../common/die.o ../common/strutil.o ../common/z80asm_defs.o ../common/fileutil.o ../common/objfile.o ../common/zutils.o ../common/option.o ../common/dirname.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/args.o src/cpp/utils.o src/cpp/errors.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/float.o src/cpp/scan.o src/cpp/main.o src/cpp/defines.o -g -O2 -lstdc++fs make -C dev/z80asm_lib make[2]: Entering directory '/home/build/z88dk/build/z88dk/src/z80asm/dev/z80asm_lib' ../../z88dk-z80asm -l -m* -xz88dk-z80asm.lib @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.lib /home/build/z88dk/build/z88dk/lib/z88dk-z80asm.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:1951:5: warning: 'copy_defc_file' defined but not used [-Wunused-function] 1951 | int copy_defc_file(char *name1, char *ext1, char *name2, char *ext2) | ^~~~~~~~~~~~~~ zcc.c: In function 'main': zcc.c:1769:68: warning: '%s' directive output may be truncated writing up to 4096 bytes into a region of size 1013 [-Wformat-truncation=] 1769 | 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' g++ -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -c -o ar.o ar.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -o z88dk-z80nm ar.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/z80asm_defs.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o -g -O2 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' g++ -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -c -o zobjcopy.o zobjcopy.cpp g++ -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -o z88dk-zobjcopy zobjcopy.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.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 rxk_inst.o rxk_inst.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o r4k_inst.o r4k_inst.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o i8085_inst.o i8085_inst.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o z80n_inst.o z80n_inst.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o gbz80_inst.o gbz80_inst.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o r800_inst.o r800_inst.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o z180_inst.o z180_inst.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o zilog_inst.o zilog_inst.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o ez80_inst.o ez80_inst.c ccache gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -c -o kc160_inst.o kc160_inst.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:1641:13: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] 1641 | 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 syms.c: In function 'read_symbol_file': syms.c:149:51: warning: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 149 | utstring_printf(temp, "%s_%.*s", sym->name, strlen(argv[7])-1 /* don't include trailing comma */, argv[7]); | ~~^~ ~~~~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} syms.c:202:47: warning: field precision specifier '.*' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 202 | utstring_printf(temp, "%s_%.*s", sym->name, strlen(argv[7])-1 /* don't include trailing comma */, argv[7]); | ~~^~ ~~~~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} 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 rxk_inst.o r4k_inst.o i8085_inst.o z80n_inst.o gbz80_inst.o r800_inst.o z180_inst.o zilog_inst.o ez80_inst.o kc160_inst.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 -lpthread 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 `pkg-config --cflags libxml-2.0` -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 `pkg-config --cflags libxml-2.0` z80svg.o `pkg-config --libs libxml-2.0` 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 shortcall.c -o shortcall.opt.tmp1 diff -w shortcall.opt.tmp2 results/shortcall.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_2238_accum.c -o Issue_2238_accum.opt.tmp1 diff -w Issue_2238_accum.opt.tmp2 results/Issue_2238_accum.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_2222_false_dowhile.c -o Issue_2222_false_dowhile.opt.tmp1 diff -w Issue_2222_false_dowhile.opt.tmp2 results/Issue_2222_false_dowhile.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_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_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 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 constant_cast_to_union_ptr.c -o constant_cast_to_union_ptr.opt.tmp1 diff -w constant_cast_to_union_ptr.opt.tmp2 results/constant_cast_to_union_ptr.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_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_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_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_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 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 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_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 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_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_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 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_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 const_cast_to_pointer.c -o const_cast_to_pointer.opt.tmp1 diff -w const_cast_to_pointer.opt.tmp2 results/const_cast_to_pointer.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_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_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 pointer_arith.c -o pointer_arith.opt.tmp1 diff -w pointer_arith.opt.tmp2 results/pointer_arith.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 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_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 paramsoffset.c -o paramsoffset.opt.tmp1 diff -w paramsoffset.opt.tmp2 results/paramsoffset.opt zcc +test -vn -a initialise_to_zero.c -o initialise_to_zero.opt.tmp1 diff -w initialise_to_zero.opt.tmp2 results/initialise_to_zero.opt zcc +test -vn -a Issue_2390_member_access.c -o Issue_2390_member_access.opt.tmp1 diff -w Issue_2390_member_access.opt.tmp2 results/Issue_2390_member_access.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_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_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_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 -vn -a Issue_2234_ternary.c -o Issue_2234_ternary.opt.tmp1 diff -w Issue_2234_ternary.opt.tmp2 results/Issue_2234_ternary.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_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 -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_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_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_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_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_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_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 -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 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 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_2148_complement.c -o Issue_2148_complement.opt.tmp1 diff -w Issue_2148_complement.opt.tmp2 results/Issue_2148_complement.opt zcc +test -vn -a Issue_1144_designated_init.c -o Issue_1144_designated_init.opt.tmp1 diff -w Issue_1144_designated_init.opt.tmp2 results/Issue_1144_designated_init.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_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_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 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 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_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_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 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_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_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_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 -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_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_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_2150_init_const_ptr.c -o Issue_2150_init_const_ptr.opt.tmp1 diff -w Issue_2150_init_const_ptr.opt.tmp2 results/Issue_2150_init_const_ptr.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_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_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_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_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_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_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_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_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 offsetof.c -o offsetof.opt.tmp1 diff -w offsetof.opt.tmp2 results/offsetof.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 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 -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_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_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_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_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_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 fastcall.c -o fastcall.opt.tmp1 diff -w fastcall.opt.tmp2 results/fastcall.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_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_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_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_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 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_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_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 l_gint_const.c -o l_gint_const.opt.tmp1 diff -w l_gint_const.opt.tmp2 results/l_gint_const.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 interrupt.c -o interrupt.opt.tmp1 diff -w interrupt.opt.tmp2 results/interrupt.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 -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' gfx/x11/XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] gfx/x11/XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] gfx/x11/XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] gfx/x11/XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] gfx/x11/XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] gfx/x11/XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] gfx/x11/XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] gfx/x11/XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] gfx/x11/XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] gfx/x11/XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] gfx/x11/XSetStandardProperties.c:28:13: warning: Converting type: char * _Xsmallfont* to char * font [-Wincompatible-pointer-types] stdio/zsock/fopen_zsock.c:47:28: warning: Assigning 'ptr', type: unsigned char uint8_t* ptr from char * [-Wincompatible-pointer-types] --- Building z80 crt Library --- NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/z80/z80 -I.. -mz80 @crt0_z80.lst NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/ixiy/ixiy -I.. -IXIY -D__SDCC_IX @crt0_z80.lst NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/8080/8080 -I.. -DCPU_8080 -m8080 @crt0_8080.lst NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/8085/8085 -I.. -DCPU_8085 -m8085 @crt0_8085.lst NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/r2ka/r2ka -I.. -mr2ka @crt0_r2ka.lst NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/gbz80/gbz80 -I.. -DCPU_GBZ80 -mgbz80 @crt0_gbz80.lst NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/z180/z180 -I.. -mz180 @crt0_z180.lst NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/ez80_z80/ez80 -I.. -mez80_z80 -DEZ80 @crt0_ez80.lst NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/z80n/z80n -I.. -mz80n @crt0_z80n.lst NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/r4k/r4k -I.. -mr4k @crt0_r2ka.lst NEWLIB_ROOT=../_DEVELOPMENT/ z88dk-z80asm -Oobj/kc160/kc160 -I.. -mkc160 @crt0_kc160.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 ez80_z80 crt Library --- make[1]: Nothing to be done for 'all'. TYPE=ez80_z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mez80_z80 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//ez80_z80_crt0 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//ez80_z80.lst --- Building z180 crt Library --- 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_crt0 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//z180.lst --- Building ixiy crt Library --- 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 8080 crt Library --- 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 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 z80n crt Library --- 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 gbz80 crt Library --- 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 r2ka crt Library --- make[1]: Nothing to be done for 'all'. TYPE=r2ka z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2ka -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//r2ka_crt0 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//rabbit.lst --- Building r4k crt Library --- make[1]: Nothing to be done for 'all'. TYPE=r4k z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr4k -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//r4k_crt0 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//rabbit.lst --- Building kc160 crt Library --- make[1]: Nothing to be done for 'all'. TYPE=kc160 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mkc160 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//kc160_crt0 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//z80.lst --- Building Z80 math48 Library --- TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80 -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_ixiy -IXIY @math48.lst TYPE=z80n z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80n -x/home/build/z88dk/build/z88dk/libsrc//math48_z80n @math48.lst TYPE=r2ka z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2ka -x/home/build/z88dk/build/z88dk/libsrc//math48_r2ka @math48.lst TYPE=r4k z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr4k -x/home/build/z88dk/build/z88dk/libsrc//math48_r4k @math48.lst TYPE=z180 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz180 -x/home/build/z88dk/build/z88dk/libsrc//math48_z180 @math48.lst TYPE=ez80_z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mez80_z80 -x/home/build/z88dk/build/z88dk/libsrc//math48_ez80_z80 @math48.lst TYPE=kc160 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mkc160 -x/home/build/z88dk/build/z88dk/libsrc//math48_kc160 @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_ixiy @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 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=ez80_z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mez80_z80 -x/home/build/z88dk/build/z88dk/libsrc//genmath_ez80_z80 @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=z80n z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80n -x/home/build/z88dk/build/z88dk/libsrc//genmath_z80n @genmath.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_ixiy @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 TYPE=z80n z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80n -x/home/build/z88dk/build/z88dk/libsrc//mbf32_z80n @mbf32.lst TYPE=z180 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz180 -x/home/build/z88dk/build/z88dk/libsrc//mbf32_z180 @mbf32.lst TYPE=ez80_z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mez80_z80 -x/home/build/z88dk/build/z88dk/libsrc//mbf32_ez80_z80 @mbf32.lst TYPE=r2ka z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2ka -x/home/build/z88dk/build/z88dk/libsrc//mbf32_r2ka @mbf32.lst TYPE=r4k z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr4k -x/home/build/z88dk/build/z88dk/libsrc//mbf32_r4k @mbf32.lst TYPE=kc160 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mkc160 -x/home/build/z88dk/build/z88dk/libsrc//mbf32_kc160 @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_ixiy @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 TYPE=z80n z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80n -x/home/build/z88dk/build/z88dk/libsrc//math16_z80n @math16.lst TYPE=z180 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz180 -x/home/build/z88dk/build/z88dk/libsrc//math16_z180 @math16.lst TYPE=ez80_z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mez80_z80 -x/home/build/z88dk/build/z88dk/libsrc//math16_ez80_z80 @math16.lst TYPE=r2ka z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2ka -x/home/build/z88dk/build/z88dk/libsrc//math16_r2ka @math16.lst TYPE=r4k z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr4k -x/home/build/z88dk/build/z88dk/libsrc//math16_r4k @math16.lst TYPE=kc160 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mkc160 -x/home/build/z88dk/build/z88dk/libsrc//math16_kc160 @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 TYPE=z80n z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80n -x/home/build/z88dk/build/z88dk/libsrc//math32_z80n @math32.lst TYPE=z180 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz180 -x/home/build/z88dk/build/z88dk/libsrc//math32_z180 @math32.lst TYPE=ez80_z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mez80_z80 -x/home/build/z88dk/build/z88dk/libsrc//math32_ez80_z80 @math32.lst TYPE=r2ka z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2ka -x/home/build/z88dk/build/z88dk/libsrc//math32_r2ka @math32.lst TYPE=r4k z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr4k -x/home/build/z88dk/build/z88dk/libsrc//math32_r4k @math32.lst TYPE=kc160 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mkc160 -x/home/build/z88dk/build/z88dk/libsrc//math32_kc160 @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 TYPE=z80n z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80n -x/home/build/z88dk/build/z88dk/libsrc//daimath32_z80n @daimath32.lst TYPE=z180 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz180 -x/home/build/z88dk/build/z88dk/libsrc//daimath32_z180 @daimath32.lst TYPE=r2ka z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2ka -x/home/build/z88dk/build/z88dk/libsrc//daimath32_r2ka @daimath32.lst TYPE=r4k z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr4k -x/home/build/z88dk/build/z88dk/libsrc//daimath32_r4k @daimath32.lst TYPE=kc160 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mkc160 -x/home/build/z88dk/build/z88dk/libsrc//daimath32_kc160 @daimath32.lst TYPE=ez80_z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mez80_z80 -x/home/build/z88dk/build/z88dk/libsrc//daimath32_ez80_z80 @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//../ -m8085 -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 -I/home/build/z88dk/build/z88dk/lib/config//../ -m* -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 +z80 Library --- TARGET=z80 TYPE=z80 z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORz80 -x/home/build/z88dk/build/z88dk/libsrc//z80_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/z80/z80.lst --- Building +z80 (ixiy) Library --- TARGET=z80 TYPE=ixiy z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DSTANDARDESCAPECHARS -DFORz80 -x/home/build/z88dk/build/z88dk/libsrc//ixiy_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/z80/z80.lst --- Building +z80 (8080) Library --- TARGET=z80 TYPE=8080 z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -DSTANDARDESCAPECHARS -DFORz80 -x/home/build/z88dk/build/z88dk/libsrc//8080_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/z80/808x.lst --- Building +z80 (8085) Library --- TARGET=z80 TYPE=8085 z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -m8085 -DSTANDARDESCAPECHARS -DFORz80 -x/home/build/z88dk/build/z88dk/libsrc//8085_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/z80/808x.lst --- Building +z80 (r2ka) Library --- TARGET=z80 TYPE=r2ka z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2ka -DSTANDARDESCAPECHARS -DFORz80 -x/home/build/z88dk/build/z88dk/libsrc//r2ka_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/z80/z80.lst --- Building +z80 (r4k) Library --- TARGET=z80 TYPE=r4k z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -mr4k -DSTANDARDESCAPECHARS -DFORz80 -x/home/build/z88dk/build/z88dk/libsrc//r4k_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/z80/z80.lst --- Building +z80 (kc160) Library --- TARGET=z80 TYPE=kc160 z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -mkc160 -DSTANDARDESCAPECHARS -DFORz80 -x/home/build/z88dk/build/z88dk/libsrc//kc160_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/z80/z80.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//../ -IXIY -x/home/build/z88dk/build/z88dk/libsrc//fastmath_ixiy.lib @fastmath.lst TYPE=z180 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz180 -x/home/build/z88dk/build/z88dk/libsrc//fastmath_z180.lib @fastmath.lst TYPE=z80n z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80n -x/home/build/z88dk/build/z88dk/libsrc//fastmath_z80n.lib @fastmath.lst TYPE=r2ka z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2ka -x/home/build/z88dk/build/z88dk/libsrc//fastmath_r2ka.lib @fastmath.lst TYPE=ez80_z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mez80_z80 -x/home/build/z88dk/build/z88dk/libsrc//fastmath_ez80_z80.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 --- # newlib and sccz80 + classic libraries z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//sp1-ts2068 @ts2068hr.lst z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//sp1-zx81hr -IXIY @zx81hr.lst # sdcc + classic library cp zx/sp1-zx.lib /home/build/z88dk/build/z88dk/libsrc/ --- Building TEK4010 graphics Library --- TARGET=tek TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80 -DFORtek -x/home/build/z88dk/build/z88dk/libsrc//gfxtek @/home/build/z88dk/build/z88dk/libsrc//../libsrc//video/tek401x/video_tek.lst --- Building ReGIS graphics Library --- TARGET=regis TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80 -DFORregis -x/home/build/z88dk/build/z88dk/libsrc//gfxregis @/home/build/z88dk/build/z88dk/libsrc//../libsrc//video/regis/video_regis.lst --- Building Altair8800 Library --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 Colecovision Library --- 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 Coleco Adam Library --- 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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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] putc_gsx.c:49:6: warning: Converting type: int chr* to const char * s [-Wincompatible-pointer-types] putc_gsx.c:49:6: warning: Converting type: int chr* to const char * s [-Wincompatible-pointer-types] 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 (IXIY)--- TARGET=cpm TYPE=ixiy DEVICE=nodevice z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//cpmixiy_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/cpm/cpm.lst --- Building CP/M Library (z180)--- TARGET=cpm TYPE=z180 DEVICE=nodevice z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz180 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//cpmz180_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/cpm/cpm.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 Heath/Zenith H19 graphics Library --- TARGET=h19 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORh19 -x/home/build/z88dk/build/z88dk/libsrc//gfxh19 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//video/h19/gfxh19.lst --- Building VIO graphics Library --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 Agon Light Library --- TARGET=agon TYPE=ez80_z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mez80_z80 -DFORagon -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//agon_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/agon/agon.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 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_cpm @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/alphatro/alphatro_cpm.lst --- Building Mattel Aquarius Library (& 80x72 GFX) --- Makefile:27: *** mixed implicit and normal rules: deprecated syntax 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 Mattel Aquarius Plus Graphics lib --- TARGET=aqplus TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORaqplus -x/home/build/z88dk/build/z88dk/libsrc//gfxaqplus @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/aquarius/gfxaqplus.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 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 TYPE=portable z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -x/home/build/z88dk/build/z88dk/libsrc//cpcz80_math @cpcmath.lst --- Building DAI Library --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 --- 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 Einstein 256 video Library --- TARGET=einstein256 TYPE=z80 DEVICE=nodevice z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFOReinstein256 -x/home/build/z88dk/build/z88dk/libsrc//einstein256 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/einstein/einstein256.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'. 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'. 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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 --- TYPE=mlambda z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORlambda -x/home/build/z88dk/build/z88dk/libsrc//mlambda.lib @zxm.lst TYPE=mlambdav1 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DLAMBDAV1 -IXIY -DFORzx81 -x/home/build/z88dk/build/z88dk/libsrc//mlambdav1.lib @zxm.lst TYPE=mlambdav3 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DLAMBDAV3 -IXIY -DFORlambda -x/home/build/z88dk/build/z88dk/libsrc//mlambdav3.lib @zxm.lst --- Building Lambda 8300 Tiny Maths Library --- TYPE=mlambda_tiny z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DTINYMODE -IXIY -DFORlambda -x/home/build/z88dk/build/z88dk/libsrc//mlambda_tiny.lib @zxm.lst TYPE=mlambdav1_tiny z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DLAMBDAV1 -DTINYMODE -IXIY -DFORzx81 -x/home/build/z88dk/build/z88dk/libsrc//mlambdav1_tiny.lib @zxm.lst TYPE=mlambdav3_tiny z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DLAMBDAV3 -DTINYMODE -IXIY -DFORlambda -x/home/build/z88dk/build/z88dk/libsrc//mlambdav3_tiny.lib @zxm.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 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 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 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 --- 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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. TARGET=m100 TYPE=8085 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 --- 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 Sanyo MBC-200 Library (CP/M) --- TARGET=mbc200 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORmbc200 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//mbc200.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/mbc200/mbc200.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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 MSX2 Library --- TARGET=msx2 TYPE=z80 DEVICE=nodevice z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORmsx2 -x/home/build/z88dk/build/z88dk/libsrc//msx2 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/msx/msx2.lst --- Building Memotech MTX Library --- 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 --- 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 --- 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 Nanos Library --- TARGET=nanos TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80 -DFORnanos -x/home/build/z88dk/build/z88dk/libsrc//nanos @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/nanos/nanos.lst --- Building Nabu Library --- TARGET=nabu TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORnabu -x/home/build/z88dk/build/z88dk/libsrc//nabu_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/nabu/nabu.lst --- Building Nabu CP/M Library --- make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=nabu TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORnabu -x/home/build/z88dk/build/z88dk/libsrc//nabu_cpm @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/nabu/nabu_cpm.lst --- Building Nabu Interrupt Library --- make[2]: Nothing to be done for 'all'. make[2]: Nothing to be done for 'all'. TARGET=nabu TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DSTANDARDESCAPECHARS -DFORnabu -x/home/build/z88dk/build/z88dk/libsrc//nabu_int @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/nabu/nabu_int.lst --- Building NASCOM Library (std and CP/M)--- 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 TARGET=nascom TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORnascom -DFORnascomcpm -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//nascomcpm @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/nascom/nascomcpm.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 --- 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 -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. #@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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 -IXIY -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 --- 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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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=r2ka 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 --- m4 -DCFG_ASM_DEF _DEVELOPMENT/target/rc2014/config_8085.m4 > _DEVELOPMENT/target/rc2014/config_rc2014-8085_private.inc m4 -DCFG_ASM_PUB _DEVELOPMENT/target/rc2014/config_8085.m4 > _DEVELOPMENT/target/rc2014/config_rc2014-8085_public.inc m4 -DCFG_C_DEF _DEVELOPMENT/target/rc2014/config_8085.m4 > _DEVELOPMENT/target/rc2014/config_rc2014-8085.h make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 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 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 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 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 --- 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 --- 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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 --- 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 --- invid.c:17:23: warning: Assigning 'p1', type: int * p1 from int [-Wincompatible-pointer-types] invid.c:17:33: warning: Assigning 'p2', type: int * p2 from int [-Wincompatible-pointer-types] monitor.c:24:22: warning: Assigning 'inbuf', type: char * inbuf from int [-Wincompatible-pointer-types] 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 --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80 -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 (z180) --- TARGET=test TYPE=z180 z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -mz180 -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//testz180_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/test/test.lst --- Building Test System Library (ez80_z80) --- TARGET=test TYPE=ez80_z80 z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -mez80_z80 -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//testez80_z80_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/test/test.lst --- Building Test System Library (Rabbit) --- TARGET=test TYPE=r2ka z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2ka -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 (Rabbit4k) --- TARGET=test TYPE=r4k z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -mr4k -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//testrcm4k_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/test/testrcm.lst --- Building Test System Library (8080) --- TARGET=test TYPE=8080 z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -m8080 -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 (gbz80) --- TARGET=test TYPE=gbz80 z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -mgbz80 -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//testgbz80_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/test/testgbz80.lst --- Building Test System Library (kc160) --- TARGET=test TYPE=kc160 z88dk-z80asm -I/home/build/z88dk/build/z88dk/lib/config//../ -mkc160 -DFORtest -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//testkc160_clib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/test/test.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=ti83p 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 Tim-011 Library --- TARGET=tim011 TYPE=z180 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz180 -DFORtim011 -x/home/build/z88dk/build/z88dk/libsrc//tim011.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/tim011/tim011.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 TRS 80 Model II GFX Libraries --- TARGET=trs80m2 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtrs80m2 -x/home/build/z88dk/build/z88dk/libsrc//gfxtrs80m2 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/trs80/gfxtrs80m2.lst --- Building TRS 80 Model 4 GFX Libraries --- TARGET=trs80m4 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORtrs80m4 -x/home/build/z88dk/build/z88dk/libsrc//gfxtrs80m4 @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/trs80/gfxtrs80m4.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 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 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 Timex TS2068 Maths Library --- TYPE=m2068 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORts2068 -x/home/build/z88dk/build/z88dk/libsrc//m2068.lib @zxm.lst --- 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 Visual 1050 Library (CP/M) --- TARGET=v1050 TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORv1050 -DSTANDARDESCAPECHARS -x/home/build/z88dk/build/z88dk/libsrc//v1050.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/v1050/v1050.lst --- Building Vector06c Library --- make -C ../../ gfx-portable make[3]: Nothing to be done for 'gfx-portable'. 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 Xerox 820 II Library --- TARGET=x820ii TYPE=z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORx820ii -x/home/build/z88dk/build/z88dk/libsrc//x820ii.lib @/home/build/z88dk/build/z88dk/libsrc//../libsrc//target/x820/x820ii.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=ixiy z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -x/home/build/z88dk/build/z88dk/libsrc//bbc_math_ixiy @z88math.lst TYPE=z80n z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz80n -x/home/build/z88dk/build/z88dk/libsrc//bbc_math_z80n @z88math.lst TYPE=z180 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mz180 -x/home/build/z88dk/build/z88dk/libsrc//bbc_math_z180 @z88math.lst TYPE=ez80_z80 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mez80_z80 -x/home/build/z88dk/build/z88dk/libsrc//bbc_math_ez80_z80 @z88math.lst TYPE=kc160 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mkc160 -x/home/build/z88dk/build/z88dk/libsrc//bbc_math_kc160 @z88math.lst TYPE=r2ka z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr2ka -x/home/build/z88dk/build/z88dk/libsrc//bbc_math_r2ka @z88math.lst TYPE=r4k z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -mr4k -x/home/build/z88dk/build/z88dk/libsrc//bbc_math_r4k @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 Maths Library --- TYPE=mzx z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DFORzx -x/home/build/z88dk/build/z88dk/libsrc//mzx.lib @zxm.lst --- Building ZX Spectrum Tiny Maths Library --- TYPE=mzx_tiny z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DTINYMODE -DFORzx -x/home/build/z88dk/build/z88dk/libsrc//mzx_tiny.lib @zxm.lst --- 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 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 --- TYPE=m81 z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -IXIY -DFORzx81 -x/home/build/z88dk/build/z88dk/libsrc//m81.lib @zxm.lst --- Building ZX 81 Tiny Maths Library --- TYPE=m81_tiny z88dk-z80asm -d -I/home/build/z88dk/build/z88dk/lib/config//../ -DTINYMODE -IXIY -DFORzx81 -x/home/build/z88dk/build/z88dk/libsrc//m81_tiny.lib @zxm.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-soft -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-soft -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-soft -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-soft -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-soft -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-soft -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-soft -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-soft -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-soft -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-soft -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-soft -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-soft -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-soft -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-soft -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_SDCC proto/stdlib.h > sdcc/stdlib.h m4 -Dm4_SDCC proto/libgen.h > sdcc/libgen.h m4 -Dm4_SDCC proto/string.h > sdcc/string.h m4 -Dm4_SDCC proto/ctype.h > sdcc/ctype.h m4 -Dm4_CLANG proto/stdlib.h > clang/stdlib.h m4 -Dm4_CLANG proto/libgen.h > clang/libgen.h m4 -Dm4_CLANG proto/string.h > clang/string.h m4 -Dm4_CLANG proto/ctype.h > clang/ctype.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 atari-mint build ######################################################################### make -C src/appmake PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/appmake' ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o newbrain.o newbrain.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mz.o mz.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o px.o px.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o x07.o x07.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpm2.o cpm2.c cpm2.c:43:95: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 43 | { 'a', "add-file", "Add additional files [hostfile:cpmfile] or [hostfile]", OPT_FUNCTION, (void *)c_add_file }, | ^ ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ace-tap.o ace-tap.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tixx.o tixx.c tixx.c: In function 'tixx_exec': tixx.c:193:17: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] 193 | strncpy(buf+i,trailer83,9); | ^~~~~~~~~ | | | const unsigned char * In file included from appmake.h:15, from tixx.c:38: /usr/m68k-atari-mint/sys-root/usr/include/string.h:62:16: note: expected 'const char *' but argument is of type 'const unsigned char *' 62 | __EXTERN char* strncpy __P ((char* __dest, | ^~~~~~~ tixx.c:193:3: warning: 'strncpy' output truncated before terminating nul copying 9 bytes from a string of the same length [-Wstringop-truncation] 193 | strncpy(buf+i,trailer83,9); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o svi.o svi.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rom.o rom.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o fp1100.o fp1100.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o homelab.o homelab.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpmdisk.o cpmdisk.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o newext.o newext.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sos.o sos.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o msxrom.o msxrom.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vector06c.o vector06c.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rex6000.o rex6000.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o x1.o x1.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o c7420.o c7420.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sc3000.o sc3000.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mgt.o mgt.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o noop.o noop.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o extract.o extract.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o nascom.o nascom.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -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 m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o enterprise.o enterprise.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o glue.o glue.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx81.o zx81.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mc.o mc.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sol20.o sol20.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o abc80.o abc80.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vg5k.o vg5k.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pc88.o pc88.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ti8xk.o ti8xk.c ti8xk.c: In function 'ti8xk_exec': ti8xk.c:547:9: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 547 | strncpy(outfile,binname,temp_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ti8xk.c:545:25: note: length computed here 545 | int temp_size = strlen(binname); | ^~~~~~~~~~~~~~~ ti8xk.c:770:9: warning: 'fp' may be used uninitialized in this function [-Wmaybe-uninitialized] 770 | fclose(fp); | ^~~~~~~~~~ ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -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 m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpc.o cpc.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o residos.o residos.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o adam.o adam.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o trs80.o trs80.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88elf.o z88elf.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ondra.o ondra.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ff.o ff.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -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 m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mtx.o mtx.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mamepp.o mamepp.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zxn.o zxn.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o spc1000.o spc1000.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z9001.o z9001.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o dai.o dai.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mameql.o mameql.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sms.o sms.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o p2000.o p2000.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o primo.o primo.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lviv.o lviv.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o nec.o nec.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o hex.o hex.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zxvgs.o zxvgs.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pc88disc.o pc88disc.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lz49.o lz49.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o multi8.o multi8.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o md5.o md5.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lynx.o lynx.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tvc.o tvc.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z1013.o z1013.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vz.o vz.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pasopia7.o pasopia7.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o aquarius.o aquarius.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx-util.o zx-util.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rk.o rk.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o m5.o m5.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o smc777.o smc777.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o gb.o gb.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx.o zx.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o kc.o kc.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o inject.o inject.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pmd85.o pmd85.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sorcerer.o sorcerer.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88.o z88.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mz2500.o mz2500.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -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 m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o c128.o c128.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88shell.o z88shell.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ../common/dirname.o ../common/dirname.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../common -o z88dk-appmake newbrain.o mz.o px.o x07.o cpm2.o ace-tap.o tixx.o svi.o rom.o fp1100.o homelab.o cpmdisk.o newext.o sos.o msxrom.o vector06c.o rex6000.o x1.o c7420.o sc3000.o mgt.o noop.o extract.o nascom.o msx.o enterprise.o glue.o zx81.o mc.o sol20.o abc80.o vg5k.o pc88.o ti8xk.o fat.o cpc.o residos.o adam.o trs80.o z88elf.o ondra.o ff.o galaksija.o mtx.o mamepp.o zxn.o spc1000.o z9001.o dai.o mameql.o sms.o p2000.o primo.o lviv.o nec.o hex.o zxvgs.o pc88disc.o lz49.o multi8.o md5.o lynx.o tvc.o z1013.o vz.o pasopia7.o aquarius.o zx-util.o rk.o m5.o smc777.o gb.o zx.o kc.o inject.o pmd85.o sorcerer.o z88.o mz2500.o appmake.o c128.o z88shell.o ../common/dirname.o -g -O2 -lgmp install z88dk-appmake /home/build/z88dk/mint/z88dk/bin/z88dk-appmake make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/appmake' make -C src/copt PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/copt' ccache m68k-atari-mint-gcc -c -o copt.o -O2 -fomit-frame-pointer -m68020-60 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. copt.c copt.c: In function 'subst_imp': copt.c:408:17: warning: 'var' may be used uninitialized in this function [-Wmaybe-uninitialized] 408 | sprintf(errormsg, "error: variable %c is not set in \"%s\"", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 409 | var+'0', start); | ~~~~~~~~~~~~~~~ ccache m68k-atari-mint-gcc -c -o regex/regcomp.o -O2 -fomit-frame-pointer -m68020-60 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regcomp.c ccache m68k-atari-mint-gcc -c -o regex/regerror.o -O2 -fomit-frame-pointer -m68020-60 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regerror.c ccache m68k-atari-mint-gcc -c -o regex/regexec.o -O2 -fomit-frame-pointer -m68020-60 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regexec.c ccache m68k-atari-mint-gcc -c -o regex/regfree.o -O2 -fomit-frame-pointer -m68020-60 -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regfree.c ccache m68k-atari-mint-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/mint/z88dk/bin/z88dk-copt make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/copt' make -C src/ucpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/ucpp' ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o mem.o mem.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o nhash.o nhash.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o cpp.o cpp.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o lexer.o lexer.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o assert.o assert.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o macro.o macro.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -DSTAND_ALONE -DUCPP_CONFIG -c -o eval.o eval.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -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/mint/z88dk/bin/z88dk-ucpp make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/ucpp' make -C src/sccz80 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/sccz80' ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o callfunc.o callfunc.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o cdbfile.o cdbfile.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o codegen.o codegen.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o const.o const.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o data.o data.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o declinit.o declinit.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o error.o error.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o expr.o expr.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o goto.o goto.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o io.o io.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o lex.o lex.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o main.o main.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o misc.o misc.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o plunge.o plunge.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o preproc.o preproc.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o primary.o primary.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o stmt.o stmt.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o sym.o sym.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o while.o while.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o declparse.o declparse.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o ../common/option.o ../common/option.c ccache m68k-atari-mint-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/mint/z88dk/bin/z88dk-sccz80 make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/sccz80' make -C src/z80asm PREFIX=`pwd` PREFIX_SHARE=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/z80asm' ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/libfile.o src/c/libfile.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/reloc_code.o src/c/reloc_code.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -mlong-jump-table-offsets -O0 -c -o src/c/parse1.o src/c/parse1.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/expr1.o src/c/expr1.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/symtab1.o src/c/symtab1.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/dbg.o src/c/dbg.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/opcodes.o src/c/opcodes.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/common.o src/c/common.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/list.o src/c/list.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/modlink.o src/c/modlink.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/class.o src/c/class.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/z80pass.o src/c/z80pass.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/directives.o src/c/directives.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/strhash.o src/c/strhash.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/str.o src/c/str.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/minunit.o src/c/minunit.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/codearea.o src/c/codearea.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/scan1.o src/c/scan1.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/array.o src/c/array.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/cpu_rules_action.o src/c/cpu_rules_action.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/zobjfile.o src/c/zobjfile.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/module1.o src/c/module1.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/sym.o src/c/sym.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/alloc.o src/c/alloc.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o src/c/z80asm.o src/c/z80asm.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o ../common/die.o ../common/die.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o ../common/strutil.o ../common/strutil.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o ../common/z80asm_defs.o ../common/z80asm_defs.c ../common/z80asm_defs.c: In function 'init_cpus': ../common/z80asm_defs.c:79:25: warning: unused variable 'name' [-Wunused-variable] 79 | const char* name = cpu_lu[i].name; | ^~~~ ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o ../common/fileutil.o ../common/fileutil.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o ../common/objfile.o ../common/objfile.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o ../common/zutils.o ../common/zutils.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o ../common/optparse.o ../common/optparse.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o ../../ext/regex/regfree.o ../../ext/regex/regfree.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o ../../ext/regex/regcomp.o ../../ext/regex/regcomp.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o ../../ext/regex/regexec.o ../../ext/regex/regexec.c ccache m68k-atari-mint-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -O2 -fomit-frame-pointer -m68020-60 -c -o ../../ext/regex/regerror.o ../../ext/regex/regerror.c m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/args.o src/cpp/args.cpp m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/utils.o src/cpp/utils.cpp m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/errors.o src/cpp/errors.cpp m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/preproc.o src/cpp/preproc.cpp m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/lstfile.o src/cpp/lstfile.cpp m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/float.o src/cpp/float.cpp m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/scan.o src/cpp/scan.cpp m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/main.o src/cpp/main.cpp m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/defines.o src/cpp/defines.cpp m68k-atari-mint-g++ -o z88dk-z80asm src/c/libfile.o src/c/reloc_code.o src/c/parse1.o src/c/expr1.o src/c/symtab1.o src/c/dbg.o src/c/opcodes.o src/c/common.o src/c/list.o src/c/modlink.o src/c/class.o src/c/z80pass.o src/c/directives.o src/c/strhash.o src/c/str.o src/c/minunit.o src/c/codearea.o src/c/scan1.o src/c/array.o src/c/cpu_rules_action.o src/c/zobjfile.o src/c/module1.o src/c/sym.o src/c/alloc.o src/c/z80asm.o ../common/die.o ../common/strutil.o ../common/z80asm_defs.o ../common/fileutil.o ../common/objfile.o ../common/zutils.o ../common/option.o ../common/dirname.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/args.o src/cpp/utils.o src/cpp/errors.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/float.o src/cpp/scan.o src/cpp/main.o src/cpp/defines.o -g -O2 install z88dk-z80asm /home/build/z88dk/mint/z88dk/bin/z88dk-z80asm install z88dk-z80asm /home/build/z88dk/mint/z88dk/bin/z80asm install asmpp.pl /home/build/z88dk/mint/z88dk/bin/z88dk-asmpp install asmstyle.pl /home/build/z88dk/mint/z88dk/bin/z88dk-asmstyle make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/z80asm' make -C src/zcc PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/zcc' ccache m68k-atari-mint-gcc -c -o zcc.o -O2 -fomit-frame-pointer -m68020-60 -DLOCAL_REGEXP -Wall -pedantic -g -MMD -I. -I../copt -I../common -I../../ext/uthash/src zcc.c zcc.c:1951:5: warning: 'copy_defc_file' defined but not used [-Wunused-function] 1951 | int copy_defc_file(char *name1, char *ext1, char *name2, char *ext2) | ^~~~~~~~~~~~~~ ccache m68k-atari-mint-gcc -o zcc -O2 -fomit-frame-pointer -m68020-60 -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/mint/z88dk/bin/ make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/zcc' make -C src/zpragma PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/zpragma' ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../../ext/optparse -I../../ext/regex -c -o zpragma.o zpragma.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -pedantic -I../../ext/optparse -I../../ext/regex -o z88dk-zpragma zpragma.o -g -O2 install z88dk-zpragma /home/build/z88dk/mint/z88dk/bin/z88dk-zpragma make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/zpragma' make -C src/zx7 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/zx7' ccache m68k-atari-mint-gcc -o z88dk-zx7 -g -O2 compress.c optimize.c zx7.c ccache m68k-atari-mint-gcc -o z88dk-dzx7 -g -O2 dzx7.c install z88dk-zx7 /home/build/z88dk/mint/z88dk/bin/z88dk-zx7 install z88dk-dzx7 /home/build/z88dk/mint/z88dk/bin/z88dk-dzx7 make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/zx7' make -C src/z80nm PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/z80nm' m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -c -o ar.o ar.cpp m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -o z88dk-z80nm ar.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/z80asm_defs.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o -g -O2 install z88dk-z80nm /home/build/z88dk/mint/z88dk/bin/z88dk-z80nm make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/z80nm' make -C src/zobjcopy PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/zobjcopy' m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -c -o zobjcopy.o zobjcopy.cpp m68k-atari-mint-g++ -O2 -fomit-frame-pointer -m68020-60 -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -o z88dk-zobjcopy zobjcopy.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.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/mint/z88dk/bin/z88dk-zobjcopy make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/zobjcopy' make -C src/ticks PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/ticks' ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o ticks.o ticks.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o rxk_inst.o rxk_inst.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o r4k_inst.o r4k_inst.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o i8085_inst.o i8085_inst.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o z80n_inst.o z80n_inst.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o gbz80_inst.o gbz80_inst.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o r800_inst.o r800_inst.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o z180_inst.o z180_inst.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o zilog_inst.o zilog_inst.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o ez80_inst.o ez80_inst.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o kc160_inst.o kc160_inst.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o cpu.o cpu.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o backend.o backend.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o hook_cpm.o hook_cpm.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o hook_console.o hook_console.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o hook_io.o hook_io.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o hook_misc.o hook_misc.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o hook.o hook.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o debugger.o debugger.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o breakpoints.o breakpoints.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o profiler.o profiler.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o exp_engine.o exp_engine.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o debugger_ticks.o debugger_ticks.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o linenoise.o linenoise.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o utf8.o utf8.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o syms.o syms.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o disassembler_alg.o disassembler_alg.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o memory.o memory.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o am9511.o am9511.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o acia.o acia.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o hook_rc2014.o hook_rc2014.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o debug.o debug.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o srcfile.o srcfile.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o lex.yy.o lex.yy.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o expressions.tab.o expressions.tab.c ccache m68k-atari-mint-gcc -o z88dk-ticks -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD ticks.o rxk_inst.o r4k_inst.o i8085_inst.o z80n_inst.o gbz80_inst.o r800_inst.o z180_inst.o zilog_inst.o ez80_inst.o kc160_inst.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 m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD -c -o disassembler_main.o disassembler_main.c ccache m68k-atari-mint-gcc -o z88dk-dis -O2 -fomit-frame-pointer -m68020-60 -I../../ext/uthash/src/ -g -MMD disassembler_main.o syms.o disassembler_alg.o debug.o exp_engine.o backend.o install z88dk-ticks /home/build/z88dk/mint/z88dk/bin/z88dk-ticks install z88dk-dis /home/build/z88dk/mint/z88dk/bin/z88dk-dis make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/ticks' make -C support/graphics PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/support/graphics' ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 `pkg-config --define-prefix --cflags libxml-2.0` -c -o z80svg.o z80svg.c ccache m68k-atari-mint-gcc -o z88dk-z80svg -O2 -fomit-frame-pointer -m68020-60 `pkg-config --define-prefix --cflags libxml-2.0` z80svg.o `pkg-config --define-prefix --libs libxml-2.0` install z88dk-z80svg /home/build/z88dk/mint/z88dk/bin/z88dk-z80svg make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/support/graphics' make -C support/pv1000 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/support/pv1000' ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o font2pv1000.o font2pv1000.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-font2pv1000 font2pv1000.o -g -O2 install z88dk-font2pv1000 /home/build/z88dk/mint/z88dk/bin/z88dk-font2pv1000 make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/support/pv1000' make -C support/basck PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/support/basck' ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -c -o basck.o basck.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-basck basck.o -g -O2 install z88dk-basck /home/build/z88dk/mint/z88dk/bin/z88dk-basck make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/support/basck' make -C src/z88dk-lib PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/z88dk-lib' ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -c -o z88dk-lib.o z88dk-lib.c ccache m68k-atari-mint-gcc -o z88dk-lib -g -O2 z88dk-lib.o install z88dk-lib /home/build/z88dk/mint/z88dk/bin/z88dk-lib make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/z88dk-lib' make -C src/zx0 PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/zx0' ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -c -o compress.o compress.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -c -o optimize.o optimize.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -c -o zx0.o zx0.c ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -c -o memory.o memory.c ccache m68k-atari-mint-gcc -o z88dk-zx0 -g -O2 compress.o optimize.o zx0.o memory.o ccache m68k-atari-mint-gcc -O2 -fomit-frame-pointer -m68020-60 -c -o dzx0.o dzx0.c ccache m68k-atari-mint-gcc -o z88dk-dzx0 -g -O2 dzx0.o install z88dk-zx0 /home/build/z88dk/mint/z88dk/bin/z88dk-zx0 install z88dk-dzx0 /home/build/z88dk/mint/z88dk/bin/z88dk-dzx0 make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/zx0' make -C src/appmake clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/appmake' rm -f z88dk-appmake zxn.o abc80.o sms.o primo.o rom.o zx-util.o lz49.o gb.o c128.o ace-tap.o ff.o nascom.o newext.o residos.o mc.o multi8.o kc.o ondra.o z88shell.o md5.o mamepp.o spc1000.o pasopia7.o mameql.o lviv.o hex.o sorcerer.o extract.o appmake.o z88.o sos.o tixx.o homelab.o mgt.o nec.o pc88disc.o ti8xk.o fat.o adam.o enterprise.o mtx.o z9001.o dai.o svi.o lynx.o z1013.o mz2500.o zx.o trs80.o pc88.o cpmdisk.o tvc.o x07.o zx81.o noop.o msx.o sc3000.o aquarius.o m5.o p2000.o msxrom.o px.o newbrain.o zxvgs.o vz.o rk.o glue.o cpm2.o vg5k.o mz.o z88elf.o inject.o vector06c.o x1.o c7420.o smc777.o fp1100.o cpc.o sol20.o rex6000.o galaksija.o pmd85.o ../common/dirname.o rm -f zxn.o abc80.o sms.o primo.o rom.o zx-util.o lz49.o gb.o c128.o ace-tap.o ff.o nascom.o newext.o residos.o mc.o multi8.o kc.o ondra.o z88shell.o md5.o mamepp.o spc1000.o pasopia7.o mameql.o lviv.o hex.o sorcerer.o extract.o appmake.o z88.o sos.o tixx.o homelab.o mgt.o nec.o pc88disc.o ti8xk.o fat.o adam.o enterprise.o mtx.o z9001.o dai.o svi.o lynx.o z1013.o mz2500.o zx.o trs80.o pc88.o cpmdisk.o tvc.o x07.o zx81.o noop.o msx.o sc3000.o aquarius.o m5.o p2000.o msxrom.o px.o newbrain.o zxvgs.o vz.o rk.o glue.o cpm2.o vg5k.o mz.o z88elf.o inject.o vector06c.o x1.o c7420.o smc777.o fp1100.o cpc.o sol20.o rex6000.o galaksija.o pmd85.o ../common/dirname.o zxn.d abc80.d sms.d primo.d rom.d zx-util.d lz49.d gb.d c128.d ace-tap.d ff.d nascom.d newext.d residos.d mc.d multi8.d kc.d ondra.d z88shell.d md5.d mamepp.d spc1000.d pasopia7.d mameql.d lviv.d hex.d sorcerer.d extract.d appmake.d z88.d sos.d tixx.d homelab.d mgt.d nec.d pc88disc.d ti8xk.d fat.d adam.d enterprise.d mtx.d z9001.d dai.d svi.d lynx.d z1013.d mz2500.d zx.d trs80.d pc88.d cpmdisk.d tvc.d x07.d zx81.d noop.d msx.d sc3000.d aquarius.d m5.d p2000.d msxrom.d px.d newbrain.d zxvgs.d vz.d rk.d glue.d cpm2.d vg5k.d mz.d z88elf.d inject.d vector06c.d x1.d c7420.d smc777.d fp1100.d cpc.d sol20.d rex6000.d galaksija.d pmd85.d ../common/dirname.d make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/appmake' make -C src/common clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/common' rm -f t/test die.o strutil.o z80asm_defs.o fileutil.o option.o zutils.o objfile.o dirname.o optparse.o t/t_types.o t/t_die.o t/test.o t/t_fileutil.o t/t_strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/Unity/src/unity.o die.d strutil.d z80asm_defs.d fileutil.d option.d zutils.d objfile.d dirname.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/mint/z88dk/src/common' make -C src/copt clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/copt' rm -f z88dk-copt copt.o core regex/*.o rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/copt' make -C src/sccz80 clean make[1]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/src/sccz80' make -C src/ticks clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/ticks' rm -f z88dk-ticks ticks.o rxk_inst.o r4k_inst.o i8085_inst.o z80n_inst.o gbz80_inst.o r800_inst.o z180_inst.o zilog_inst.o ez80_inst.o kc160_inst.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 rxk_inst.d r4k_inst.d i8085_inst.d z80n_inst.d gbz80_inst.d r800_inst.d z180_inst.d zilog_inst.d ez80_inst.d kc160_inst.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/mint/z88dk/src/ticks' make -C src/ucpp clean make[1]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/src/ucpp' make -C src/z80asm clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/z80asm' make -C dev/z80asm_lib clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/src/z80asm/dev/z80asm_lib' rm -f z88dk-z80asm.lib sub_hl_de.o sbc_hl_bc.o adc_hl_de.o sub_hl_sp.o adc_hl_sp.o add_bc_a.o cpi.o lddr.o add_hl_a.o rl_bc.o daa.o cpir.o rld.o ldd.o add_de_a.o call_iy.o cpdr.o rl_de.o call_hl.o ex_sp_hl.o rrd.o ldir.o cpd.o rl_hl.o sbc_hl_hl.o rr_bc.o sub_hl_bc.o adc_hl_hl.o sbc_hl_de.o adc_hl_bc.o rr_hl.o sbc_hl_sp.o call_ix.o ldi.o sra_bc.o rr_de.o sub_hl_hl.o add_sp_s.o sra_de.o sra_hl.o sub_hl_de.lis sbc_hl_bc.lis adc_hl_de.lis sub_hl_sp.lis adc_hl_sp.lis add_bc_a.lis cpi.lis lddr.lis add_hl_a.lis rl_bc.lis daa.lis cpir.lis rld.lis ldd.lis add_de_a.lis call_iy.lis cpdr.lis rl_de.lis call_hl.lis ex_sp_hl.lis rrd.lis ldir.lis cpd.lis rl_hl.lis sbc_hl_hl.lis rr_bc.lis sub_hl_bc.lis adc_hl_hl.lis sbc_hl_de.lis adc_hl_bc.lis rr_hl.lis sbc_hl_sp.lis call_ix.lis ldi.lis sra_bc.lis rr_de.lis sub_hl_hl.lis add_sp_s.lis sra_de.lis sra_hl.lis test.asm test.o test.bin z88dk-z80asm *.bak make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/src/z80asm/dev/z80asm_lib' rm -f z88dk-z80asm.lib find . -type f '(' -name '*.core' -o -name '*.o' -o -name '*.d' \ -o -name '*.out' -o -name '*.orig' -o -name '*.exe' \ -o -name '*.tmp' -o -name '*.bak' -o -name '*.log' \ -o -name '*~' ')' -exec rm -f {} '+' rm -f -rf Debug Release x1 x2 x3 rm -f src/c/libfile.o src/c/opcodes.o src/c/reloc_code.o src/c/parse1.o src/c/expr1.o src/c/symtab1.o src/c/dbg.o src/c/common.o src/c/list.o src/c/directives.o src/c/module1.o src/c/modlink.o src/c/class.o src/c/z80pass.o src/c/strhash.o src/c/z80asm.o src/c/str.o src/c/minunit.o src/c/array.o src/c/scan1.o src/c/alloc.o src/c/cpu_rules_action.o src/c/zobjfile.o src/c/codearea.o src/c/sym.o ../common/die.o ../common/strutil.o ../common/z80asm_defs.o ../common/fileutil.o ../common/option.o ../common/zutils.o ../common/objfile.o ../common/dirname.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/args.o src/cpp/utils.o src/cpp/errors.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/float.o src/cpp/scan.o src/cpp/main.o src/cpp/defines.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/libfile.d src/c/opcodes.d src/c/reloc_code.d src/c/parse1.d src/c/expr1.d src/c/symtab1.d src/c/dbg.d src/c/common.d src/c/list.d src/c/directives.d src/c/module1.d src/c/modlink.d src/c/class.d src/c/z80pass.d src/c/strhash.d src/c/z80asm.d src/c/str.d src/c/minunit.d src/c/array.d src/c/scan1.d src/c/alloc.d src/c/cpu_rules_action.d src/c/zobjfile.d src/c/codearea.d src/c/sym.d ../common/die.d ../common/strutil.d ../common/z80asm_defs.d ../common/fileutil.d ../common/option.d ../common/zutils.d ../common/objfile.d ../common/dirname.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d src/cpp/args.d src/cpp/utils.d src/cpp/errors.d src/cpp/preproc.d src/cpp/lstfile.d src/cpp/float.d src/cpp/scan.d src/cpp/main.d src/cpp/defines.d make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/z80asm' make -C src/z80nm clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/z80nm' rm -f z88dk-z80nm ar.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/z80asm_defs.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o rm -f ar.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/z80asm_defs.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 ../common/z80asm_defs.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d *.bak t/*.bak core make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/z80nm' make -C src/z88dk-lib clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/z88dk-lib' rm -f z88dk-lib z88dk-lib.o core rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/z88dk-lib' make -C src/zcc clean make[1]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/src/zcc' make -C src/zobjcopy clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/zobjcopy' rm -f z88dk-zobjcopy zobjcopy.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o rm -f zobjcopy.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o zobjcopy.d ../common/zutils.d ../common/die.d ../common/objfile.d ../common/fileutil.d ../common/strutil.d ../common/optparse.d ../common/z80asm_defs.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d *.bak t/*.bak core make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/zobjcopy' make -C src/zpragma clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/zpragma' rm -f z88dk-zpragma zpragma.o rm -f zpragma.o zpragma.d make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/zpragma' make -C src/zx7 clean make[1]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/src/zx7' make -C src/zx0 clean make[1]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/src/zx0' make -C examples clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/examples' make -C console clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/console' Makefile:78: warning: overriding recipe for target 'clean' ../../support/multitarget_build/Makefile:249: warning: ignoring old recipe for target 'clean' rm -f -fr bin make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/console' make -C ticalc clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/ticalc' rm -f build/*.8xp build/*.bin build/*.8xk build/*.82p build/*.83p build/*.85s build/*.86p make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/ticalc' make -C ace clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/ace' rm -f *.bin *.i *.asm *.tap *.op* *.o *~ zcc_opt.def *.reloc make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/ace' make -C cpm clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/examples/cpm' make -C embedded clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/embedded' rm -f *.bin *.i *.lib *.op* *.o *~ zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/embedded' make -C msx clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/examples/msx' make -C osca clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/osca' rm -f *.bin *.i *.asm *.tap *.op* *.o *~ zcc_opt.def *.exe *.EXE make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/osca' make -C rex clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/rex' rm -f -f *.rex *.bin *.reloc zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/rex' make -C sam clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/examples/sam' make -C sms clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/sms' rm -f *.bin *.i *.lib *.op* *.o *~ zcc_opt.def *.sms *.map *.ram make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/sms' make -C sos clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/examples/sos' make -C spectrum clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/spectrum' rm -f *.bin *.i *.asm *.scr *.tap *.op* *.o *~ zcc_opt.def *.reloc make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/spectrum' make -C vz clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/examples/vz' make -C z88 clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/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/mint/z88dk/examples/z88/app' make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/z88' make -C zxvgs clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/zxvgs' rm -f *.bin *.i *.asm *.op* *.o *~ zcc_opt.def *.V00 make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/zxvgs' make -C pacman clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/examples/pacman' make -C rcmx000 clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/examples/rcmx000' make -C g800 clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/examples/g800' make -C gb clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/gb' rm -f -f *.bin *.gb zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/gb' make -C c128 clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/c128' rm -f -f *.bin *.T64 zcc_opt.def make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/c128' make -C nabu clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/nabu' rm -f *.obj *.sym *.map *.o* *.bin zcc_opt.def *.reloc *.NABU make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/nabu' make -C sound clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/sound' make -C arkos clean make[3]: Entering directory '/home/build/z88dk/mint/z88dk/examples/sound/arkos' make[3]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/sound/arkos' make -C wyz clean make[3]: Entering directory '/home/build/z88dk/mint/z88dk/examples/sound/wyz' make[3]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/sound/wyz' make -C vt2 clean make[3]: Entering directory '/home/build/z88dk/mint/z88dk/examples/sound/vt2' make[3]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/sound/vt2' make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/sound' make -C ticalc/multi_page_flash_app clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/examples/ticalc/multi_page_flash_app' rm -f *.bin *.map *.8xk make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/examples/ticalc/multi_page_flash_app' make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/examples' make -C support clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/support' make -C basck clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/support/basck' make -C debugger clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/support/debugger' make -C graphics clean make[2]: Entering directory '/home/build/z88dk/mint/z88dk/support/graphics' rm -f z88dk-z80svg z80svg.o getopt/*.o core rm -f -rf Debug Release make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/support/graphics' make -C pv1000 clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/support/pv1000' make -C rcmx000 clean make[2]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/support/rcmx000' make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/support' make -C test clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/test' make[2]: Entering directory '/home/build/z88dk/mint/z88dk/test/suites' make[3]: Entering directory '/home/build/z88dk/mint/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 strncmp.o main.o strrstr.o strrev.o strncat.o strlcpy.o strlcat.o stricmp.o strchr.o strcmp.o zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/mint/z88dk/test/suites/string' make[3]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/test/suites/ctype' make[3]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/test/suites/stdio' make[3]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/test/suites/stdlib' make[3]: Entering directory '/home/build/z88dk/mint/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 ../../framework/test.o fixmath.o zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/mint/z88dk/test/suites/math' make[3]: Entering directory '/home/build/z88dk/mint/z88dk/test/suites/md5' 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 md5sum.o zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/mint/z88dk/test/suites/md5' make[3]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/test/suites/regex' make[3]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/test/suites/sccz80' make[3]: Entering directory '/home/build/z88dk/mint/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/mint/z88dk/test/suites/zx' make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/test/suites' make[2]: Entering directory '/home/build/z88dk/mint/z88dk/test/feature' make[2]: Leaving directory '/home/build/z88dk/mint/z88dk/test/feature' make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/test' make -C testsuite clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/testsuite' rm -f -f paramsoffset.opt initialise_to_zero.opt Issue_1266_ranges.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_452_struct.opt Issue_1062_array_init.opt Issue_896_nested_struct_initialisation.opt sizeof_w_str_concat.opt Issue_1144_designated_init.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_2238_accum.opt Issue_1466_float16_addition.opt Issue_1167_range_check.opt shortcall.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_1302_enum_usage.opt fastcall.opt Issue_1016_long_const_compare.opt Issue_103_floating_addition.opt Issue_452_unsigned.opt Issue_615_loop.opt Issue_1102_struct_trailing_comma.opt Issue_1283_2d_arrays.opt Issue_569_init_from_2d_array.opt Issue_489_variable_defn_in_forloop.opt Issue_615_if.opt constant_cast_to_union_ptr.opt Issue_497_astroforce_compile.opt Issue_1540_String_init.opt Issue_1662_static_ptrs.opt Issue_490_long_extension.opt Issue_564_casting.opt Issue_509_long_constant.opt Issue_1805_signed_cost_char_le.opt Issue_2390_member_access.opt Issue_491_enums.opt Issue_2234_ternary.opt Issue_490_ptr_arithmetic.opt Far_Pointer_Call_ieee.opt Issue_490_repeated_extern_decls.opt Issue_480_asmfunc.opt mathops_ieee.opt Issue_1167_sizeof.opt Issue_2148_complement.opt Issue_1016_double_const_compare.opt Issue_600_fastcall.opt Issue_715__double_subtraction.opt Issue_1133_bitfields.opt Issue_1141_Namespaces.opt Issue_1132_struct_parameter.opt Issue_2150_init_const_ptr.opt Issue_701_compound_scope.opt Issue_1260_com.opt Issue_98_Stack_offset.opt Issue_452_far_pointers.opt Issue_507_unnamed_structs.opt Issue_543_complement.opt offsetof.opt Issue_1623_stdcbench_issues.opt Issue_1656_integral_arith.opt Issue_254_KR_Specifiers.opt Issue_1466_float16_compare.opt Issue_608_Arrays.opt Issue_510_mult_minus1.opt Issue_485_sdccdecl.opt Issue_452_pointers.opt Issue_615_while_loop.opt Issue_1466_float16.opt Issue_574_fastcall_offset.opt Issue_510_long_and.opt l_gint_const.opt interrupt.opt Issue_1409_offset_pointer_initialisation.opt Issue_569_jagged_array.opt Issue_2222_false_dowhile.opt Issue_1126_opt_rule.opt Issue_419_Extern_Prototypes_In_Function.opt Issue_1361_const.opt Issue_499_typedef_initialisation.opt Issue_1007_Fix_FP_Constant_Multiplication.opt const_cast_to_pointer.opt castup_to_long.opt Issue_1466_float16_callee.opt Far_Pointer_Call.opt Issue_98_check_int.opt Issue_103_double_prepost.opt Issue_98_underlying.opt Issue_1015_break_with_loop_variable.opt Issue_452_arrays.opt Issue_1103_fastcall_fnptr.opt pointer_arith.opt Issue_985_ptr_cast.opt Issue_26_casting.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/mint/z88dk/testsuite' make -C src/z88dk-lib clean make[1]: Entering directory '/home/build/z88dk/mint/z88dk/src/z88dk-lib' rm -f z88dk-lib z88dk-lib.o core rm -f -rf Debug Release make[1]: Leaving directory '/home/build/z88dk/mint/z88dk/src/z88dk-lib' rm -f -r /home/build/z88dk/mint/z88dk/src/sdcc-build #if [ -d bin ]; then find bin -type f -exec rm -f {} ';' ; fi cp: cannot stat 'bin/mint/*': No such file or directory ######################################################################### Building mint kit ######################################################################### ######################################################################### 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 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 px.o px.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 cpm2.o cpm2.c cpm2.c:43:95: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 43 | { '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 ace-tap.o ace-tap.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tixx.o tixx.c tixx.c: In function 'tixx_exec': tixx.c:193:17: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] 193 | strncpy(buf+i,trailer83,9); | ^~~~~~~~~ | | | const unsigned char * In file included from appmake.h:15, from tixx.c:38: /usr/share/mingw-w64/include/string.h:89:9: note: expected 'const char * restrict' but argument is of type 'const unsigned char *' 89 | char *strncpy(char * __restrict__ _Dest,const char * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; | ^~~~~~~ tixx.c:193:3: warning: 'strncpy' output truncated before terminating nul copying 9 bytes from a string of the same length [-Wstringop-truncation] 193 | strncpy(buf+i,trailer83,9); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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 rom.o rom.c 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 homelab.o homelab.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 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 msxrom.o msxrom.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 rex6000.o rex6000.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 c7420.o c7420.c 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 mgt.o mgt.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 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 enterprise.o enterprise.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 zx81.o zx81.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 sol20.o sol20.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 vg5k.o vg5k.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 ti8xk.o ti8xk.c ti8xk.c: In function 'ti8xk_exec': ti8xk.c:547:9: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 547 | strncpy(outfile,binname,temp_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ti8xk.c:545:25: note: length computed here 545 | int temp_size = strlen(binname); | ^~~~~~~~~~~~~~~ ti8xk.c:770:9: warning: 'fp' may be used uninitialized in this function [-Wmaybe-uninitialized] 770 | fclose(fp); | ^~~~~~~~~~ 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 cpc.o cpc.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 trs80.o trs80.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 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 mtx.o mtx.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 zxn.o zxn.c 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 sms.o sms.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 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 nec.o nec.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 multi8.o multi8.c ccache x86_64-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o md5.o md5.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 aquarius.o aquarius.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 m5.o m5.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 gb.o gb.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 kc.o kc.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 sorcerer.o sorcerer.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 mz2500.o mz2500.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 c128.o c128.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 ../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 newbrain.o mz.o px.o x07.o cpm2.o ace-tap.o tixx.o svi.o rom.o fp1100.o homelab.o cpmdisk.o newext.o sos.o msxrom.o vector06c.o rex6000.o x1.o c7420.o sc3000.o mgt.o noop.o extract.o nascom.o msx.o enterprise.o glue.o zx81.o mc.o sol20.o abc80.o vg5k.o pc88.o ti8xk.o fat.o cpc.o residos.o adam.o trs80.o z88elf.o ondra.o ff.o galaksija.o mtx.o mamepp.o zxn.o spc1000.o z9001.o dai.o mameql.o sms.o p2000.o primo.o lviv.o nec.o hex.o zxvgs.o pc88disc.o lz49.o multi8.o md5.o lynx.o tvc.o z1013.o vz.o pasopia7.o aquarius.o zx-util.o rk.o m5.o smc777.o gb.o zx.o kc.o inject.o pmd85.o sorcerer.o z88.o mz2500.o appmake.o c128.o z88shell.o ../common/dirname.o -static -lgmp 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 copt.c: In function 'subst_imp': copt.c:408:17: warning: 'var' may be used uninitialized in this function [-Wmaybe-uninitialized] 408 | sprintf(errormsg, "error: variable %c is not set in \"%s\"", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 409 | var+'0', start); | ~~~~~~~~~~~~~~~ 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 -static 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/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 -static 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:1151:38: warning: unknown conversion type character 'L' in format [-Wformat=] 1151 | snprintf(buf, sizeof(buf), "%Lf", lval->const_val); | ^ const.c:1151:36: warning: too many arguments for format [-Wformat-extra-args] 1151 | 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 -static -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 -I../common -Isrc/c -It -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 x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -O0 -c -o src/c/parse1.o src/c/parse1.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 In file included from src/c/alloc.h:18, from src/c/str.h:14, from src/c/str.c:12: src/c/str.c: In function 'Str_new_': src/c/dbg.h:35:9: warning: unknown conversion type character 'z' in format [-Wformat=] 35 | warn("[" type "] (%s:%d" STRERROR_FORMAT_ ") " message "\n", \ | ^~~ src/c/dbg.h:18:43: note: in definition of macro 'warn' 18 | #define warn(message,...) fprintf(stderr, message, ##__VA_ARGS__) | ^~~~~~~ src/c/dbg.h:41:31: note: in expansion of macro 'log_' 41 | #define log_err(message, ...) log_("ERROR", message, ##__VA_ARGS__) | ^~~~ src/c/dbg.h:49:6: note: in expansion of macro 'log_err' 49 | log_err(message, ##__VA_ARGS__); \ | ^~~~~~~ src/c/str.c:36:2: note: in expansion of macro 'check' 36 | check(size > 1, "size=%zd", size); | ^~~~~ src/c/str.c:36:25: note: format string is defined here 36 | check(size > 1, "size=%zd", size); | ^ In file included from src/c/alloc.h:18, from src/c/str.h:14, from src/c/str.c:12: src/c/dbg.h:35:9: warning: too many arguments for format [-Wformat-extra-args] 35 | warn("[" type "] (%s:%d" STRERROR_FORMAT_ ") " message "\n", \ | ^~~ src/c/dbg.h:18:43: note: in definition of macro 'warn' 18 | #define warn(message,...) fprintf(stderr, message, ##__VA_ARGS__) | ^~~~~~~ src/c/dbg.h:41:31: note: in expansion of macro 'log_' 41 | #define log_err(message, ...) log_("ERROR", message, ##__VA_ARGS__) | ^~~~ src/c/dbg.h:49:6: note: in expansion of macro 'log_err' 49 | log_err(message, ##__VA_ARGS__); \ | ^~~~~~~ src/c/str.c:36:2: note: in expansion of macro 'check' 36 | check(size > 1, "size=%zd", size); | ^~~~~ src/c/dbg.h:35:9: warning: unknown conversion type character 'z' in format [-Wformat=] 35 | warn("[" type "] (%s:%d" STRERROR_FORMAT_ ") " message "\n", \ | ^~~ src/c/dbg.h:18:43: note: in definition of macro 'warn' 18 | #define warn(message,...) fprintf(stderr, message, ##__VA_ARGS__) | ^~~~~~~ src/c/dbg.h:41:31: note: in expansion of macro 'log_' 41 | #define log_err(message, ...) log_("ERROR", message, ##__VA_ARGS__) | ^~~~ src/c/dbg.h:49:6: note: in expansion of macro 'log_err' 49 | log_err(message, ##__VA_ARGS__); \ | ^~~~~~~ src/c/str.c:36:2: note: in expansion of macro 'check' 36 | check(size > 1, "size=%zd", size); | ^~~~~ src/c/str.c:36:25: note: format string is defined here 36 | check(size > 1, "size=%zd", size); | ^ In file included from src/c/alloc.h:18, from src/c/str.h:14, from src/c/str.c:12: src/c/dbg.h:35:9: warning: too many arguments for format [-Wformat-extra-args] 35 | warn("[" type "] (%s:%d" STRERROR_FORMAT_ ") " message "\n", \ | ^~~ src/c/dbg.h:18:43: note: in definition of macro 'warn' 18 | #define warn(message,...) fprintf(stderr, message, ##__VA_ARGS__) | ^~~~~~~ src/c/dbg.h:41:31: note: in expansion of macro 'log_' 41 | #define log_err(message, ...) log_("ERROR", message, ##__VA_ARGS__) | ^~~~ src/c/dbg.h:49:6: note: in expansion of macro 'log_err' 49 | log_err(message, ##__VA_ARGS__); \ | ^~~~~~~ src/c/str.c:36:2: note: in expansion of macro 'check' 36 | check(size > 1, "size=%zd", size); | ^~~~~ ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/scan1.o src/c/scan1.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/cpu_rules_action.o src/c/cpu_rules_action.c ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/z80asm_defs.o ../common/z80asm_defs.c ../common/z80asm_defs.c: In function 'init_cpus': ../common/z80asm_defs.c:79:25: warning: unused variable 'name' [-Wunused-variable] 79 | const char* name = cpu_lu[i].name; | ^~~~ ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -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 -I../common -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 -I../common -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 -I../common -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 -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/lstfile.o src/cpp/lstfile.cpp x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -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 -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/scan.o src/cpp/scan.cpp x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/main.o src/cpp/main.cpp x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/defines.o src/cpp/defines.cpp ccache x86_64-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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/parse1.o src/c/expr1.o src/c/symtab1.o src/c/dbg.o src/c/opcodes.o src/c/common.o src/c/list.o src/c/modlink.o src/c/class.o src/c/z80pass.o src/c/directives.o src/c/strhash.o src/c/str.o src/c/minunit.o src/c/codearea.o src/c/scan1.o src/c/array.o src/c/cpu_rules_action.o src/c/zobjfile.o src/c/module1.o src/c/sym.o src/c/alloc.o src/c/z80asm.o ../common/die.o ../common/strutil.o ../common/z80asm_defs.o ../common/fileutil.o ../common/objfile.o ../common/zutils.o ../common/option.o ../common/dirname.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/args.o src/cpp/utils.o src/cpp/errors.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/float.o src/cpp/scan.o src/cpp/main.o src/cpp/defines.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/time.o -static -lstdc++fs 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:1951:5: warning: 'copy_defc_file' defined but not used [-Wunused-function] 1951 | 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 -static 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 -static compress.c optimize.c zx7.c ccache x86_64-w64-mingw32-gcc -o z88dk-dzx7.exe -static 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' x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -I../../ext/getopt -c -o ar.o ar.cpp ar.cpp: In function 'int main(int, char**)': ar.cpp:35:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | while ((opt = getopt(argc, argv, "leca")) != -1) { | ^~~~~~ ccache x86_64-w64-mingw32-gcc -g -O2 -std=gnu11 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -std=gnu11 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -c -o ../../ext/getopt/getopt.o ../../ext/getopt/getopt.c x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -I../../ext/getopt -o z88dk-z80nm.exe ar.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/z80asm_defs.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 -static 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' x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -I../../ext/UNIXem/include -c -o zobjcopy.o zobjcopy.cpp x86_64-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -I../../ext/UNIXem/include -o z88dk-zobjcopy.exe zobjcopy.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.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 -static 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 rxk_inst.o rxk_inst.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o r4k_inst.o r4k_inst.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o i8085_inst.o i8085_inst.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o z80n_inst.o z80n_inst.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o gbz80_inst.o gbz80_inst.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o r800_inst.o r800_inst.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o z180_inst.o z180_inst.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o zilog_inst.o zilog_inst.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o ez80_inst.o ez80_inst.c ccache x86_64-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o kc160_inst.o kc160_inst.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 rxk_inst.o r4k_inst.o i8085_inst.o z80n_inst.o gbz80_inst.o r800_inst.o z180_inst.o zilog_inst.o ez80_inst.o kc160_inst.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 -lpthread -lws2_32 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 `pkg-config --define-prefix --cflags libxml-2.0` -c -o z80svg.o z80svg.c ccache x86_64-w64-mingw32-gcc -o z88dk-z80svg.exe -g -O2 `pkg-config --define-prefix --cflags libxml-2.0` z80svg.o `pkg-config --define-prefix --libs libxml-2.0` 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 -static 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 -static 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 -static 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 -static 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 -static 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 zxn.o abc80.o sms.o primo.o rom.o pasopia7.o zx-util.o lz49.o gb.o c128.o ace-tap.o ff.o nascom.o newext.o residos.o mc.o multi8.o kc.o ondra.o z88shell.o md5.o mamepp.o spc1000.o mameql.o lviv.o hex.o sorcerer.o extract.o appmake.o z88.o sos.o tixx.o homelab.o mgt.o nec.o pc88disc.o ti8xk.o fat.o adam.o enterprise.o mtx.o z9001.o dai.o svi.o lynx.o z1013.o mz2500.o zx.o trs80.o pc88.o cpmdisk.o tvc.o x07.o zx81.o noop.o msx.o sc3000.o aquarius.o m5.o p2000.o msxrom.o px.o newbrain.o zxvgs.o vz.o rk.o glue.o cpm2.o vg5k.o fp1100.o mz.o z88elf.o inject.o vector06c.o x1.o c7420.o smc777.o cpc.o sol20.o rex6000.o galaksija.o pmd85.o ../common/dirname.o rm -f zxn.o abc80.o sms.o primo.o rom.o pasopia7.o zx-util.o lz49.o gb.o c128.o ace-tap.o ff.o nascom.o newext.o residos.o mc.o multi8.o kc.o ondra.o z88shell.o md5.o mamepp.o spc1000.o mameql.o lviv.o hex.o sorcerer.o extract.o appmake.o z88.o sos.o tixx.o homelab.o mgt.o nec.o pc88disc.o ti8xk.o fat.o adam.o enterprise.o mtx.o z9001.o dai.o svi.o lynx.o z1013.o mz2500.o zx.o trs80.o pc88.o cpmdisk.o tvc.o x07.o zx81.o noop.o msx.o sc3000.o aquarius.o m5.o p2000.o msxrom.o px.o newbrain.o zxvgs.o vz.o rk.o glue.o cpm2.o vg5k.o fp1100.o mz.o z88elf.o inject.o vector06c.o x1.o c7420.o smc777.o cpc.o sol20.o rex6000.o galaksija.o pmd85.o ../common/dirname.o zxn.d abc80.d sms.d primo.d rom.d pasopia7.d zx-util.d lz49.d gb.d c128.d ace-tap.d ff.d nascom.d newext.d residos.d mc.d multi8.d kc.d ondra.d z88shell.d md5.d mamepp.d spc1000.d mameql.d lviv.d hex.d sorcerer.d extract.d appmake.d z88.d sos.d tixx.d homelab.d mgt.d nec.d pc88disc.d ti8xk.d fat.d adam.d enterprise.d mtx.d z9001.d dai.d svi.d lynx.d z1013.d mz2500.d zx.d trs80.d pc88.d cpmdisk.d tvc.d x07.d zx81.d noop.d msx.d sc3000.d aquarius.d m5.d p2000.d msxrom.d px.d newbrain.d zxvgs.d vz.d rk.d glue.d cpm2.d vg5k.d fp1100.d mz.d z88elf.d inject.d vector06c.d x1.d c7420.d smc777.d cpc.d sol20.d rex6000.d galaksija.d pmd85.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 die.o strutil.o z80asm_defs.o fileutil.o option.o zutils.o objfile.o dirname.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 die.d strutil.d z80asm_defs.d fileutil.d option.d zutils.d objfile.d dirname.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/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 rxk_inst.o r4k_inst.o i8085_inst.o z80n_inst.o gbz80_inst.o r800_inst.o z180_inst.o zilog_inst.o ez80_inst.o kc160_inst.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 rxk_inst.d r4k_inst.d i8085_inst.d z80n_inst.d gbz80_inst.d r800_inst.d z180_inst.d zilog_inst.d ez80_inst.d kc160_inst.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.lib sub_hl_de.o sbc_hl_bc.o adc_hl_de.o sub_hl_sp.o adc_hl_sp.o add_bc_a.o cpi.o lddr.o add_hl_a.o rl_bc.o daa.o cpir.o rld.o ldd.o add_de_a.o call_iy.o cpdr.o rl_de.o call_hl.o ex_sp_hl.o rrd.o ldir.o cpd.o rl_hl.o sbc_hl_hl.o rr_bc.o sub_hl_bc.o adc_hl_hl.o sbc_hl_de.o adc_hl_bc.o rr_hl.o sbc_hl_sp.o call_ix.o ldi.o sra_bc.o rr_de.o sub_hl_hl.o add_sp_s.o sra_de.o sra_hl.o sub_hl_de.lis sbc_hl_bc.lis adc_hl_de.lis sub_hl_sp.lis adc_hl_sp.lis add_bc_a.lis cpi.lis lddr.lis add_hl_a.lis rl_bc.lis daa.lis cpir.lis rld.lis ldd.lis add_de_a.lis call_iy.lis cpdr.lis rl_de.lis call_hl.lis ex_sp_hl.lis rrd.lis ldir.lis cpd.lis rl_hl.lis sbc_hl_hl.lis rr_bc.lis sub_hl_bc.lis adc_hl_hl.lis sbc_hl_de.lis adc_hl_bc.lis rr_hl.lis sbc_hl_sp.lis call_ix.lis ldi.lis sra_bc.lis rr_de.lis sub_hl_hl.lis add_sp_s.lis sra_de.lis sra_hl.lis test.asm test.o test.bin z88dk-z80asm *.bak make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm/dev/z80asm_lib' rm -f z88dk-z80asm.lib find . -type f '(' -name '*.core' -o -name '*.o' -o -name '*.d' \ -o -name '*.out' -o -name '*.orig' -o -name '*.exe' \ -o -name '*.tmp' -o -name '*.bak' -o -name '*.log' \ -o -name '*~' ')' -exec rm -f {} '+' rm -f -rf Debug Release x1 x2 x3 rm -f src/c/libfile.o src/c/opcodes.o src/c/reloc_code.o src/c/parse1.o src/c/expr1.o src/c/symtab1.o src/c/dbg.o src/c/common.o src/c/list.o src/c/directives.o src/c/module1.o src/c/modlink.o src/c/class.o src/c/z80pass.o src/c/strhash.o src/c/z80asm.o src/c/str.o src/c/minunit.o src/c/array.o src/c/scan1.o src/c/alloc.o src/c/cpu_rules_action.o src/c/zobjfile.o src/c/codearea.o src/c/sym.o ../common/die.o ../common/strutil.o ../common/z80asm_defs.o ../common/fileutil.o ../common/option.o ../common/zutils.o ../common/objfile.o ../common/dirname.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/args.o src/cpp/utils.o src/cpp/errors.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/float.o src/cpp/scan.o src/cpp/main.o src/cpp/defines.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/libfile.d src/c/opcodes.d src/c/reloc_code.d src/c/parse1.d src/c/expr1.d src/c/symtab1.d src/c/dbg.d src/c/common.d src/c/list.d src/c/directives.d src/c/module1.d src/c/modlink.d src/c/class.d src/c/z80pass.d src/c/strhash.d src/c/z80asm.d src/c/str.d src/c/minunit.d src/c/array.d src/c/scan1.d src/c/alloc.d src/c/cpu_rules_action.d src/c/zobjfile.d src/c/codearea.d src/c/sym.d ../common/die.d ../common/strutil.d ../common/z80asm_defs.d ../common/fileutil.d ../common/option.d ../common/zutils.d ../common/objfile.d ../common/dirname.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d src/cpp/args.d src/cpp/utils.d src/cpp/errors.d src/cpp/preproc.d src/cpp/lstfile.d src/cpp/float.d src/cpp/scan.d src/cpp/main.d src/cpp/defines.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 ../common/z80asm_defs.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 rm -f ar.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/z80asm_defs.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 ../common/z80asm_defs.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d *.bak t/*.bak core 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/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.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/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.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/zutils.d ../common/die.d ../common/objfile.d ../common/fileutil.d ../common/strutil.d ../common/optparse.d ../common/z80asm_defs.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d *.bak t/*.bak core 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' Makefile:78: warning: overriding recipe for target 'clean' ../../support/multitarget_build/Makefile:249: warning: ignoring old recipe for target 'clean' rm -f -fr bin make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/console' make -C ticalc clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/ticalc' rm -f build/*.8xp build/*.bin build/*.8xk build/*.82p build/*.83p build/*.85s build/*.86p make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/ticalc' 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 -C nabu clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/nabu' rm -f *.obj *.sym *.map *.o* *.bin zcc_opt.def *.reloc *.NABU make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/nabu' make -C sound clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/sound' make -C arkos clean make[3]: Entering directory '/home/build/z88dk/win32/z88dk/examples/sound/arkos' make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/sound/arkos' make -C wyz clean make[3]: Entering directory '/home/build/z88dk/win32/z88dk/examples/sound/wyz' make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/sound/wyz' make -C vt2 clean make[3]: Entering directory '/home/build/z88dk/win32/z88dk/examples/sound/vt2' make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/sound/vt2' make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/sound' make -C ticalc/multi_page_flash_app clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/ticalc/multi_page_flash_app' rm -f *.bin *.map *.8xk make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/ticalc/multi_page_flash_app' 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 strncmp.o main.o strrstr.o strrev.o strncat.o strlcpy.o strlcat.o stricmp.o strchr.o strcmp.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 ../../framework/test.o fixmath.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/md5' 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 md5sum.o zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/md5' 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 paramsoffset.opt initialise_to_zero.opt Issue_1266_ranges.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_452_struct.opt Issue_1062_array_init.opt Issue_896_nested_struct_initialisation.opt sizeof_w_str_concat.opt Issue_1144_designated_init.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_2238_accum.opt Issue_1466_float16_addition.opt Issue_1167_range_check.opt shortcall.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_1302_enum_usage.opt fastcall.opt Issue_1016_long_const_compare.opt Issue_103_floating_addition.opt Issue_452_unsigned.opt Issue_615_loop.opt Issue_1102_struct_trailing_comma.opt Issue_1283_2d_arrays.opt Issue_569_init_from_2d_array.opt Issue_489_variable_defn_in_forloop.opt Issue_615_if.opt constant_cast_to_union_ptr.opt Issue_497_astroforce_compile.opt Issue_1540_String_init.opt Issue_1662_static_ptrs.opt Issue_490_long_extension.opt Issue_564_casting.opt Issue_509_long_constant.opt Issue_1805_signed_cost_char_le.opt Issue_2390_member_access.opt Issue_491_enums.opt Issue_2234_ternary.opt Issue_490_ptr_arithmetic.opt Far_Pointer_Call_ieee.opt Issue_490_repeated_extern_decls.opt Issue_480_asmfunc.opt mathops_ieee.opt Issue_1167_sizeof.opt Issue_2148_complement.opt Issue_1016_double_const_compare.opt Issue_600_fastcall.opt Issue_715__double_subtraction.opt Issue_1133_bitfields.opt Issue_1141_Namespaces.opt Issue_1132_struct_parameter.opt Issue_2150_init_const_ptr.opt Issue_701_compound_scope.opt Issue_1260_com.opt Issue_98_Stack_offset.opt Issue_452_far_pointers.opt Issue_507_unnamed_structs.opt Issue_543_complement.opt offsetof.opt Issue_1623_stdcbench_issues.opt Issue_1656_integral_arith.opt Issue_254_KR_Specifiers.opt Issue_1466_float16_compare.opt Issue_608_Arrays.opt Issue_510_mult_minus1.opt Issue_485_sdccdecl.opt Issue_452_pointers.opt Issue_615_while_loop.opt Issue_1466_float16.opt Issue_574_fastcall_offset.opt Issue_510_long_and.opt l_gint_const.opt interrupt.opt Issue_1409_offset_pointer_initialisation.opt Issue_569_jagged_array.opt Issue_2222_false_dowhile.opt Issue_1126_opt_rule.opt Issue_419_Extern_Prototypes_In_Function.opt Issue_1361_const.opt Issue_499_typedef_initialisation.opt Issue_1007_Fix_FP_Constant_Multiplication.opt const_cast_to_pointer.opt castup_to_long.opt Issue_1466_float16_callee.opt Far_Pointer_Call.opt Issue_98_check_int.opt Issue_103_double_prepost.opt Issue_98_underlying.opt Issue_1015_break_with_loop_variable.opt Issue_452_arrays.opt Issue_1103_fastcall_fnptr.opt pointer_arith.opt Issue_985_ptr_cast.opt Issue_26_casting.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 mz.o mz.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 kc.o kc.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 cpm2.o cpm2.c cpm2.c:43:95: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] 43 | { '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 ace-tap.o ace-tap.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tixx.o tixx.c tixx.c: In function 'tixx_exec': tixx.c:193:17: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] 193 | strncpy(buf+i,trailer83,9); | ^~~~~~~~~ | | | const unsigned char * In file included from appmake.h:15, from tixx.c:38: /usr/share/mingw-w64/include/string.h:89:9: note: expected 'const char * restrict' but argument is of type 'const unsigned char *' 89 | char *strncpy(char * __restrict__ _Dest,const char * __restrict__ _Source,size_t _Count) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; | ^~~~~~~ tixx.c:193:3: warning: 'strncpy' output truncated before terminating nul copying 9 bytes from a string of the same length [-Wstringop-truncation] 193 | strncpy(buf+i,trailer83,9); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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 rom.o rom.c 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 homelab.o homelab.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 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 msxrom.o msxrom.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 rex6000.o rex6000.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 c7420.o c7420.c 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 mgt.o mgt.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 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 enterprise.o enterprise.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 zx81.o zx81.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 sol20.o sol20.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 vg5k.o vg5k.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 ti8xk.o ti8xk.c ti8xk.c: In function 'ti8xk_exec': ti8xk.c:547:9: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 547 | strncpy(outfile,binname,temp_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ti8xk.c:545:25: note: length computed here 545 | int temp_size = strlen(binname); | ^~~~~~~~~~~~~~~ ti8xk.c:770:9: warning: 'fp' may be used uninitialized in this function [-Wmaybe-uninitialized] 770 | fclose(fp); | ^~~~~~~~~~ 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 cpc.o cpc.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 trs80.o trs80.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 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 mtx.o mtx.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 zxn.o zxn.c 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 sms.o sms.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 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 nec.o nec.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 multi8.o multi8.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -c -o md5.o md5.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 aquarius.o aquarius.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 m5.o m5.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 gb.o gb.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 c128.o c128.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 sorcerer.o sorcerer.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 mz2500.o mz2500.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 z88shell.o z88shell.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 ../common/dirname.o ../common/dirname.c ccache i686-w64-mingw32-gcc -g -O2 -Wall -std=gnu11 -MMD -pedantic -I../common -o z88dk-appmake.exe mz.o px.o kc.o x07.o cpm2.o ace-tap.o tixx.o svi.o rom.o fp1100.o homelab.o cpmdisk.o newext.o sos.o msxrom.o vector06c.o rex6000.o x1.o c7420.o sc3000.o mgt.o noop.o extract.o nascom.o msx.o enterprise.o glue.o zx81.o mc.o sol20.o abc80.o vg5k.o pc88.o ti8xk.o fat.o cpc.o residos.o adam.o trs80.o z88elf.o ondra.o ff.o galaksija.o mtx.o mamepp.o zxn.o spc1000.o z9001.o dai.o mameql.o sms.o p2000.o primo.o lviv.o nec.o hex.o zxvgs.o pc88disc.o lz49.o multi8.o md5.o lynx.o tvc.o z1013.o vz.o pasopia7.o aquarius.o zx-util.o rk.o m5.o smc777.o gb.o zx.o c128.o inject.o pmd85.o sorcerer.o z88.o mz2500.o appmake.o z88shell.o newbrain.o ../common/dirname.o -static -lgmp 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 copt.c: In function 'subst_imp': copt.c:408:17: warning: 'var' may be used uninitialized in this function [-Wmaybe-uninitialized] 408 | sprintf(errormsg, "error: variable %c is not set in \"%s\"", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 409 | var+'0', start); | ~~~~~~~~~~~~~~~ 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 -static 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/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 -static 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:1151:38: warning: unknown conversion type character 'L' in format [-Wformat=] 1151 | snprintf(buf, sizeof(buf), "%Lf", lval->const_val); | ^ const.c:1151:36: warning: too many arguments for format [-Wformat-extra-args] 1151 | 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 -static -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -O0 -c -o src/c/parse1.o src/c/parse1.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 In file included from src/c/alloc.h:18, from src/c/str.h:14, from src/c/str.c:12: src/c/str.c: In function 'Str_new_': src/c/dbg.h:35:9: warning: unknown conversion type character 'z' in format [-Wformat=] 35 | warn("[" type "] (%s:%d" STRERROR_FORMAT_ ") " message "\n", \ | ^~~ src/c/dbg.h:18:43: note: in definition of macro 'warn' 18 | #define warn(message,...) fprintf(stderr, message, ##__VA_ARGS__) | ^~~~~~~ src/c/dbg.h:41:31: note: in expansion of macro 'log_' 41 | #define log_err(message, ...) log_("ERROR", message, ##__VA_ARGS__) | ^~~~ src/c/dbg.h:49:6: note: in expansion of macro 'log_err' 49 | log_err(message, ##__VA_ARGS__); \ | ^~~~~~~ src/c/str.c:36:2: note: in expansion of macro 'check' 36 | check(size > 1, "size=%zd", size); | ^~~~~ src/c/str.c:36:25: note: format string is defined here 36 | check(size > 1, "size=%zd", size); | ^ In file included from src/c/alloc.h:18, from src/c/str.h:14, from src/c/str.c:12: src/c/dbg.h:35:9: warning: too many arguments for format [-Wformat-extra-args] 35 | warn("[" type "] (%s:%d" STRERROR_FORMAT_ ") " message "\n", \ | ^~~ src/c/dbg.h:18:43: note: in definition of macro 'warn' 18 | #define warn(message,...) fprintf(stderr, message, ##__VA_ARGS__) | ^~~~~~~ src/c/dbg.h:41:31: note: in expansion of macro 'log_' 41 | #define log_err(message, ...) log_("ERROR", message, ##__VA_ARGS__) | ^~~~ src/c/dbg.h:49:6: note: in expansion of macro 'log_err' 49 | log_err(message, ##__VA_ARGS__); \ | ^~~~~~~ src/c/str.c:36:2: note: in expansion of macro 'check' 36 | check(size > 1, "size=%zd", size); | ^~~~~ src/c/dbg.h:35:9: warning: unknown conversion type character 'z' in format [-Wformat=] 35 | warn("[" type "] (%s:%d" STRERROR_FORMAT_ ") " message "\n", \ | ^~~ src/c/dbg.h:18:43: note: in definition of macro 'warn' 18 | #define warn(message,...) fprintf(stderr, message, ##__VA_ARGS__) | ^~~~~~~ src/c/dbg.h:41:31: note: in expansion of macro 'log_' 41 | #define log_err(message, ...) log_("ERROR", message, ##__VA_ARGS__) | ^~~~ src/c/dbg.h:49:6: note: in expansion of macro 'log_err' 49 | log_err(message, ##__VA_ARGS__); \ | ^~~~~~~ src/c/str.c:36:2: note: in expansion of macro 'check' 36 | check(size > 1, "size=%zd", size); | ^~~~~ src/c/str.c:36:25: note: format string is defined here 36 | check(size > 1, "size=%zd", size); | ^ In file included from src/c/alloc.h:18, from src/c/str.h:14, from src/c/str.c:12: src/c/dbg.h:35:9: warning: too many arguments for format [-Wformat-extra-args] 35 | warn("[" type "] (%s:%d" STRERROR_FORMAT_ ") " message "\n", \ | ^~~ src/c/dbg.h:18:43: note: in definition of macro 'warn' 18 | #define warn(message,...) fprintf(stderr, message, ##__VA_ARGS__) | ^~~~~~~ src/c/dbg.h:41:31: note: in expansion of macro 'log_' 41 | #define log_err(message, ...) log_("ERROR", message, ##__VA_ARGS__) | ^~~~ src/c/dbg.h:49:6: note: in expansion of macro 'log_err' 49 | log_err(message, ##__VA_ARGS__); \ | ^~~~~~~ src/c/str.c:36:2: note: in expansion of macro 'check' 36 | check(size > 1, "size=%zd", size); | ^~~~~ ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/scan1.o src/c/scan1.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o src/c/cpu_rules_action.o src/c/cpu_rules_action.c ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -I../../ext/UNIXem/include -g -O2 -c -o ../common/z80asm_defs.o ../common/z80asm_defs.c ../common/z80asm_defs.c: In function 'init_cpus': ../common/z80asm_defs.c:79:25: warning: unused variable 'name' [-Wunused-variable] 79 | const char* name = cpu_lu[i].name; | ^~~~ ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -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 -I../common -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 -I../common -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 -I../common -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 -I../common -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 -I../common -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 -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/scan.o src/cpp/scan.cpp i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/main.o src/cpp/main.cpp i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/defines.o src/cpp/defines.cpp ccache i686-w64-mingw32-gcc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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 -I../common -Isrc/c -It -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/parse1.o src/c/expr1.o src/c/symtab1.o src/c/dbg.o src/c/opcodes.o src/c/common.o src/c/list.o src/c/modlink.o src/c/class.o src/c/z80pass.o src/c/directives.o src/c/strhash.o src/c/str.o src/c/minunit.o src/c/codearea.o src/c/scan1.o src/c/array.o src/c/cpu_rules_action.o src/c/zobjfile.o src/c/module1.o src/c/sym.o src/c/alloc.o src/c/z80asm.o ../common/die.o ../common/strutil.o ../common/z80asm_defs.o ../common/fileutil.o ../common/objfile.o ../common/zutils.o ../common/option.o ../common/dirname.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/args.o src/cpp/utils.o src/cpp/errors.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/float.o src/cpp/scan.o src/cpp/main.o src/cpp/defines.o ../../ext/UNIXem/src/glob.o ../../ext/UNIXem/src/dirent.o ../../ext/UNIXem/src/time.o -static -lstdc++fs 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:1951:5: warning: 'copy_defc_file' defined but not used [-Wunused-function] 1951 | 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 -static 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 -static compress.c optimize.c zx7.c ccache i686-w64-mingw32-gcc -o z88dk-dzx7.exe -static 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' i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -I../../ext/getopt -c -o ar.o ar.cpp ar.cpp: In function 'int main(int, char**)': ar.cpp:35:35: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 35 | while ((opt = getopt(argc, argv, "leca")) != -1) { | ^~~~~~ ccache i686-w64-mingw32-gcc -g -O2 -std=gnu11 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -std=gnu11 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -c -o ../../ext/getopt/getopt.o ../../ext/getopt/getopt.c i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -I../../ext/UNIXem/include -I../../ext/getopt -o z88dk-z80nm.exe ar.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/z80asm_defs.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 -static 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' i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -I../../ext/UNIXem/include -c -o zobjcopy.o zobjcopy.cpp i686-w64-mingw32-g++ -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -I../../ext/UNIXem/include -o z88dk-zobjcopy.exe zobjcopy.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.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 -static 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 rxk_inst.o rxk_inst.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o r4k_inst.o r4k_inst.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o i8085_inst.o i8085_inst.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o z80n_inst.o z80n_inst.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o gbz80_inst.o gbz80_inst.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o r800_inst.o r800_inst.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o z180_inst.o z180_inst.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o zilog_inst.o zilog_inst.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o ez80_inst.o ez80_inst.c ccache i686-w64-mingw32-gcc -g -O2 -I../../ext/uthash/src/ -g -MMD -I../../ext/UNIXem/include -c -o kc160_inst.o kc160_inst.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 rxk_inst.o r4k_inst.o i8085_inst.o z80n_inst.o gbz80_inst.o r800_inst.o z180_inst.o zilog_inst.o ez80_inst.o kc160_inst.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 -lpthread -lws2_32 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 `pkg-config --define-prefix --cflags libxml-2.0` -c -o z80svg.o z80svg.c ccache i686-w64-mingw32-gcc -o z88dk-z80svg.exe -g -O2 `pkg-config --define-prefix --cflags libxml-2.0` z80svg.o `pkg-config --define-prefix --libs libxml-2.0` 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 -static 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 -static 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 -static 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 -static 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 -static 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 zxn.o abc80.o sms.o primo.o rom.o pasopia7.o zx-util.o lz49.o gb.o c128.o ace-tap.o ff.o nascom.o newext.o residos.o mc.o multi8.o kc.o ondra.o z88shell.o md5.o mamepp.o spc1000.o mameql.o lviv.o hex.o sorcerer.o extract.o appmake.o z88.o sos.o tixx.o homelab.o mgt.o nec.o pc88disc.o ti8xk.o fat.o adam.o enterprise.o mtx.o z9001.o dai.o svi.o lynx.o z1013.o mz2500.o zx.o trs80.o pc88.o cpmdisk.o tvc.o x07.o zx81.o noop.o msx.o sc3000.o aquarius.o m5.o p2000.o msxrom.o px.o newbrain.o zxvgs.o vz.o rk.o glue.o cpm2.o vg5k.o fp1100.o mz.o z88elf.o inject.o vector06c.o x1.o c7420.o smc777.o cpc.o sol20.o rex6000.o galaksija.o pmd85.o ../common/dirname.o rm -f zxn.o abc80.o sms.o primo.o rom.o pasopia7.o zx-util.o lz49.o gb.o c128.o ace-tap.o ff.o nascom.o newext.o residos.o mc.o multi8.o kc.o ondra.o z88shell.o md5.o mamepp.o spc1000.o mameql.o lviv.o hex.o sorcerer.o extract.o appmake.o z88.o sos.o tixx.o homelab.o mgt.o nec.o pc88disc.o ti8xk.o fat.o adam.o enterprise.o mtx.o z9001.o dai.o svi.o lynx.o z1013.o mz2500.o zx.o trs80.o pc88.o cpmdisk.o tvc.o x07.o zx81.o noop.o msx.o sc3000.o aquarius.o m5.o p2000.o msxrom.o px.o newbrain.o zxvgs.o vz.o rk.o glue.o cpm2.o vg5k.o fp1100.o mz.o z88elf.o inject.o vector06c.o x1.o c7420.o smc777.o cpc.o sol20.o rex6000.o galaksija.o pmd85.o ../common/dirname.o zxn.d abc80.d sms.d primo.d rom.d pasopia7.d zx-util.d lz49.d gb.d c128.d ace-tap.d ff.d nascom.d newext.d residos.d mc.d multi8.d kc.d ondra.d z88shell.d md5.d mamepp.d spc1000.d mameql.d lviv.d hex.d sorcerer.d extract.d appmake.d z88.d sos.d tixx.d homelab.d mgt.d nec.d pc88disc.d ti8xk.d fat.d adam.d enterprise.d mtx.d z9001.d dai.d svi.d lynx.d z1013.d mz2500.d zx.d trs80.d pc88.d cpmdisk.d tvc.d x07.d zx81.d noop.d msx.d sc3000.d aquarius.d m5.d p2000.d msxrom.d px.d newbrain.d zxvgs.d vz.d rk.d glue.d cpm2.d vg5k.d fp1100.d mz.d z88elf.d inject.d vector06c.d x1.d c7420.d smc777.d cpc.d sol20.d rex6000.d galaksija.d pmd85.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 die.o strutil.o z80asm_defs.o fileutil.o option.o zutils.o objfile.o dirname.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 die.d strutil.d z80asm_defs.d fileutil.d option.d zutils.d objfile.d dirname.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/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 rxk_inst.o r4k_inst.o i8085_inst.o z80n_inst.o gbz80_inst.o r800_inst.o z180_inst.o zilog_inst.o ez80_inst.o kc160_inst.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 rxk_inst.d r4k_inst.d i8085_inst.d z80n_inst.d gbz80_inst.d r800_inst.d z180_inst.d zilog_inst.d ez80_inst.d kc160_inst.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.lib sub_hl_de.o sbc_hl_bc.o adc_hl_de.o sub_hl_sp.o adc_hl_sp.o add_bc_a.o cpi.o lddr.o add_hl_a.o rl_bc.o daa.o cpir.o rld.o ldd.o add_de_a.o call_iy.o cpdr.o rl_de.o call_hl.o ex_sp_hl.o rrd.o ldir.o cpd.o rl_hl.o sbc_hl_hl.o rr_bc.o sub_hl_bc.o adc_hl_hl.o sbc_hl_de.o adc_hl_bc.o rr_hl.o sbc_hl_sp.o call_ix.o ldi.o sra_bc.o rr_de.o sub_hl_hl.o add_sp_s.o sra_de.o sra_hl.o sub_hl_de.lis sbc_hl_bc.lis adc_hl_de.lis sub_hl_sp.lis adc_hl_sp.lis add_bc_a.lis cpi.lis lddr.lis add_hl_a.lis rl_bc.lis daa.lis cpir.lis rld.lis ldd.lis add_de_a.lis call_iy.lis cpdr.lis rl_de.lis call_hl.lis ex_sp_hl.lis rrd.lis ldir.lis cpd.lis rl_hl.lis sbc_hl_hl.lis rr_bc.lis sub_hl_bc.lis adc_hl_hl.lis sbc_hl_de.lis adc_hl_bc.lis rr_hl.lis sbc_hl_sp.lis call_ix.lis ldi.lis sra_bc.lis rr_de.lis sub_hl_hl.lis add_sp_s.lis sra_de.lis sra_hl.lis test.asm test.o test.bin z88dk-z80asm *.bak make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/src/z80asm/dev/z80asm_lib' rm -f z88dk-z80asm.lib find . -type f '(' -name '*.core' -o -name '*.o' -o -name '*.d' \ -o -name '*.out' -o -name '*.orig' -o -name '*.exe' \ -o -name '*.tmp' -o -name '*.bak' -o -name '*.log' \ -o -name '*~' ')' -exec rm -f {} '+' rm -f -rf Debug Release x1 x2 x3 rm -f src/c/libfile.o src/c/opcodes.o src/c/reloc_code.o src/c/parse1.o src/c/expr1.o src/c/symtab1.o src/c/dbg.o src/c/common.o src/c/list.o src/c/directives.o src/c/module1.o src/c/modlink.o src/c/class.o src/c/z80pass.o src/c/strhash.o src/c/z80asm.o src/c/str.o src/c/minunit.o src/c/array.o src/c/scan1.o src/c/alloc.o src/c/cpu_rules_action.o src/c/zobjfile.o src/c/codearea.o src/c/sym.o ../common/die.o ../common/strutil.o ../common/z80asm_defs.o ../common/fileutil.o ../common/option.o ../common/zutils.o ../common/objfile.o ../common/dirname.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/args.o src/cpp/utils.o src/cpp/errors.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/float.o src/cpp/scan.o src/cpp/main.o src/cpp/defines.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/libfile.d src/c/opcodes.d src/c/reloc_code.d src/c/parse1.d src/c/expr1.d src/c/symtab1.d src/c/dbg.d src/c/common.d src/c/list.d src/c/directives.d src/c/module1.d src/c/modlink.d src/c/class.d src/c/z80pass.d src/c/strhash.d src/c/z80asm.d src/c/str.d src/c/minunit.d src/c/array.d src/c/scan1.d src/c/alloc.d src/c/cpu_rules_action.d src/c/zobjfile.d src/c/codearea.d src/c/sym.d ../common/die.d ../common/strutil.d ../common/z80asm_defs.d ../common/fileutil.d ../common/option.d ../common/zutils.d ../common/objfile.d ../common/dirname.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d src/cpp/args.d src/cpp/utils.d src/cpp/errors.d src/cpp/preproc.d src/cpp/lstfile.d src/cpp/float.d src/cpp/scan.d src/cpp/main.d src/cpp/defines.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 ../common/z80asm_defs.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 rm -f ar.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/z80asm_defs.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 ../common/z80asm_defs.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d *.bak t/*.bak core 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/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.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/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.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/zutils.d ../common/die.d ../common/objfile.d ../common/fileutil.d ../common/strutil.d ../common/optparse.d ../common/z80asm_defs.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d *.bak t/*.bak core 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' Makefile:78: warning: overriding recipe for target 'clean' ../../support/multitarget_build/Makefile:249: warning: ignoring old recipe for target 'clean' rm -f -fr bin make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/console' make -C ticalc clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/ticalc' rm -f build/*.8xp build/*.bin build/*.8xk build/*.82p build/*.83p build/*.85s build/*.86p make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/ticalc' 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 -C nabu clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/nabu' rm -f *.obj *.sym *.map *.o* *.bin zcc_opt.def *.reloc *.NABU make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/nabu' make -C sound clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/sound' make -C arkos clean make[3]: Entering directory '/home/build/z88dk/win32/z88dk/examples/sound/arkos' make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/sound/arkos' make -C wyz clean make[3]: Entering directory '/home/build/z88dk/win32/z88dk/examples/sound/wyz' make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/sound/wyz' make -C vt2 clean make[3]: Entering directory '/home/build/z88dk/win32/z88dk/examples/sound/vt2' make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/sound/vt2' make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/sound' make -C ticalc/multi_page_flash_app clean make[2]: Entering directory '/home/build/z88dk/win32/z88dk/examples/ticalc/multi_page_flash_app' rm -f *.bin *.map *.8xk make[2]: Leaving directory '/home/build/z88dk/win32/z88dk/examples/ticalc/multi_page_flash_app' 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 strncmp.o main.o strrstr.o strrev.o strncat.o strlcpy.o strlcat.o stricmp.o strchr.o strcmp.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 ../../framework/test.o fixmath.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/md5' 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 md5sum.o zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/win32/z88dk/test/suites/md5' 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 paramsoffset.opt initialise_to_zero.opt Issue_1266_ranges.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_452_struct.opt Issue_1062_array_init.opt Issue_896_nested_struct_initialisation.opt sizeof_w_str_concat.opt Issue_1144_designated_init.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_2238_accum.opt Issue_1466_float16_addition.opt Issue_1167_range_check.opt shortcall.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_1302_enum_usage.opt fastcall.opt Issue_1016_long_const_compare.opt Issue_103_floating_addition.opt Issue_452_unsigned.opt Issue_615_loop.opt Issue_1102_struct_trailing_comma.opt Issue_1283_2d_arrays.opt Issue_569_init_from_2d_array.opt Issue_489_variable_defn_in_forloop.opt Issue_615_if.opt constant_cast_to_union_ptr.opt Issue_497_astroforce_compile.opt Issue_1540_String_init.opt Issue_1662_static_ptrs.opt Issue_490_long_extension.opt Issue_564_casting.opt Issue_509_long_constant.opt Issue_1805_signed_cost_char_le.opt Issue_2390_member_access.opt Issue_491_enums.opt Issue_2234_ternary.opt Issue_490_ptr_arithmetic.opt Far_Pointer_Call_ieee.opt Issue_490_repeated_extern_decls.opt Issue_480_asmfunc.opt mathops_ieee.opt Issue_1167_sizeof.opt Issue_2148_complement.opt Issue_1016_double_const_compare.opt Issue_600_fastcall.opt Issue_715__double_subtraction.opt Issue_1133_bitfields.opt Issue_1141_Namespaces.opt Issue_1132_struct_parameter.opt Issue_2150_init_const_ptr.opt Issue_701_compound_scope.opt Issue_1260_com.opt Issue_98_Stack_offset.opt Issue_452_far_pointers.opt Issue_507_unnamed_structs.opt Issue_543_complement.opt offsetof.opt Issue_1623_stdcbench_issues.opt Issue_1656_integral_arith.opt Issue_254_KR_Specifiers.opt Issue_1466_float16_compare.opt Issue_608_Arrays.opt Issue_510_mult_minus1.opt Issue_485_sdccdecl.opt Issue_452_pointers.opt Issue_615_while_loop.opt Issue_1466_float16.opt Issue_574_fastcall_offset.opt Issue_510_long_and.opt l_gint_const.opt interrupt.opt Issue_1409_offset_pointer_initialisation.opt Issue_569_jagged_array.opt Issue_2222_false_dowhile.opt Issue_1126_opt_rule.opt Issue_419_Extern_Prototypes_In_Function.opt Issue_1361_const.opt Issue_499_typedef_initialisation.opt Issue_1007_Fix_FP_Constant_Multiplication.opt const_cast_to_pointer.opt castup_to_long.opt Issue_1466_float16_callee.opt Far_Pointer_Call.opt Issue_98_check_int.opt Issue_103_double_prepost.opt Issue_98_underlying.opt Issue_1015_break_with_loop_variable.opt Issue_452_arrays.opt Issue_1103_fastcall_fnptr.opt pointer_arith.opt Issue_985_ptr_cast.opt Issue_26_casting.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 ######################################################################### 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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o newbrain.o newbrain.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mz.o mz.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o px.o px.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o x07.o x07.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpm2.o cpm2.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ace-tap.o ace-tap.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tixx.o tixx.c tixx.c:193:17: warning: passing 'const unsigned char [9]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy(buf+i,trailer83,9); ^~~~~~~~~ /opt/osxcross/bin/../SDK/MacOSX11.1.sdk/usr/include/secure/_string.h:128:34: note: expanded from macro 'strncpy' __builtin___strncpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~~~~~~~~ 1 warning generated. tixx.c:193:17: warning: passing 'const unsigned char [9]' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy(buf+i,trailer83,9); ^~~~~~~~~ /opt/osxcross/bin/../SDK/MacOSX11.1.sdk/usr/include/secure/_string.h:128:34: note: expanded from macro 'strncpy' __builtin___strncpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~~~~~~~~ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o svi.o svi.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rom.o rom.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o fp1100.o fp1100.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o homelab.o homelab.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpmdisk.o cpmdisk.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o newext.o newext.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sos.o sos.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o msxrom.o msxrom.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vector06c.o vector06c.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rex6000.o rex6000.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o x1.o x1.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o c7420.o c7420.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sc3000.o sc3000.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mgt.o mgt.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o noop.o noop.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o extract.o extract.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o nascom.o nascom.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o msx.o msx.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o enterprise.o enterprise.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o glue.o glue.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx81.o zx81.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mc.o mc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sol20.o sol20.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o abc80.o abc80.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vg5k.o vg5k.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pc88.o pc88.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ti8xk.o ti8xk.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o fat.o fat.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o cpc.o cpc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o residos.o residos.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o adam.o adam.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o trs80.o trs80.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88elf.o z88elf.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ondra.o ondra.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ff.o ff.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o galaksija.o galaksija.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mtx.o mtx.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mamepp.o mamepp.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zxn.o zxn.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o spc1000.o spc1000.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z9001.o z9001.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o dai.o dai.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mameql.o mameql.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sms.o sms.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o p2000.o p2000.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o primo.o primo.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lviv.o lviv.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o nec.o nec.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o hex.o hex.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zxvgs.o zxvgs.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pc88disc.o pc88disc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lz49.o lz49.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o multi8.o multi8.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o md5.o md5.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o lynx.o lynx.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o tvc.o tvc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z1013.o z1013.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o vz.o vz.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pasopia7.o pasopia7.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o aquarius.o aquarius.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx-util.o zx-util.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o rk.o rk.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o m5.o m5.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o smc777.o smc777.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o gb.o gb.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o zx.o zx.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o kc.o kc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o inject.o inject.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o pmd85.o pmd85.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o sorcerer.o sorcerer.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88.o z88.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o mz2500.o mz2500.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o appmake.o appmake.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o c128.o c128.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o z88shell.o z88shell.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -c -o ../common/dirname.o ../common/dirname.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../common -o z88dk-appmake newbrain.o mz.o px.o x07.o cpm2.o ace-tap.o tixx.o svi.o rom.o fp1100.o homelab.o cpmdisk.o newext.o sos.o msxrom.o vector06c.o rex6000.o x1.o c7420.o sc3000.o mgt.o noop.o extract.o nascom.o msx.o enterprise.o glue.o zx81.o mc.o sol20.o abc80.o vg5k.o pc88.o ti8xk.o fat.o cpc.o residos.o adam.o trs80.o z88elf.o ondra.o ff.o galaksija.o mtx.o mamepp.o zxn.o spc1000.o z9001.o dai.o mameql.o sms.o p2000.o primo.o lviv.o nec.o hex.o zxvgs.o pc88disc.o lz49.o multi8.o md5.o lynx.o tvc.o z1013.o vz.o pasopia7.o aquarius.o zx-util.o rk.o m5.o smc777.o gb.o zx.o kc.o inject.o pmd85.o sorcerer.o z88.o mz2500.o appmake.o c128.o z88shell.o ../common/dirname.o -g -O2 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib -lgmp ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_divexact_1_x86_64 from /opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(x86_64_dive_1.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt2-add.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt3-add_ui.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt4-clear.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(export.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(import.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt22-init.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(jacobi.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mod.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt31-mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt33-mul_ui.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(powm.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt44-set_ui.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sizeinbase.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt47-sub.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(memory.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(errno.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(tal-reent.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt75-add.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(add_1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mp_bases.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(binvert.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt94-cmp.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(copyi.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(jacbase.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt100-jacobi.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mod_1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mode1o.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt82-mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mul_1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mullo_n.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(powlo.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt104-powm.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(rshift.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sqr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt76-sub.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sub_1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sub_n.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt99-tdiv_qr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(invert.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(realloc.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(tdiv_r.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(assert.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mp_minv_tab.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(add_n.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(dcpi1_bdiv_q.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(dcpi1_div_qr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(divrem_1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(divrem_2.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(gcd_subdiv_step.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(hgcd2_jacobi.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(hgcd.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(hgcd_jacobi.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(hgcd_matrix.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(invert_limb.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(jacobi_2.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lshift.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(matrix22_mul1_inverse_vector.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mod_1_1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mod_1_2.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mod_1_4.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mu_div_qr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mul_basecase.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mul_n.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mullo_basecase.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mulmod_bnm1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt77-neg.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(nussbaumer_mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(redc_1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(redc_n.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(rsblsh1_n.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sbpi1_bdiv_q.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sbpi1_div_qr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sqr_basecase.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sqrlo.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(submul_1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom22_mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom2_sqr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom32_mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom33_mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom3_sqr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom42_mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom43_mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom44_mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom4_sqr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom53_mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom63_mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom6_sqr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom6h_mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom8_sqr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom8h_mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(gcdext.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt39-set.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(addlsh1_n.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(addlsh2_n.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(addmul_1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt78-com.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(dcpi1_bdiv_qr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mul_fft.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt98-gcdext.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(hgcd2.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(hgcd_reduce.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(hgcd_step.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(invertappr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(matrix22_mul.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mulmod_bknp1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(rsh1add_n.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(rsh1sub_n.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sbpi1_bdiv_qr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sqrlo_basecase.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sqrmod_bnm1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_couple_handling.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_eval_dgr3_pm1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_eval_dgr3_pm2.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_eval_pm1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_eval_pm2.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_eval_pm2exp.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_eval_pm2rexp.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_interpolate_12pts.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_interpolate_16pts.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_interpolate_5pts.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_interpolate_6pts.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_interpolate_7pts.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(toom_interpolate_8pts.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(zero_p.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(divexact.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(addaddmul_1msb0.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(bdiv_dbm1c.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(dcpi1_divappr_q.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lt103-divexact.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(gcdext_lehmer.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(hgcd_appr.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(lshiftc.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mod_34lsub1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(bdiv_q_1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sbpi1_divappr_q.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sublsh1_n.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(sublsh2_n.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(bdiv_q.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(dive_1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(gcdext_1.o)) was built for newer macOS version (11.0) than being linked (10.16) ld: warning: object file (/opt/osxcross/macports/pkgs/opt/local/lib/libgmp.a(mu_bdiv_q.o)) was built for newer macOS version (11.0) than being linked (10.16) 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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. copt.c ccache x86_64-apple-darwin20.2-cc -c -o regex/regcomp.o -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regcomp.c ccache x86_64-apple-darwin20.2-cc -c -o regex/regerror.o -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regerror.c ccache x86_64-apple-darwin20.2-cc -c -o regex/regexec.o -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regexec.c ccache x86_64-apple-darwin20.2-cc -c -o regex/regfree.o -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -std=gnu99 -Wall -pedantic -DLOCAL_REGEXP -I. regex/regfree.c ccache x86_64-apple-darwin20.2-cc -o z88dk-copt -g -O2 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib 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/ucpp PREFIX=`pwd` install make[1]: Entering directory '/home/build/z88dk/osx/z88dk/src/ucpp' ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib 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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o callfunc.o callfunc.c In file included from callfunc.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from callfunc.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o cdbfile.o cdbfile.c In file included from cdbfile.c:1: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from cdbfile.c:1: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o codegen.o codegen.c In file included from codegen.c:28: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ codegen.c:5953:4: warning: no newline at end of file [-Wnewline-eof] */ ^ 2 warnings generated. In file included from codegen.c:28: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ codegen.c:5953:4: warning: no newline at end of file [-Wnewline-eof] */ ^ 2 warnings generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o const.o const.c In file included from const.c:8: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from const.c:8: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o data.o data.c In file included from data.c:13: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from data.c:13: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o declinit.o declinit.c In file included from declinit.c:5: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from declinit.c:5: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o error.o error.c In file included from error.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from error.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o expr.o expr.c In file included from expr.c:10: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from expr.c:10: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o goto.o goto.c In file included from goto.c:19: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from goto.c:19: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o io.o io.c In file included from io.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from io.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o lex.o lex.c In file included from lex.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from lex.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o main.o main.c In file included from main.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ main.c:1009:2: warning: no newline at end of file [-Wnewline-eof] } ^ 2 warnings generated. In file included from main.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ main.c:1009:2: warning: no newline at end of file [-Wnewline-eof] } ^ 2 warnings generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o misc.o misc.c In file included from misc.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from misc.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o plunge.o plunge.c In file included from plunge.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from plunge.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o preproc.o preproc.c In file included from preproc.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from preproc.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o primary.o primary.c In file included from primary.c:11: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from primary.c:11: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o stmt.o stmt.c In file included from stmt.c:10: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from stmt.c:10: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o sym.o sym.c In file included from sym.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from sym.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o while.o while.c In file included from while.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. In file included from while.c:9: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -MMD -Wall -I../common -I../../ext/uthash/src/ -g -pedantic -std=gnu99 -c -o declparse.o declparse.c In file included from declparse.c:2: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ declparse.c:2121:2: warning: no newline at end of file [-Wnewline-eof] } ^ 2 warnings generated. In file included from declparse.c:2: ./ccdefs.h:346:7: warning: no newline at end of file [-Wnewline-eof] #endif ^ declparse.c:2121:2: warning: no newline at end of file [-Wnewline-eof] } ^ 2 warnings generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/libfile.o src/c/libfile.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -O0 -c -o src/c/parse1.o src/c/parse1.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/expr1.o src/c/expr1.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/symtab1.o src/c/symtab1.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/dbg.o src/c/dbg.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/opcodes.o src/c/opcodes.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/common.o src/c/common.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/list.o src/c/list.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/modlink.o src/c/modlink.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/class.o src/c/class.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/z80pass.o src/c/z80pass.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/directives.o src/c/directives.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/strhash.o src/c/strhash.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/str.o src/c/str.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/minunit.o src/c/minunit.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/codearea.o src/c/codearea.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/scan1.o src/c/scan1.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/array.o src/c/array.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/cpu_rules_action.o src/c/cpu_rules_action.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/zobjfile.o src/c/zobjfile.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/module1.o src/c/module1.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/sym.o src/c/sym.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/alloc.o src/c/alloc.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o src/c/z80asm.o src/c/z80asm.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o ../common/die.o ../common/die.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o ../common/strutil.o ../common/strutil.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o ../common/z80asm_defs.o ../common/z80asm_defs.c ../common/z80asm_defs.c:79:25: warning: unused variable 'name' [-Wunused-variable] const char* name = cpu_lu[i].name; ^ ../common/z80asm_defs.c:310:20: warning: implicit conversion from enumeration type 'sym_type_t' to different enumeration type 'range_t' [-Wenum-conversion] return (sym_type_t)i; ~~~~~~ ^~~~~~~~~~~~~ 2 warnings generated. ../common/z80asm_defs.c:79:25: warning: unused variable 'name' [-Wunused-variable] const char* name = cpu_lu[i].name; ^ ../common/z80asm_defs.c:310:20: warning: implicit conversion from enumeration type 'sym_type_t' to different enumeration type 'range_t' [-Wenum-conversion] return (sym_type_t)i; ~~~~~~ ^~~~~~~~~~~~~ 2 warnings generated. ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o ../common/fileutil.o ../common/fileutil.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o ../common/objfile.o ../common/objfile.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o ../common/zutils.o ../common/zutils.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o ../common/optparse.o ../common/optparse.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o ../../ext/regex/regfree.o ../../ext/regex/regfree.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o ../../ext/regex/regcomp.o ../../ext/regex/regcomp.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o ../../ext/regex/regexec.o ../../ext/regex/regexec.c ccache x86_64-apple-darwin20.2-cc -std=gnu11 -MMD -Wall -O3 -I. -Isrc -I../common -Isrc/c -It -I../../ext/optparse -I../../ext/regex -I../../ext/uthash/src -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o ../../ext/regex/regerror.o ../../ext/regex/regerror.c x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/args.o src/cpp/args.cpp x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/utils.o src/cpp/utils.cpp x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/errors.o src/cpp/errors.cpp x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/preproc.o src/cpp/preproc.cpp x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/lstfile.o src/cpp/lstfile.cpp x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/float.o src/cpp/float.cpp x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/scan.o src/cpp/scan.cpp x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/main.o src/cpp/main.cpp x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I. -Isrc -I../common -Wextra -Werror -pedantic-errors -Isrc/cpp -c -o src/cpp/defines.o src/cpp/defines.cpp x86_64-apple-darwin20.2-c++ -o z88dk-z80asm src/c/libfile.o src/c/reloc_code.o src/c/parse1.o src/c/expr1.o src/c/symtab1.o src/c/dbg.o src/c/opcodes.o src/c/common.o src/c/list.o src/c/modlink.o src/c/class.o src/c/z80pass.o src/c/directives.o src/c/strhash.o src/c/str.o src/c/minunit.o src/c/codearea.o src/c/scan1.o src/c/array.o src/c/cpu_rules_action.o src/c/zobjfile.o src/c/module1.o src/c/sym.o src/c/alloc.o src/c/z80asm.o ../common/die.o ../common/strutil.o ../common/z80asm_defs.o ../common/fileutil.o ../common/objfile.o ../common/zutils.o ../common/option.o ../common/dirname.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/args.o src/cpp/utils.o src/cpp/errors.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/float.o src/cpp/scan.o src/cpp/main.o src/cpp/defines.o -g -O2 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib 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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -DLOCAL_REGEXP -Wall -pedantic -g -MMD -I. -I../copt -I../common -I../../ext/uthash/src zcc.c zcc.c:1951:5: warning: unused function 'copy_defc_file' [-Wunused-function] int copy_defc_file(char *name1, char *ext1, char *name2, char *ext2) ^ 1 warning generated. zcc.c:1951: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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -pedantic -I../../ext/optparse -I../../ext/regex -o z88dk-zpragma zpragma.o -g -O2 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib 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 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib compress.c optimize.c zx7.c ccache x86_64-apple-darwin20.2-cc -o z88dk-dzx7 -g -O2 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib 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' x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -c -o ar.o ar.cpp x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../z80asm -o z88dk-z80nm ar.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/z80asm_defs.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o -g -O2 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib 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' x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -c -o zobjcopy.o zobjcopy.cpp x86_64-apple-darwin20.2-c++ -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/include -std=gnu++17 -MMD -Wall -O3 -I../common -I../../ext/uthash/src -I../../ext/regex -I../../ext/optparse -o z88dk-zobjcopy zobjcopy.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o -g -O2 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib 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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o ticks.o ticks.c ticks.c:3215:15: warning: unsequenced modification and access to 'mp' [-Wunsequenced] | ++mp; ^ 1 warning generated. ticks.c:3215:15: warning: unsequenced modification and access to 'mp' [-Wunsequenced] | ++mp; ^ 1 warning generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o rxk_inst.o rxk_inst.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o r4k_inst.o r4k_inst.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o i8085_inst.o i8085_inst.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o z80n_inst.o z80n_inst.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o gbz80_inst.o gbz80_inst.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o r800_inst.o r800_inst.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o z180_inst.o z180_inst.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o zilog_inst.o zilog_inst.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o ez80_inst.o ez80_inst.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o kc160_inst.o kc160_inst.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o cpu.o cpu.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o backend.o backend.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o hook_cpm.o hook_cpm.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o hook_console.o hook_console.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o hook_io.o hook_io.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o hook_misc.o hook_misc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o hook.o hook.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o debugger.o debugger.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o breakpoints.o breakpoints.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o profiler.o profiler.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o exp_engine.o exp_engine.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o debugger_ticks.o debugger_ticks.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o linenoise.o linenoise.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o utf8.o utf8.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o syms.o syms.c syms.c:149:51: warning: field precision should have type 'int', but argument has type 'unsigned long' [-Wformat] utstring_printf(temp, "%s_%.*s", sym->name, strlen(argv[7])-1 /* don't include trailing comma */, argv[7]); ~~^~ ~~~~~~~~~~~~~~~~~ syms.c:202:47: warning: field precision should have type 'int', but argument has type 'unsigned long' [-Wformat] utstring_printf(temp, "%s_%.*s", sym->name, strlen(argv[7])-1 /* don't include trailing comma */, argv[7]); ~~^~ ~~~~~~~~~~~~~~~~~ 2 warnings generated. syms.c:149:51: warning: field precision should have type 'int', but argument has type 'unsigned long' [-Wformat] utstring_printf(temp, "%s_%.*s", sym->name, strlen(argv[7])-1 /* don't include trailing comma */, argv[7]); ~~^~ ~~~~~~~~~~~~~~~~~ syms.c:202:47: warning: field precision should have type 'int', but argument has type 'unsigned long' [-Wformat] utstring_printf(temp, "%s_%.*s", sym->name, strlen(argv[7])-1 /* don't include trailing comma */, argv[7]); ~~^~ ~~~~~~~~~~~~~~~~~ 2 warnings generated. ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o disassembler_alg.o disassembler_alg.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o memory.o memory.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o am9511.o am9511.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o acia.o acia.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o hook_rc2014.o hook_rc2014.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o debug.o debug.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o srcfile.o srcfile.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o lex.yy.o lex.yy.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD ticks.o rxk_inst.o r4k_inst.o i8085_inst.o z80n_inst.o gbz80_inst.o r800_inst.o z180_inst.o zilog_inst.o ez80_inst.o kc160_inst.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 -lpthread ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o debugger_gdb.o debugger_gdb.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o debugger_mi2.o debugger_mi2.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o sxmlc.o sxmlc.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -I../../ext/uthash/src/ -g -MMD -c -o sxmlsearch.o sxmlsearch.c ccache x86_64-apple-darwin20.2-cc -o z88dk-gdb -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include `pkg-config --define-prefix --cflags libxml-2.0` -c -o z80svg.o z80svg.c ccache x86_64-apple-darwin20.2-cc -o z88dk-z80svg -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include `pkg-config --define-prefix --cflags libxml-2.0` z80svg.o `pkg-config --define-prefix --libs libxml-2.0` 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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-font2pv1000 font2pv1000.o -g -O2 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib 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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -Wall -std=gnu11 -MMD -I../../ext/optparse -I../../ext/regex -o z88dk-basck basck.o -g -O2 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib 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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o z88dk-lib.o z88dk-lib.c ccache x86_64-apple-darwin20.2-cc -o z88dk-lib -g -O2 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib 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 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o compress.o compress.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o optimize.o optimize.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o zx0.o zx0.c ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o memory.o memory.c ccache x86_64-apple-darwin20.2-cc -o z88dk-zx0 -g -O2 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib compress.o optimize.o zx0.o memory.o ccache x86_64-apple-darwin20.2-cc -g -O2 -arch x86_64 -arch arm64 -mmacosx-version-min=11.0 -I/opt/osxcross/macports/pkgs/opt/local/include -c -o dzx0.o dzx0.c ccache x86_64-apple-darwin20.2-cc -o z88dk-dzx0 -g -O2 -arch x86_64 -arch arm64 -L/opt/osxcross/macports/pkgs/opt/local/libexec/boost/1.76/lib -L/opt/osxcross/macports/pkgs/opt/local/lib 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 zxn.o abc80.o sms.o primo.o rom.o zx-util.o lz49.o gb.o c128.o ace-tap.o ff.o nascom.o newext.o residos.o mc.o multi8.o kc.o ondra.o z88shell.o md5.o mamepp.o spc1000.o pasopia7.o mameql.o lviv.o hex.o sorcerer.o extract.o appmake.o z88.o sos.o tixx.o homelab.o mgt.o nec.o pc88disc.o ti8xk.o fat.o adam.o enterprise.o mtx.o z9001.o dai.o svi.o lynx.o z1013.o mz2500.o zx.o trs80.o pc88.o cpmdisk.o tvc.o x07.o zx81.o noop.o msx.o sc3000.o aquarius.o m5.o p2000.o msxrom.o px.o newbrain.o zxvgs.o vz.o rk.o glue.o cpm2.o vg5k.o mz.o z88elf.o inject.o vector06c.o x1.o c7420.o smc777.o fp1100.o cpc.o sol20.o rex6000.o galaksija.o pmd85.o ../common/dirname.o rm -f zxn.o abc80.o sms.o primo.o rom.o zx-util.o lz49.o gb.o c128.o ace-tap.o ff.o nascom.o newext.o residos.o mc.o multi8.o kc.o ondra.o z88shell.o md5.o mamepp.o spc1000.o pasopia7.o mameql.o lviv.o hex.o sorcerer.o extract.o appmake.o z88.o sos.o tixx.o homelab.o mgt.o nec.o pc88disc.o ti8xk.o fat.o adam.o enterprise.o mtx.o z9001.o dai.o svi.o lynx.o z1013.o mz2500.o zx.o trs80.o pc88.o cpmdisk.o tvc.o x07.o zx81.o noop.o msx.o sc3000.o aquarius.o m5.o p2000.o msxrom.o px.o newbrain.o zxvgs.o vz.o rk.o glue.o cpm2.o vg5k.o mz.o z88elf.o inject.o vector06c.o x1.o c7420.o smc777.o fp1100.o cpc.o sol20.o rex6000.o galaksija.o pmd85.o ../common/dirname.o zxn.d abc80.d sms.d primo.d rom.d zx-util.d lz49.d gb.d c128.d ace-tap.d ff.d nascom.d newext.d residos.d mc.d multi8.d kc.d ondra.d z88shell.d md5.d mamepp.d spc1000.d pasopia7.d mameql.d lviv.d hex.d sorcerer.d extract.d appmake.d z88.d sos.d tixx.d homelab.d mgt.d nec.d pc88disc.d ti8xk.d fat.d adam.d enterprise.d mtx.d z9001.d dai.d svi.d lynx.d z1013.d mz2500.d zx.d trs80.d pc88.d cpmdisk.d tvc.d x07.d zx81.d noop.d msx.d sc3000.d aquarius.d m5.d p2000.d msxrom.d px.d newbrain.d zxvgs.d vz.d rk.d glue.d cpm2.d vg5k.d mz.d z88elf.d inject.d vector06c.d x1.d c7420.d smc777.d fp1100.d cpc.d sol20.d rex6000.d galaksija.d pmd85.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 die.o strutil.o z80asm_defs.o fileutil.o option.o zutils.o objfile.o dirname.o optparse.o t/t_types.o t/t_die.o t/test.o t/t_fileutil.o t/t_strutil.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o ../../ext/Unity/src/unity.o die.d strutil.d z80asm_defs.d fileutil.d option.d zutils.d objfile.d dirname.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/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 rxk_inst.o r4k_inst.o i8085_inst.o z80n_inst.o gbz80_inst.o r800_inst.o z180_inst.o zilog_inst.o ez80_inst.o kc160_inst.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 rxk_inst.d r4k_inst.d i8085_inst.d z80n_inst.d gbz80_inst.d r800_inst.d z180_inst.d zilog_inst.d ez80_inst.d kc160_inst.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.lib sub_hl_de.o sbc_hl_bc.o adc_hl_de.o sub_hl_sp.o adc_hl_sp.o add_bc_a.o cpi.o lddr.o add_hl_a.o rl_bc.o daa.o cpir.o rld.o ldd.o add_de_a.o call_iy.o cpdr.o rl_de.o call_hl.o ex_sp_hl.o rrd.o ldir.o cpd.o rl_hl.o sbc_hl_hl.o rr_bc.o sub_hl_bc.o adc_hl_hl.o sbc_hl_de.o adc_hl_bc.o rr_hl.o sbc_hl_sp.o call_ix.o ldi.o sra_bc.o rr_de.o sub_hl_hl.o add_sp_s.o sra_de.o sra_hl.o sub_hl_de.lis sbc_hl_bc.lis adc_hl_de.lis sub_hl_sp.lis adc_hl_sp.lis add_bc_a.lis cpi.lis lddr.lis add_hl_a.lis rl_bc.lis daa.lis cpir.lis rld.lis ldd.lis add_de_a.lis call_iy.lis cpdr.lis rl_de.lis call_hl.lis ex_sp_hl.lis rrd.lis ldir.lis cpd.lis rl_hl.lis sbc_hl_hl.lis rr_bc.lis sub_hl_bc.lis adc_hl_hl.lis sbc_hl_de.lis adc_hl_bc.lis rr_hl.lis sbc_hl_sp.lis call_ix.lis ldi.lis sra_bc.lis rr_de.lis sub_hl_hl.lis add_sp_s.lis sra_de.lis sra_hl.lis test.asm test.o test.bin z88dk-z80asm *.bak make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/src/z80asm/dev/z80asm_lib' rm -f z88dk-z80asm.lib find . -type f '(' -name '*.core' -o -name '*.o' -o -name '*.d' \ -o -name '*.out' -o -name '*.orig' -o -name '*.exe' \ -o -name '*.tmp' -o -name '*.bak' -o -name '*.log' \ -o -name '*~' ')' -exec rm -f {} '+' rm -f -rf Debug Release x1 x2 x3 rm -f src/c/libfile.o src/c/opcodes.o src/c/reloc_code.o src/c/parse1.o src/c/expr1.o src/c/symtab1.o src/c/dbg.o src/c/common.o src/c/list.o src/c/directives.o src/c/module1.o src/c/modlink.o src/c/class.o src/c/z80pass.o src/c/strhash.o src/c/z80asm.o src/c/str.o src/c/minunit.o src/c/array.o src/c/scan1.o src/c/alloc.o src/c/cpu_rules_action.o src/c/zobjfile.o src/c/codearea.o src/c/sym.o ../common/die.o ../common/strutil.o ../common/z80asm_defs.o ../common/fileutil.o ../common/option.o ../common/zutils.o ../common/objfile.o ../common/dirname.o ../common/optparse.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o src/cpp/args.o src/cpp/utils.o src/cpp/errors.o src/cpp/preproc.o src/cpp/lstfile.o src/cpp/float.o src/cpp/scan.o src/cpp/main.o src/cpp/defines.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/libfile.d src/c/opcodes.d src/c/reloc_code.d src/c/parse1.d src/c/expr1.d src/c/symtab1.d src/c/dbg.d src/c/common.d src/c/list.d src/c/directives.d src/c/module1.d src/c/modlink.d src/c/class.d src/c/z80pass.d src/c/strhash.d src/c/z80asm.d src/c/str.d src/c/minunit.d src/c/array.d src/c/scan1.d src/c/alloc.d src/c/cpu_rules_action.d src/c/zobjfile.d src/c/codearea.d src/c/sym.d ../common/die.d ../common/strutil.d ../common/z80asm_defs.d ../common/fileutil.d ../common/option.d ../common/zutils.d ../common/objfile.d ../common/dirname.d ../common/optparse.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d src/cpp/args.d src/cpp/utils.d src/cpp/errors.d src/cpp/preproc.d src/cpp/lstfile.d src/cpp/float.d src/cpp/scan.d src/cpp/main.d src/cpp/defines.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 ../common/z80asm_defs.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o rm -f ar.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/z80asm_defs.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 ../common/z80asm_defs.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d *.bak t/*.bak core 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/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o rm -f zobjcopy.o ../common/zutils.o ../common/die.o ../common/objfile.o ../common/fileutil.o ../common/strutil.o ../common/optparse.o ../common/z80asm_defs.o ../../ext/regex/regfree.o ../../ext/regex/regcomp.o ../../ext/regex/regexec.o ../../ext/regex/regerror.o zobjcopy.d ../common/zutils.d ../common/die.d ../common/objfile.d ../common/fileutil.d ../common/strutil.d ../common/optparse.d ../common/z80asm_defs.d ../../ext/regex/regfree.d ../../ext/regex/regcomp.d ../../ext/regex/regexec.d ../../ext/regex/regerror.d *.bak t/*.bak core 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' Makefile:78: warning: overriding recipe for target 'clean' ../../support/multitarget_build/Makefile:249: warning: ignoring old recipe for target 'clean' rm -f -fr bin make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/console' make -C ticalc clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/ticalc' rm -f build/*.8xp build/*.bin build/*.8xk build/*.82p build/*.83p build/*.85s build/*.86p make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/ticalc' 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 -C nabu clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/nabu' rm -f *.obj *.sym *.map *.o* *.bin zcc_opt.def *.reloc *.NABU make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/nabu' make -C sound clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/sound' make -C arkos clean make[3]: Entering directory '/home/build/z88dk/osx/z88dk/examples/sound/arkos' make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/sound/arkos' make -C wyz clean make[3]: Entering directory '/home/build/z88dk/osx/z88dk/examples/sound/wyz' make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/sound/wyz' make -C vt2 clean make[3]: Entering directory '/home/build/z88dk/osx/z88dk/examples/sound/vt2' make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/sound/vt2' make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/sound' make -C ticalc/multi_page_flash_app clean make[2]: Entering directory '/home/build/z88dk/osx/z88dk/examples/ticalc/multi_page_flash_app' rm -f *.bin *.map *.8xk make[2]: Leaving directory '/home/build/z88dk/osx/z88dk/examples/ticalc/multi_page_flash_app' 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 strncmp.o main.o strrstr.o strrev.o strncat.o strlcpy.o strlcat.o stricmp.o strchr.o strcmp.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 ../../framework/test.o fixmath.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/md5' 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 md5sum.o zcc_opt.def *~ make[3]: Leaving directory '/home/build/z88dk/osx/z88dk/test/suites/md5' 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 paramsoffset.opt initialise_to_zero.opt Issue_1266_ranges.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_452_struct.opt Issue_1062_array_init.opt Issue_896_nested_struct_initialisation.opt sizeof_w_str_concat.opt Issue_1144_designated_init.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_2238_accum.opt Issue_1466_float16_addition.opt Issue_1167_range_check.opt shortcall.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_1302_enum_usage.opt fastcall.opt Issue_1016_long_const_compare.opt Issue_103_floating_addition.opt Issue_452_unsigned.opt Issue_615_loop.opt Issue_1102_struct_trailing_comma.opt Issue_1283_2d_arrays.opt Issue_569_init_from_2d_array.opt Issue_489_variable_defn_in_forloop.opt Issue_615_if.opt constant_cast_to_union_ptr.opt Issue_497_astroforce_compile.opt Issue_1540_String_init.opt Issue_1662_static_ptrs.opt Issue_490_long_extension.opt Issue_564_casting.opt Issue_509_long_constant.opt Issue_1805_signed_cost_char_le.opt Issue_2390_member_access.opt Issue_491_enums.opt Issue_2234_ternary.opt Issue_490_ptr_arithmetic.opt Far_Pointer_Call_ieee.opt Issue_490_repeated_extern_decls.opt Issue_480_asmfunc.opt mathops_ieee.opt Issue_1167_sizeof.opt Issue_2148_complement.opt Issue_1016_double_const_compare.opt Issue_600_fastcall.opt Issue_715__double_subtraction.opt Issue_1133_bitfields.opt Issue_1141_Namespaces.opt Issue_1132_struct_parameter.opt Issue_2150_init_const_ptr.opt Issue_701_compound_scope.opt Issue_1260_com.opt Issue_98_Stack_offset.opt Issue_452_far_pointers.opt Issue_507_unnamed_structs.opt Issue_543_complement.opt offsetof.opt Issue_1623_stdcbench_issues.opt Issue_1656_integral_arith.opt Issue_254_KR_Specifiers.opt Issue_1466_float16_compare.opt Issue_608_Arrays.opt Issue_510_mult_minus1.opt Issue_485_sdccdecl.opt Issue_452_pointers.opt Issue_615_while_loop.opt Issue_1466_float16.opt Issue_574_fastcall_offset.opt Issue_510_long_and.opt l_gint_const.opt interrupt.opt Issue_1409_offset_pointer_initialisation.opt Issue_569_jagged_array.opt Issue_2222_false_dowhile.opt Issue_1126_opt_rule.opt Issue_419_Extern_Prototypes_In_Function.opt Issue_1361_const.opt Issue_499_typedef_initialisation.opt Issue_1007_Fix_FP_Constant_Multiplication.opt const_cast_to_pointer.opt castup_to_long.opt Issue_1466_float16_callee.opt Far_Pointer_Call.opt Issue_98_check_int.opt Issue_103_double_prepost.opt Issue_98_underlying.opt Issue_1015_break_with_loop_variable.opt Issue_452_arrays.opt Issue_1103_fastcall_fnptr.opt pointer_arith.opt Issue_985_ptr_cast.opt Issue_26_casting.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 Code signing bin/z88dk-appmake registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-appmake in place signing bin/z88dk-appmake as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-appmake parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-appmake") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 16865 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "newbrain-87e958.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 15531 bytes writing Mach-O to bin/z88dk-appmake Code signing bin/z88dk-basck registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-basck in place signing bin/z88dk-basck as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-basck parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-basck") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 10907 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "basck-f2d22a.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 11013 bytes writing Mach-O to bin/z88dk-basck Code signing bin/z88dk-copt registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-copt in place signing bin/z88dk-copt as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-copt parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-copt") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9883 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "copt-59c203.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 10083 bytes writing Mach-O to bin/z88dk-copt Code signing bin/z88dk-dis registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-dis in place signing bin/z88dk-dis as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-dis parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-dis") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 10425 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "disassembler_main-4a53d8.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 10588 bytes writing Mach-O to bin/z88dk-dis Code signing bin/z88dk-dzx0 registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-dzx0 in place signing bin/z88dk-dzx0 as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-dzx0 parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-dzx0") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9531 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "dzx0-c0a1eb.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9796 bytes writing Mach-O to bin/z88dk-dzx0 Code signing bin/z88dk-dzx7 registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-dzx7 in place signing bin/z88dk-dzx7 as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-dzx7 parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-dzx7") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9531 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "dzx7-913807.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9796 bytes writing Mach-O to bin/z88dk-dzx7 Code signing bin/z88dk-font2pv1000 registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-font2pv1000 in place signing bin/z88dk-font2pv1000 as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-font2pv1000 parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-font2pv1000") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9545 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "font2pv1000-ae83df.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9811 bytes writing Mach-O to bin/z88dk-font2pv1000 Code signing bin/z88dk-gdb registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-gdb in place signing bin/z88dk-gdb as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-gdb parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-gdb") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 11897 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "cpu-a16fab.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 11906 bytes writing Mach-O to bin/z88dk-gdb Code signing bin/z88dk-lib registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-lib in place signing bin/z88dk-lib as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-lib parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-lib") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9593 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-lib-45695d.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9837 bytes writing Mach-O to bin/z88dk-lib Code signing bin/z88dk-sccz80 registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-sccz80 in place signing bin/z88dk-sccz80 as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-sccz80 parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-sccz80") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 11677 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "callfunc-5281ad.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 11692 bytes writing Mach-O to bin/z88dk-sccz80 Code signing bin/z88dk-ticks registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-ticks in place signing bin/z88dk-ticks as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-ticks parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-ticks") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 13531 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "ticks-570e53.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 13765 bytes writing Mach-O to bin/z88dk-ticks Code signing bin/z88dk-ucpp registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-ucpp in place signing bin/z88dk-ucpp as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-ucpp parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-ucpp") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 10202 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "mem-03ed6f.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 10435 bytes writing Mach-O to bin/z88dk-ucpp Code signing bin/z88dk-z80asm registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-z80asm in place signing bin/z88dk-z80asm as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-z80asm parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-z80asm") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 65949 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "libfile-c4c14c.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 66251 bytes writing Mach-O to bin/z88dk-z80asm Code signing bin/z88dk-z80nm registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-z80nm in place signing bin/z88dk-z80nm as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-z80nm parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-z80nm") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 10364 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "ar-edd535.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 10497 bytes writing Mach-O to bin/z88dk-z80nm Code signing bin/z88dk-z80svg registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-z80svg in place signing bin/z88dk-z80svg as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-z80svg parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-z80svg") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9724 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z80svg-55fa5c.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9961 bytes writing Mach-O to bin/z88dk-z80svg Code signing bin/z88dk-zobjcopy registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-zobjcopy in place signing bin/z88dk-zobjcopy as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-zobjcopy parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-zobjcopy") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 10434 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "zobjcopy-959191.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 10635 bytes writing Mach-O to bin/z88dk-zobjcopy Code signing bin/z88dk-zpragma registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-zpragma in place signing bin/z88dk-zpragma as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-zpragma parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-zpragma") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9570 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "zpragma-e7c6fa.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9803 bytes writing Mach-O to bin/z88dk-zpragma Code signing bin/z88dk-zsdcc registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-zsdcc in place signing bin/z88dk-zsdcc as a Mach-O binary inferring default signing settings from Mach-O binary activating SHA-1 digests because minimum OS target 10.10.0 is not >=10.11.4 activating SHA-1 digests because minimum OS target 10.10.0 is not >=10.11.4 preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-zsdcc parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-zsdcc") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.10.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 adding alternative code directory using digest Sha256 binary targets macOS >= 10.10.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 47891 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "NewAlloc-0fb2aa.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.10.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 adding alternative code directory using digest Sha256 binary targets macOS >= 10.10.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 46563 bytes writing Mach-O to bin/z88dk-zsdcc Code signing bin/z88dk-zx0 registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-zx0 in place signing bin/z88dk-zx0 as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-zx0 parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-zx0") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9530 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "compress-04fb8f.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9804 bytes writing Mach-O to bin/z88dk-zx0 Code signing bin/z88dk-zx7 registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/z88dk-zx7 in place signing bin/z88dk-zx7 as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to z88dk-zx7 parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "z88dk-zx7") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9529 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "compress-2f0dce.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 9803 bytes writing Mach-O to bin/z88dk-zx7 Code signing bin/zcc registering signing key automatically registered Apple CA certificate: Developer ID Certification Authority automatically registered Apple CA certificate: Apple Root CA using time-stamp protocol server http://timestamp.apple.com/ts01 automatically setting team ID from signing certificate: E76C9J29Z3 signing bin/zcc in place signing bin/zcc as a Mach-O binary inferring default signing settings from Mach-O binary preserving existing binary identifier in Mach-O using team ID from settings using code signature flags from settings setting binary identifier to zcc parsing Mach-O signing Mach-O binary at index 0 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "zcc") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 10347 bytes signing Mach-O binary at index 1 attempting to derive code requirements from signing certificate code requirements: 0: (identifier "zcc-68b81b.out") and ((anchor apple generic) and ((certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */) and ((certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */) and (certificate leaf[subject.OU] = "E76C9J29Z3")))); binary targets macOS >= 10.16.0 with SDK 11.1.0 adding code signature flags from signing settings: RUNTIME using hardened runtime version 11.1.0 derived from SDK version code directory version: 132352 creating cryptographic signature with certificate Developer ID Application: Dominic Morris (E76C9J29Z3) Using time-stamp server http://timestamp.apple.com/ts01 total signature size: 10467 bytes writing Mach-O to bin/zcc ######################################################################### Building osx kit ######################################################################### ######################################################################### Notarising osx kit ######################################################################### creating Notary API submission for z88dk-osx-20231130-f083566ee1-22025.zip (sha256: f7a7f6f01e35212453a6716c3804b9301f3be943c53377a102012d3fe0ee0872) created submission ID: 0a9bf252-aa84-4d54-b49b-aa02269e095f resolving AWS S3 configuration from Apple-provided credentials uploading asset to s3://notary-submissions-prod/prod/AROARQRX7CZS3PRF6ZA5L:0a9bf252-aa84-4d54-b49b-aa02269e095f (you may see additional log output from S3 client) send_operation; send_operation; operation="PutObject" send_operation; service="s3" send_operation; status="ok" S3 upload completed successfully waiting up to 600s for package upload 0a9bf252-aa84-4d54-b49b-aa02269e095f to finish processing poll state after 0s: InProgress poll state after 3s: InProgress poll state after 7s: InProgress poll state after 10s: InProgress poll state after 13s: InProgress poll state after 17s: InProgress poll state after 20s: InProgress poll state after 23s: InProgress poll state after 27s: InProgress poll state after 30s: InProgress poll state after 34s: InProgress poll state after 37s: InProgress poll state after 40s: InProgress poll state after 44s: InProgress poll state after 47s: InProgress poll state after 50s: InProgress poll state after 53s: InProgress poll state after 57s: InProgress poll state after 60s: InProgress poll state after 63s: InProgress poll state after 67s: InProgress poll state after 70s: InProgress poll state after 73s: InProgress poll state after 78s: InProgress poll state after 81s: InProgress poll state after 84s: InProgress poll state after 87s: InProgress poll state after 91s: InProgress poll state after 94s: InProgress poll state after 97s: InProgress poll state after 101s: InProgress poll state after 104s: InProgress poll state after 107s: InProgress poll state after 111s: InProgress poll state after 114s: InProgress poll state after 117s: InProgress poll state after 121s: InProgress poll state after 124s: InProgress poll state after 128s: InProgress poll state after 131s: InProgress poll state after 134s: InProgress poll state after 137s: InProgress poll state after 141s: InProgress poll state after 144s: InProgress poll state after 147s: InProgress poll state after 151s: InProgress poll state after 154s: InProgress poll state after 158s: InProgress poll state after 161s: InProgress poll state after 164s: InProgress poll state after 168s: InProgress poll state after 171s: InProgress poll state after 174s: InProgress poll state after 177s: InProgress poll state after 181s: InProgress poll state after 184s: InProgress poll state after 187s: InProgress poll state after 191s: InProgress poll state after 194s: InProgress poll state after 197s: InProgress poll state after 201s: InProgress poll state after 204s: InProgress poll state after 207s: InProgress poll state after 210s: InProgress poll state after 214s: InProgress poll state after 217s: InProgress poll state after 220s: InProgress poll state after 224s: InProgress poll state after 227s: InProgress poll state after 230s: InProgress poll state after 234s: InProgress poll state after 237s: InProgress poll state after 240s: InProgress poll state after 243s: InProgress poll state after 247s: InProgress poll state after 250s: InProgress poll state after 253s: InProgress poll state after 257s: InProgress poll state after 260s: InProgress poll state after 263s: InProgress poll state after 266s: InProgress poll state after 270s: InProgress poll state after 273s: InProgress poll state after 276s: InProgress poll state after 280s: InProgress poll state after 283s: InProgress poll state after 286s: InProgress poll state after 289s: InProgress poll state after 293s: InProgress poll state after 296s: InProgress poll state after 299s: InProgress poll state after 303s: InProgress poll state after 306s: InProgress poll state after 309s: InProgress poll state after 313s: InProgress poll state after 316s: InProgress poll state after 319s: InProgress poll state after 323s: InProgress poll state after 326s: InProgress poll state after 329s: InProgress poll state after 332s: InProgress poll state after 336s: InProgress poll state after 339s: InProgress poll state after 342s: InProgress poll state after 346s: InProgress poll state after 349s: InProgress poll state after 352s: InProgress poll state after 356s: InProgress poll state after 359s: InProgress poll state after 362s: InProgress poll state after 366s: InProgress poll state after 369s: InProgress poll state after 372s: InProgress poll state after 375s: InProgress poll state after 379s: InProgress poll state after 382s: InProgress poll state after 385s: Accepted Notary API Server has finished processing the uploaded asset fetching notarization log for 0a9bf252-aa84-4d54-b49b-aa02269e095f notary log> { notary log> "archiveFilename": "z88dk-osx-20231130-f083566ee1-22025.zip", notary log> "issues": null, notary log> "jobId": "0a9bf252-aa84-4d54-b49b-aa02269e095f", notary log> "logFormatVersion": 1, notary log> "sha256": "f7a7f6f01e35212453a6716c3804b9301f3be943c53377a102012d3fe0ee0872", notary log> "status": "Accepted", notary log> "statusCode": 0, notary log> "statusSummary": "Ready for distribution", notary log> "ticketContents": [ notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "b72a64f46a3b69547c2d05309bd9ddb0da7114bf", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-zobjcopy" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "4af5f0747e436be2f07acdcdce1e13f17c3186b8", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-zobjcopy" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "cff393f1fe80b82c7a5998e8d0cf40e3e5b30572", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-zx0" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "ed9b3c01bc079889aae39be91b3c6c1177630a2f", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-zx0" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "cb51cda5a9cf6772e0579db58f977cf63462f7d9", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-font2pv1000" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "a71fb4385b5241fe47a37837446dcaf7758a8356", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-font2pv1000" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "89abc1f2b7dc943a92a91006297646b7e5dfeb3c", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-zx7" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "1fec2474d6da247d93b27de28cc7029c22f45690", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-zx7" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "0a805d86468f8d3a4cc4e5e8ee6e110a9573dc0f", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-z80nm" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "3db8f02a0547568cad74887c652420c0fb3865fc", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-z80nm" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "c5c318b3eea65a88adc47cee6c4c4837dbb8c848", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-basck" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "060088a3d59d00ff4e1a4f367608ad9b4778467f", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-basck" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "d53ad96c75bead27aa304bb1b2418c24eb85d1a8", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-gdb" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "59406246b328e10f209dcb1b14a0b3fb81a9a38b", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-gdb" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "e74972b4518cda0fc73f314439c3d58e85aa8521", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-appmake" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "f70c39713d802040ba70c448f41aa332a9dc71e0", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-appmake" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "a8965bd88b023be0752e26e567ef2ce783feba2b", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-ticks" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "e820de06e044313e65751fa32010bba40073970c", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-ticks" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "ecc7f405c193c4b7d47fd7a720cd2a9ea2454e10", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-zpragma" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "508780b075e7eeead5a03b4e784bfb666a47bc7b", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-zpragma" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "e9968d0313aafc77d5a5aded551fdf39a7236575", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-zsdcc" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "199608ecceb4f4eabbcef559c87dd893d14464a2", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-zsdcc" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "21a022f3242ff0f7e030b5d0bd94ba34f3e5d658", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-sccz80" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "de9a315d5adc9444dce72b2d507fedb0b22424d0", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-sccz80" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "17b6cf46fcc7ff8b56e7f782d1d63bdd7018906d", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-lib" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "7e40b9a5682a19ed62196a74beab87f19308b8e3", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-lib" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "644e5913d857c27ec8251b6e91e1fd1778d8e784", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/zcc" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "a033ddda3a18718484b1cf094a561ab08f65b33a", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/zcc" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "1a90ace46f279d4701614c1ee00e3ce391ad8852", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-dis" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "487b955a408f2dc0a229eb9586bc1bc1e1f67e3d", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-dis" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "4ce5849ca8f292f385f544231b8aa2d54ed7cf0d", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-ucpp" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "47c69b02714ad70caf778d0bf2856d7e6e99e81d", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-ucpp" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "f6918143f916c9d2bdf218f9dd52cac7c2ee1809", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-dzx7" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "1d53ce61947793bd06a7473cf232349d2364390d", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-dzx7" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "ed44c8b4410c939a6cce05b9d651b35d1a1c9400", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-dzx0" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "9f2b9137c89e60ba9ec4176e33fd38b68c7efa0e", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-dzx0" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "2107e21c38aeef5c57a74575c239117c002bb0e6", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-z80asm" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "f5daaf1f5224768dbc732fed35c5d580e14d4993", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-z80asm" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "37031d1d63e2869399d508681dfe228b4c47aeb3", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-copt" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "0b4167164501da454401fae33cf1942aedd86f57", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-copt" notary log> }, notary log> { notary log> "arch": "x86_64", notary log> "cdhash": "5515cee8b680a6695be67985a5e00edf8baaeb9d", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-z80svg" notary log> }, notary log> { notary log> "arch": "arm64", notary log> "cdhash": "2bc2301d47c5ce8147581cd48df2e547149b3cb1", notary log> "digestAlgorithm": "SHA-256", notary log> "path": "z88dk-osx-20231130-f083566ee1-22025.zip/z88dk/bin/z88dk-z80svg" notary log> } notary log> ], notary log> "uploadDate": "2023-11-30T03:14:28.482Z" notary log> } ######################################################################### Everything built OK ######################################################################### ######################################################################### Deploying kits to nightly area ######################################################################### total 263060 -rw-rw-r-- 1 build build 47986754 Nov 30 03:08 z88dk-20231130-f083566ee1-22025.tgz -rw-rw-r-- 1 build build 64596350 Nov 30 03:09 z88dk-atari-mint-20231130-f083566ee1-22025.zip lrwxrwxrwx 1 build build 46 Nov 30 03:20 z88dk-atari-mint-latest.zip -> z88dk-atari-mint-20231130-f083566ee1-22025.zip lrwxrwxrwx 1 build build 35 Nov 30 03:20 z88dk-latest.tgz -> z88dk-20231130-f083566ee1-22025.tgz -rw-rw-r-- 1 build build 63877105 Nov 30 03:13 z88dk-osx-20231130-f083566ee1-22025.zip lrwxrwxrwx 1 build build 39 Nov 30 03:20 z88dk-osx-latest.zip -> z88dk-osx-20231130-f083566ee1-22025.zip -rw-rw-r-- 1 build build 92901943 Nov 30 03:11 z88dk-win32-20231130-f083566ee1-22025.zip lrwxrwxrwx 1 build build 41 Nov 30 03:20 z88dk-win32-latest.zip -> z88dk-win32-20231130-f083566ee1-22025.zip