Skip to content

Compilation error #2

@MariwanJ

Description

@MariwanJ

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions