[Coco] Building Toolshed on Cygwin.
Phill Harvey-Smith
afra at ramoth.org.uk
Thu Oct 24 14:22:22 EDT 2019
Hi all,
I'm trying to build toolshed on cygwin. It seems to be falling over
compiling libnative (log below).
Anyone have any clues as to how to fix this?
make: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix'
(cd libtoolshed; make); (cd libnative; make); (cd libcecb; make); (cd
librbf; make); (cd libcoco; make); (cd libdecb; make); (cd libmisc;
make); (cd libsys; make); (cd ar2; make); (cd os9; make); (cd mamou;
make); (cd decb; make); (cd tocgen; make); (cd cocofuse; make); (cd
makewav; make); (cd libcecb; make); (cd cecb; make); (cd doc; make);
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libtoolshed'
make[1]: Circular toolshed.r <- toolshed.a dependency dropped.
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -c -o toolshed.o ../../../libtoolshed/toolshed.c
ar -r libtoolshed.a toolshed.o
ar: creating libtoolshed.a
ranlib libtoolshed.a
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libtoolshed'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libnative'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libnativegs.o ../../../libnative/libnativegs.c
../../../libnative/libnativegs.c: In function ‘_native_gs_fd’:
../../../libnative/libnativegs.c:90:22: error: ‘FILE {aka struct
__sFILE64}’ has no member named ‘_fileno’; did you mean ‘_file’?
if (fstat(path->fd->_fileno, statbuf) < 0)
^~~~~~~
_file
../../../libnative/libnativegs.c: In function ‘_native_gs_size’:
../../../libnative/libnativegs.c:141:22: error: ‘FILE {aka struct
__sFILE64}’ has no member named ‘_fileno’; did you mean ‘_file’?
if (fstat(path->fd->_fileno, &statbuf) < 0)
^~~~~~~
_file
make[1]: *** [<builtin>: libnativegs.o] Error 1
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libnative'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libcecb'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcebcopen.o ../../../libcecb/libcebcopen.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcecbgs.o ../../../libcecb/libcecbgs.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcecbwav.o ../../../libcecb/libcecbwav.c
../../../libcecb/libcecbwav.c: In function ‘_cecb_parse_riff’:
../../../libcecb/libcecbwav.c:190:60: warning: comparison between
‘_wave_parity {aka enum <anonymous>}’ and ‘enum <anonymous>’
[-Wenum-compare]
if( (path->wav_frequency_limit == 0) || (path->wav_parity == NONE) )
^~
../../../libcecb/libcecbwav.c:305:52: warning: ‘mal’ may be used
uninitialized in this function [-Wmaybe-uninitialized]
path->buffer_1200_length = (path->wav_sample_rate / mal) *
WAV_SAMPLE_MUL;
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../../libcecb/libcecbwav.c:208:34: note: ‘mal’ was declared here
double ma1, ma2, ma3, ma4, mah, mal, ratio;
^~~
../../../libcecb/libcecbwav.c:306:52: warning: ‘mah’ may be used
uninitialized in this function [-Wmaybe-uninitialized]
path->buffer_2400_length = (path->wav_sample_rate / mah) *
WAV_SAMPLE_MUL;
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
../../../libcecb/libcecbwav.c:208:29: note: ‘mah’ was declared here
double ma1, ma2, ma3, ma4, mah, mal, ratio;
^~~
../../../libcecb/libcecbwav.c:233:60: warning: ‘diff4’ may be used
uninitialized in this function [-Wmaybe-uninitialized]
ma2 = movingavg( 1, (double)path->wav_sample_rate/(diff2+diff3) );
~~~~~~^~~~~~~
../../../libcecb/libcecbwav.c:207:27: note: ‘diff4’ was declared here
int diff1, diff2, diff3, diff4, diff5;
^~~~~
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcecbcas.o ../../../libcecb/libcecbcas.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcecbread.o ../../../libcecb/libcecbread.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcecbwrite.o ../../../libcecb/libcecbwrite.c
ar -r libcecb.a libcebcopen.o libcecbgs.o libcecbwav.o libcecbcas.o
libcecbread.o libcecbwrite.o
ar: creating libcecb.a
ranlib libcecb.a
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libcecb'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/librbf'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -g -c -o librbfbitmap.o ../../../librbf/librbfbitmap.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -g -c -o librbfmakdir.o ../../../librbf/librbfmakdir.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -g -c -o librbfread.o ../../../librbf/librbfread.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -g -c -o librbfrename.o ../../../librbf/librbfrename.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -g -c -o librbfss.o ../../../librbf/librbfss.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -g -c -o librbfdelete.o ../../../librbf/librbfdelete.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -g -c -o librbfgs.o ../../../librbf/librbfgs.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -g -c -o librbfopen.o ../../../librbf/librbfopen.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -g -c -o librbfreadln.o ../../../librbf/librbfreadln.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -g -c -o librbfseek.o ../../../librbf/librbfseek.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -g -c -o librbfwrite.o ../../../librbf/librbfwrite.c
ar -r librbf.a librbfbitmap.o librbfmakdir.o librbfread.o librbfrename.o
librbfss.o librbfdelete.o librbfgs.o librbfopen.o librbfreadln.o
librbfseek.o librbfwrite.o
ar: creating librbf.a
ranlib librbf.a
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/librbf'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libcoco'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcocogs.o ../../../libcoco/libcocogs.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcocodelete.o ../../../libcoco/libcocodelete.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcocoopen.o ../../../libcoco/libcocoopen.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcocoread.o ../../../libcoco/libcocoread.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcocorename.o ../../../libcoco/libcocorename.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcocoseek.o ../../../libcoco/libcocoseek.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcocoss.o ../../../libcoco/libcocoss.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcocowrite.o ../../../libcoco/libcocowrite.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcocoreadln.o ../../../libcoco/libcocoreadln.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libcocomakdir.o ../../../libcoco/libcocomakdir.c
ar -r libcoco.a libcocogs.o libcocodelete.o libcocoopen.o libcocoread.o
libcocorename.o libcocoseek.o libcocoss.o libcocowrite.o libcocoreadln.o
libcocomakdir.o
ar: creating libcoco.a
ranlib libcoco.a
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libcoco'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libdecb'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libdecbgs.o ../../../libdecb/libdecbgs.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libdecbkill.o ../../../libdecb/libdecbkill.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libdecbopen.o ../../../libdecb/libdecbopen.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libdecbread.o ../../../libdecb/libdecbread.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libdecbrename.o ../../../libdecb/libdecbrename.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libdecbseek.o ../../../libdecb/libdecbseek.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libdecbss.o ../../../libdecb/libdecbss.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libdecbwrite.o ../../../libdecb/libdecbwrite.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libdecbtokenize.o ../../../libdecb/libdecbtokenize.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libdecbbinconcat.o ../../../libdecb/libdecbbinconcat.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o libdecbsrec.o ../../../libdecb/libdecbsrec.c
../../../libdecb/libdecbsrec.c: In function ‘_decb_srec_decode’:
../../../libdecb/libdecbsrec.c:196:10: warning: implicit declaration of
function ‘digittoint’ [-Wimplicit-function-declaration]
type = digittoint(in_buffer[in_buffer_position++]);
^~~~~~~~~~
ar -r libdecb.a libdecbgs.o libdecbkill.o libdecbopen.o libdecbread.o
libdecbrename.o libdecbseek.o libdecbss.o libdecbwrite.o
libdecbtokenize.o libdecbbinconcat.o libdecbsrec.o
ar: creating libdecb.a
ranlib libdecb.a
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libdecb'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libmisc'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -c -o libmiscendian.o ../../../libmisc/libmiscendian.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -c -o libmisccococonv.o ../../../libmisc/libmisccococonv.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -c -o libmiscqueue.o ../../../libmisc/libmiscqueue.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -c -o libmiscutil.o ../../../libmisc/libmiscutil.c
ar -r libmisc.a libmiscendian.o libmisccococonv.o libmiscqueue.o
libmiscutil.o
ar: creating libmisc.a
ranlib libmisc.a
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libmisc'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libsys'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -c -o crc.o ../../../libsys/crc.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -c -o prsnam.o ../../../libsys/prsnam.c
ar -r libsys.a crc.o prsnam.o
ar: creating libsys.a
ranlib libsys.a
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libsys'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/ar2'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DSYSV -c -o ar.o
../../../ar2/ar.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DSYSV -c -o arsup.o
../../../ar2/arsup.c
../../../ar2/arsup.c: In function ‘set_fstat’:
../../../ar2/arsup.c:217:12: warning: passing argument 2 of ‘utime’ from
incompatible pointer type [-Wincompatible-pointer-types]
utime(pn, &ubuf);
^
In file included from /usr/include/utime.h:8:0,
from ../../../ar2/arsup.c:80:
/usr/include/sys/utime.h:22:5: note: expected ‘const struct utimbuf *’
but argument is of type ‘struct <anonymous> *’
int utime (const char *__path, const struct utimbuf *__buf);
^~~~~
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DSYSV -c -o lz1.o
../../../ar2/lz1.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DSYSV -c -o o2u.o
../../../ar2/o2u.c
cc ar.o arsup.o lz1.o o2u.o -o ar2
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/ar2'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/os9'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9copy.o
../../../os9/os9copy.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9dsave.o
../../../os9/os9dsave.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9gen.o
../../../os9/os9gen.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9modbust.o
../../../os9/os9modbust.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9dcheck.o
../../../os9/os9dcheck.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9dump.o
../../../os9/os9dump.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9id.o
../../../os9/os9id.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9padrom.o
../../../os9/os9padrom.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9_main.o
../../../os9/os9_main.c
../../../os9/os9_main.c: In function ‘show_os9_help’:
../../../os9/os9_main.c:132:11: warning: variable ‘argv’ set but not
used [-Wunused-but-set-variable]
char *argv[3];
^~~~
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9del.o
../../../os9/os9del.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9format.o
../../../os9/os9format.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9ident.o
../../../os9/os9ident.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9rename.o
../../../os9/os9rename.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9attr.o
../../../os9/os9attr.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9deldir.o
../../../os9/os9deldir.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9free.o
../../../os9/os9free.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9list.o
../../../os9/os9list.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9cmp.o
../../../os9/os9cmp.c
../../../os9/os9cmp.c: In function ‘compare’:
../../../os9/os9cmp.c:181:15: warning: format ‘%x’ expects argument of
type ‘unsigned int’, but argument 2 has type ‘size_t {aka long unsigned
int}’ [-Wformat=]
printf("%08x %02x %02x\n", total_bytes + i, buffer1[i], buffer2[i]);
~~~^ ~~~~~~~~~~~~~~~
%08lx
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9dir.o
../../../os9/os9dir.c
../../../os9/os9dir.c: In function ‘do_dir’:
../../../os9/os9dir.c:183:7: warning: variable ‘size’ set but not used
[-Wunused-but-set-variable]
int size;
^~~~
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9fstat.o
../../../os9/os9fstat.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o os9makdir.o
../../../os9/os9makdir.c
cc -o os9 os9copy.o os9dsave.o os9gen.o os9modbust.o os9dcheck.o
os9dump.o os9id.o os9padrom.o os9_main.o os9del.o os9format.o os9ident.o
os9rename.o os9attr.o os9deldir.o os9free.o os9list.o os9cmp.o os9dir.o
os9fstat.o os9makdir.o -L../libtoolshed -L../libcecb -L../libcoco
-L../libnative -L../libdecb -L../libmisc -L../librbf -L../libsys
-ltoolshed -lcoco -lnative -ldecb -lcecb -lmisc -lrbf -lsys -lm
/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/bin/ld:
cannot find -lnative
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:12: os9] Error 1
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/os9'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/mamou'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DLINUX
-I../../../include -g -Wall -c -o mamou_main.o ../../../mamou/mamou_main.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DLINUX
-I../../../include -g -Wall -c -o evaluator.o ../../../mamou/evaluator.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DLINUX
-I../../../include -g -Wall -c -o pseudo.o ../../../mamou/pseudo.c
../../../mamou/pseudo.c:94:0: warning: ignoring #pragma mark OS
[-Wunknown-pragmas]
#pragma mark OS-9 Asm Directives
../../../mamou/pseudo.c:265:0: warning: ignoring #pragma mark
Conditional [-Wunknown-pragmas]
#pragma mark Conditional Directives
../../../mamou/pseudo.c:514:0: warning: ignoring #pragma mark Alignment
[-Wunknown-pragmas]
#pragma mark Alignment Directives
../../../mamou/pseudo.c:624:0: warning: ignoring #pragma mark Paging
[-Wunknown-pragmas]
#pragma mark Paging Directives
../../../mamou/pseudo.c:1430:0: warning: ignoring #pragma mark Reserve
[-Wunknown-pragmas]
#pragma mark Reserve Memory Storage
../../../mamou/pseudo.c:1526:0: warning: ignoring #pragma mark Fill
[-Wunknown-pragmas]
#pragma mark Fill Constant Data
../../../mamou/pseudo.c:1645:0: warning: ignoring #pragma mark Fill
[-Wunknown-pragmas]
#pragma mark Fill Constant Data With Value
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DLINUX
-I../../../include -g -Wall -c -o h6309.o ../../../mamou/h6309.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DLINUX
-I../../../include -g -Wall -c -o ffwd.o ../../../mamou/ffwd.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DLINUX
-I../../../include -g -Wall -c -o print.o ../../../mamou/print.c
../../../mamou/print.c: In function ‘print_line’:
../../../mamou/print.c:150:21: warning: ‘%s’ directive writing up to
1023 bytes into a region of size 510 [-Wformat-overflow=]
sprintf(tmp, "; %s", as->line.comment);
^~
../../../mamou/print.c:150:5: note: ‘sprintf’ output between 3 and 1026
bytes into a destination of size 512
sprintf(tmp, "; %s", as->line.comment);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../mamou/print.c:183:32: warning: ‘%s’ directive writing up to
1023 bytes into a region of size between 470 and 510 [-Wformat-overflow=]
sprintf(Tmp_buff, "%s\t%s\t%s", as->line.label, as->line.Op,
as->line.operand);
^~
../../../mamou/print.c:183:5: note: ‘sprintf’ output between 3 and 1066
bytes into a destination of size 512
sprintf(Tmp_buff, "%s\t%s\t%s", as->line.label, as->line.Op,
as->line.operand);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../mamou/print.c:187:35: warning: ‘%s’ directive writing up to
1023 bytes into a region of size between 470 and 487 [-Wformat-overflow=]
sprintf(Tmp_buff, "%-14s %-9s %s", as->line.label, as->line.Op,
as->line.operand);
^~
../../../mamou/print.c:187:5: note: ‘sprintf’ output between 26 and 1066
bytes into a destination of size 512
sprintf(Tmp_buff, "%-14s %-9s %s", as->line.label, as->line.Op,
as->line.operand);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../mamou/print.c:195:32: warning: ‘%s’ directive writing up to
1023 bytes into a region of size between 470 and 510 [-Wformat-overflow=]
sprintf(Tmp_buff, "%s\t%s\t%s\t%s", as->line.label, as->line.Op,
as->line.operand, as->line.comment);
^~
../../../mamou/print.c:195:5: note: ‘sprintf’ output between 4 and 2090
bytes into a destination of size 512
sprintf(Tmp_buff, "%s\t%s\t%s\t%s", as->line.label, as->line.Op,
as->line.operand, as->line.comment);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../mamou/print.c:199:35: warning: ‘%-19s’ directive writing
between 19 and 1023 bytes into a region of size between 470 and 487
[-Wformat-overflow=]
sprintf(Tmp_buff, "%-14s %-9s %-19s %s", as->line.label,
as->line.Op, as->line.operand, as->line.comment);
^~~~~
../../../mamou/print.c:199:5: note: ‘sprintf’ output between 46 and 2090
bytes into a destination of size 512
sprintf(Tmp_buff, "%-14s %-9s %-19s %s", as->line.label,
as->line.Op, as->line.operand, as->line.comment);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DLINUX
-I../../../include -g -Wall -c -o util.o ../../../mamou/util.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -DLINUX
-I../../../include -g -Wall -c -o symbol_bucket.o
../../../mamou/symbol_bucket.c
cc -o mamou mamou_main.o evaluator.o pseudo.o h6309.o ffwd.o print.o
util.o symbol_bucket.o -L../libcoco -L../libnative -L../libcecb
-L../libdecb -L../librbf -L../libmisc -L../libsys -lcoco -lnative -ldecb
-lcecb -lrbf -lmisc -lsys -lm -g
/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/bin/ld:
cannot find -lnative
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:12: mamou] Error 1
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/mamou'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/decb'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o decb_main.o ../../../decb/decb_main.c
../../../decb/decb_main.c: In function ‘show_decb_help’:
../../../decb/decb_main.c:124:8: warning: variable ‘argv’ set but not
used [-Wunused-but-set-variable]
char *argv[3];
^~~~
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o decbattr.o ../../../decb/decbattr.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o decbcopy.o ../../../decb/decbcopy.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o decbdir.o ../../../decb/decbdir.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o decbdskini.o ../../../decb/decbdskini.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o decbfree.o ../../../decb/decbfree.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o decbfstat.o ../../../decb/decbfstat.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o decbhdbconv.o ../../../decb/decbhdbconv.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o decbkill.o ../../../decb/decbkill.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o decblist.o ../../../decb/decblist.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o decbrename.o ../../../decb/decbrename.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o os9dump.o ../../../os9/os9dump.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o decbdsave.o ../../../decb/decbdsave.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o os9dsave.o ../../../os9/os9dsave.c
cc -o decb decb_main.o decbattr.o decbcopy.o decbdir.o decbdskini.o
decbfree.o decbfstat.o decbhdbconv.o decbkill.o decblist.o decbrename.o
os9dump.o decbdsave.o os9dsave.o -g -L../libtoolshed -L../libcoco
-L../libnative -L../libcecb -L../librbf -L../libdecb -L../libmisc
-L../libsys -ltoolshed -lcoco -lnative -lcecb -lrbf -ldecb -lmisc -lsys -lm
/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/bin/ld:
cannot find -lnative
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:11: decb] Error 1
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/decb'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/tocgen'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -g -c -o tocgen_main.o ../../../tocgen/tocgen_main.c
cc tocgen_main.o -o tocgen -L../libcoco -L../libnative -L../libdecb
-L../libmisc -L../librbf -L../libsys -L../libcecb -lcoco -lnative -lcecb
-ldecb -lmisc -lrbf -lsys -lm
/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/bin/ld:
cannot find -lnative
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:13: tocgen] Error 1
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/tocgen'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/cocofuse'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -I../../../include
-Wall -c -o cocofuse.o ../../../cocofuse/cocofuse.c
../../../cocofuse/cocofuse.c:31:10: fatal error: fuse.h: No such file or
directory
#include <fuse.h>
^~~~~~~~
compilation terminated.
make[1]: *** [<builtin>: cocofuse.o] Error 1
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/cocofuse'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -c -o makewav.o
../../../makewav/makewav.c
../../../makewav/makewav.c: In function ‘main’:
../../../makewav/makewav.c:390:21: warning: implicit declaration of
function ‘digittoint’ [-Wimplicit-function-declaration]
total_length += (digittoint(linebuf[2]) * 16) +
digittoint(linebuf[3]) - 3;
^~~~~~~~~~
cc makewav.o -lm -o makewav
makewav.o: In function `main':
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:390:
undefined reference to `digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:390:(.text.startup+0x202):
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
`digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:390:
undefined reference to `digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:390:(.text.startup+0x214):
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
`digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:447:
undefined reference to `digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:447:(.text.startup+0x593):
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
`digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:447:
undefined reference to `digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:447:(.text.startup+0x5a5):
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
`digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:448:
undefined reference to `digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:448:(.text.startup+0x5b9):
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
`digittoint'
makewav.o:/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:448:
more undefined references to `digittoint' follow
makewav.o: In function `main':
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:448:(.text.startup+0x5cf):
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
`digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:467:(.text.startup+0x5f5):
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
`digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:467:(.text.startup+0x607):
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
`digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:474:(.text.startup+0x641):
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
`digittoint'
/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav/../../../makewav/makewav.c:474:(.text.startup+0x650):
relocation truncated to fit: R_X86_64_PC32 against undefined symbol
`digittoint'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:13: makewav] Error 1
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/makewav'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libcecb'
make[1]: 'libcecb.a' is up to date.
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/libcecb'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/cecb'
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o cecbbulkerase.o ../../../cecb/cecbbulkerase.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o cecbdir.o ../../../cecb/cecbdir.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o cecbfstat.o ../../../cecb/cecbfstat.c
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o cecb_main.o ../../../cecb/cecb_main.c
../../../cecb/cecb_main.c: In function ‘show_cecb_help’:
../../../cecb/cecb_main.c:174:8: warning: variable ‘argv’ set but not
used [-Wunused-but-set-variable]
char *argv[3];
^~~~
cc -Dunix -DUNIX -O3 -I. -g -I../../../include -Wall
-DTOOLSHED_VERSION=\"2.2\" -D_FILE_OFFSET_BITS=64 -g -I../../../include
-Wall -c -o cecbcopy.o ../../../cecb/cecbcopy.c
cc -o cecb cecbbulkerase.o cecbdir.o cecbfstat.o cecb_main.o cecbcopy.o
../os9/os9dump.o ../decb/decblist.o -g -L../libcoco -L../libnative
-L../libcecb -L../librbf -L../libdecb -L../libmisc -L../libsys -lcoco
-ldecb -lnative -lrbf -lcecb -lmisc -lsys -lm
/usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/bin/ld:
cannot find -lnative
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:10: cecb] Error 1
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/cecb'
make[1]: Entering directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/doc'
markdown ../../../doc/ToolShed.md > ToolShed.html
/bin/sh: markdown: command not found
make[1]: [Makefile:12: ToolShed.html] Error 127 (ignored)
make[1]: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix/doc'
make: Leaving directory
'/cygdrive/z/Retro/CoCo/Toolshed/toolshed/build/unix'
Cheers.
Phill.
--
Phill Harvey-Smith, Programmer, Hardware hacker, and general eccentric !
"You can twist perceptions, but reality won't budge" -- Rush.
--
This email has been checked for viruses by AVG.
https://www.avg.com
More information about the Coco
mailing list