=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for forth-retro-12.0.2019.7 mkdir -p bin cp tools/document.sh bin/retro-document clang -pipe -Os -L/opt/pkg/lib -o bin/retro-embedimage tools/embedimage.c clang -pipe -Os -L/opt/pkg/lib -o bin/retro-extend tools/extend.c clang -pipe -Os -L/opt/pkg/lib -o bin/retro-muri tools/muri.c clang -pipe -Os -L/opt/pkg/lib -o bin/retro-unu tools/unu.c ./bin/retro-muri source/rx.muri Wrote 921 cells to ngaImage ./bin/retro-extend ngaImage source/retro.forth Initial Image Size: 1536 + 5407 tokens from source/retro.forth New Image Size: 10484 MAX SP: 21, RP: 67 cp ngaImage rre.image ./bin/retro-extend rre.image source/interfaces/io/filesystem.retro source/interfaces/io/floatingpoint.retro source/interfaces/io/unix.retro source/interfaces/io/rng.retro source/interfaces/io/sockets.retro source/interfaces/retro-unix.retro Initial Image Size: 10484 + 430 tokens from source/interfaces/io/filesystem.retro + 1235 tokens from source/interfaces/io/floatingpoint.retro + 374 tokens from source/interfaces/io/unix.retro + 665 tokens from source/interfaces/io/rng.retro + 200 tokens from source/interfaces/io/sockets.retro + 599 tokens from source/interfaces/retro-unix.retro New Image Size: 17112 MAX SP: 19, RP: 76 ./bin/retro-embedimage rre.image >source/interfaces/retro-image.c cd source/interfaces && clang -pipe -Os -L/opt/pkg/lib -o ../../bin/retro retro-unix.c -lm cd package && ../bin/retro -f list ./bin/retro-embedimage rre.image >source/interfaces/retro-image.c rm rre.image cd source/interfaces && clang -pipe -Os -L/opt/pkg/lib -o ../../bin/retro retro-unix.c -lm cat retro-describe.forth words.tsv >bin/retro-describe chmod +x bin/retro-describe