-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels