Closed Learner0x5a closed 1 year ago
Building the API with a mismatched version of the core is unsupported. Check api_REVISION.txt
(in the base directory of your binja install) for the proper API version to use.
Building the API with a mismatched version of the core is unsupported. Check
api_REVISION.txt
(in the base directory of your binja install) for the proper API version to use.
OK. Thank you!
Version and Platform (required):
Bug Description: I'm building the latest binaryninja-api with an old bn (bn-release-3.1.3469-linux) in headless mode. When I specify
cmake -S . -B build -DHEADLESS=ON
, everything is fine. But there are a lot ofundefined reference to
when-DBN_API_BUILD_EXAMPLES=ON
added.Steps To Reproduce:
Expected Behavior: Expected to build with no error.
Screenshots: