msv-lab / angelix

Semantic program repair system for C programs
http://angelix.io
MIT License
97 stars 38 forks source link

Error: make default #28

Open dapeng1993 opened 3 years ago

dapeng1993 commented 3 years ago

Dear Sir, When I run ''make default'', I got the follwing message:

(base) root@iZbp179omj4oyxhfll6amcZ:~/test/angelix# make default cd build && wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 --tries=5 --continue http://llvm.org/releases/2.9/llvm-gcc4.2-2.9-x86_64-linux.tar.bz2 /bin/sh: 1: cd: can't cd to build Makefile:74: recipe for target 'build/llvm-gcc4.2-2.9-x86_64-linux.tar.bz2' failed make: *** [build/llvm-gcc4.2-2.9-x86_64-linux.tar.bz2] Error 2 (base) root@iZbp179omj4oyxhfll6amcZ:~/test/angelix#