We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
etos-master$ make for subdir in compiler bench bin; do \ target=
; \ install_dir="
`
any help?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: