etos icon indicating copy to clipboard operation
etos copied to clipboard

Compilation error

Open MariwanJ opened this issue 3 years ago • 0 comments

I cannot compile the compiler. Under Ubuntu (windows 10)

etos-master$ make for subdir in compiler bench bin; do \ target=echo all-recursive | sed 's/-recursive//'; \ install_dir="pwd`/bin/";
echo making $target in $subdir;
(cd $subdir && INSTALL_DIR="$install_dir" GSC="time gsc" make $target) || exit 1;
done making all in compiler make[1]: Entering directory '/etos-master/compiler' ./build-parser Building "erlang.scm"...make[1]: *** [Makefile:29: erlang.scm] Segmentation fault (core dumped) make[1]: Leaving directory '/etos-master/compiler' make: *** [Makefile:27: all-recursive] Error 1

`

any help?

MariwanJ avatar Nov 14 '22 19:11 MariwanJ