-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
make test_dependencies failed #433
Comments
In the immediate/short term, can you try using the Ultimately this stems from a seemingly good idea that time has proven to be a bad idea: deriving all register names / offsets from local variables defined in |
After using the [suzixin@localhost scripts]$ ./build.sh --debug --dyninst-frontend --prefix /home/suzixin/code/remill-install
[+] Enabling a debug build of remill
[+] Will build dyninst frontend
[+] New install directory is /home/suzixin/code/remill-install
[-] Library version is libraries-llvm1000-ubuntu1804-amd64
-- Install prefix: /home/suzixin/code/remill-install
CMake Error at cmake/BCCompiler.cmake:80 (message):
The following compiler is not suitable to generate bitcode:
/home/suzixin/initCode/remill/scripts/remill-build/libraries/llvm/bin/clang++
Call Stack (most recent call first):
CMakeLists.txt:25 (include)
-- ccache: enabled with '/usr/local/bin/ccache'. The cache folder is located here: '/home/suzixin/.ccache'
> Generating runtime target: x86
> Generating runtime target: x86_avx
> Generating runtime target: x86_avx512
> Generating runtime target: amd64
> Generating runtime target: amd64_avx
> Generating runtime target: amd64_avx512
> Generating runtime target: aarch64
-- Using LLVM_INSTALL_PREFIX hints for find_package(LLVM): /home/suzixin/initCode/remill/scripts/remill-build/libraries/llvm/lib/cmake/llvm/;/home/suzixin/initCode/remill/scripts/remill-build/libraries/llvm/share/llvm/cmake/
CMake Error at tools/CMakeLists.txt:29 (message):
McSema depends upon Anvill being cloned into
/home/suzixin/initCode/remill/tools/anvill
-- Configuring incomplete, errors occurred!
See also "/home/suzixin/initCode/remill/scripts/remill-build/CMakeFiles/CMakeOutput.log".
See also "/home/suzixin/initCode/remill/scripts/remill-build/CMakeFiles/CMakeError.log". The
To solve this problem, I tried to compile llvm and install in |
I haven't met this problem before. |
Ah! I think I forgot to mention that if you're using McSema, then you'll want the api_improvements branch of all three (Remill, Anvill, McSema) repositories. The next major release of McSema depends upon Anvill. |
Instructions for cxx-common: https://gist.github.com/pgoodman/0882459dc2ecff0e674b79815e9301ff |
Hi, I tried to clone
However, I can found |
This is the same question as issues/668 report.
|
* New x86 instructions * Add some isels * Fixes Issue #376 * Fixes Issue #433. Thanks @adahsuzixin for the semantics and tests * Fixes Issue #374 * Minor fix to the semantics for VINSERTF128, it should only look at the low bit of imm8 * Minor fixes for sparc isel naming
Hi, team, I met problem when running test.
I tried to add an instruction
VINSERTF128
,This is the testcase I used to test this instruction.
When run
make test_dependencies
and runninglift-x86_avx-tests
, the problem occur.Even if I undo the modification to
Tests.S
, the problem still appears, could you please help me to find the root cause?The text was updated successfully, but these errors were encountered: