You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am attempting to compile Phasar on Ubuntu 18.04 (I have also tried 16.04 with the same results). I am following your instructions, but I come across the following issue when running make in /build.
[ 0%] Building CXX object lib/Controller/CMakeFiles/phasar_controller.dir/AnalysisController.cpp.o
cc1plus: error: to generate dependencies you must specify either -M or -MM
cc1plus: warning: unrecognized command line option ‘-Wno-return-type-c-linkage’
lib/Controller/CMakeFiles/phasar_controller.dir/build.make:62: recipe for target 'lib/Controller/CMakeFiles/phasar_controller.dir/AnalysisController.cpp.o' failed
make[2]: *** [lib/Controller/CMakeFiles/phasar_controller.dir/AnalysisController.cpp.o] Error 1
CMakeFiles/Makefile2:2868: recipe for target 'lib/Controller/CMakeFiles/phasar_controller.dir/all' failed
make[1]: *** [lib/Controller/CMakeFiles/phasar_controller.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Hello, I am attempting to compile Phasar on Ubuntu 18.04 (I have also tried 16.04 with the same results). I am following your instructions, but I come across the following issue when running
make
in/build
.The text was updated successfully, but these errors were encountered: