Page 1 of 1

malloc-lib?

Posted: Wed Apr 11, 2018 10:48 am
by siggi
I tried to compile "examles/graphics/wintest.c" for ZX81, using the compiler dated 04-04-2018:
zcc +zx81 -lgfx81hr192 -startup=4 -create-app -lmalloc -lndos wintest.c

I get error
" Error: cannot read file 'malloc.lib'
1 errors occurred during assembly"

The lib "malloc.lib" seems to be missing ...

Siggi

Posted: Wed Apr 11, 2018 10:47 pm
by dom
Malloc is part of the core platform library now so -lmalloc is no longer required.