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
ddisasm --help
Usage: ddisasm [OPTIONS...] INPUT_FILE
Disassemble INPUT_FILE and output assembly code and/or gtirb.
Allowed options:
-h [ --help ] produce help message
--version display ddisasm version
However when I build it in cmake, the error occur
~/Desktop/ddisasm-master$ cmake ./ -Bbuild
CMake Error at CMakeLists.txt:149 (find_package):
By not providing "Findgtirb.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "gtirb", but
CMake did not find one.
Could not find a package configuration file provided by "gtirb" (requested
version 1.10.0) with any of the following names:
gtirbConfig.cmake
gtirb-config.cmake
Add the installation prefix of "gtirb" to CMAKE_PREFIX_PATH or set
"gtirb_DIR" to a directory containing one of the above files. If "gtirb"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/home/qun/Desktop/ddisasm-master/build/CMakeFiles/CMakeOutput.log".
See also "/home/qun/Desktop/ddisasm-master/build/CMakeFiles/CMakeError.log".
could you tell me how to solve it since I could run ddisasm in command line (means I satisfy all requirements).
The text was updated successfully, but these errors were encountered:
I want build ddisasm.
I follow
And I can use ddisasm in command
However when I build it in cmake, the error occur
could you tell me how to solve it since I could run ddisasm in command line (means I satisfy all requirements).
The text was updated successfully, but these errors were encountered: