-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed with: "llvm-build: error: invalid native target: 'SystemZ' (not in project)" #3
Comments
Thank you for the report. This may be related to #2. |
LOL, do I understand it correctly that you are trying to build RetDec on an IBM mainframe? We have never really tried to build it on anything other than x86, but ok, we can give it a shot.
I don't know if setting
|
Thanks! |
If step 5. fails, you can also try it with the initial commit (it has slightly different directory and CMake structure compared to the current state - no need for all those defines in
|
Step 5 does work, I can build a working LLVM on the machine. |
Ok, I will try to inspect the changes I made and identify possible causes. However, I'm not able to reproduce this, so it won't be easy. |
Ok, thanks. |
Try this for the current
|
It works, thank you! |
No, this was just a test that we found the problem. I will make this change directly in LLVM's CMake and update the reference to LLVM in the main RetDec repository. Then, you won't have to define it every time you build. I will close the issue after. Thank you for helping us identify this problem. Like i said, we have never tried it on other architectures, so I'm not sure it will work and you won't encounter some other problems. |
Thanks for your hard work. |
Is your system (s390x) big endian? My colleague says he would be very surprised if everything worked ok :-D |
The latest commit fixes avast/llvm#3.
Summary of what happened here:
|
Yes, the system is big endian. I'm building the RetDec Regression Tests Framework to test if it really works. |
Steps to reproduce
Output
Environment
SUSE Linux Enterprise Server 12 SP3 (s390x)
The text was updated successfully, but these errors were encountered: