minidbg icon indicating copy to clipboard operation
minidbg copied to clipboard

Build failure

Open krisschumi opened this issue 7 years ago • 1 comments

I git cloned this project and did a 'cmake CMakeLists.txt'. It failed because I did not have linenoise.c under ext/linenoise. I then placed linenoise.c under ext/linenoise and repeated the above command and it succeeded. It generated a Makefile. But when I hit 'make', I get the following error. Can you please tell me what I should do? I git cloned the libelfin project separately, built it and then placed the .so files under ext/libelfin. Please advise.

[ 22%] Built target hello make[3]: *** No targets specified and no makefile found. Stop. CMakeFiles/libelfin.dir/build.make:57: recipe for target 'CMakeFiles/libelfin' failed make[2]: *** [CMakeFiles/libelfin] Error 2 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/libelfin.dir/all' failed make[1]: *** [CMakeFiles/libelfin.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2

krisschumi avatar Dec 26 '17 05:12 krisschumi

The project uses git submodules, so you should be able to git submodule init and git submodule update to grab the dependencies.

TartanLlama avatar Dec 29 '17 12:12 TartanLlama