minidbg
minidbg copied to clipboard
Build failure
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
The project uses git submodules, so you should be able to git submodule init and git submodule update to grab the dependencies.