sasagawa888 / eisl

ISLisp interpreter/compiler
Other
267 stars 22 forks source link

Build fails: Data segment size exceeds process limit #312

Closed yurivict closed 2 months ago

yurivict commented 2 months ago
===>   Generating temporary packing list
echo '(load "library/compiler.lsp") (compile-file "library/bit.lsp")' | ./eisl -r
Data segment size exceeds process limit
Abort trap
gmake: *** [makefile:150: library/bit.o] Error 134

Version: 3.90 clang-18 FreeBSD 14.0

sasagawa888 commented 2 months ago

Try reducing the value of CELLSIZE in ffi.h.

yurivict commented 2 months ago

Reducing CELLSIZE to 10000000 makes the build to succeed.