Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error #2

Open
MariwanJ opened this issue Nov 14, 2022 · 0 comments
Open

Compilation error #2

MariwanJ opened this issue Nov 14, 2022 · 0 comments

Comments

@MariwanJ
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant