-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cloog incompatable with ISL #73
Comments
What OS are you running? Specific distro and version. You can gather the version from |
Ubuntu 18.04 LTS (codename bionic) |
Interesting, the combination of ISL and ClooG work fine on my MacBook Air (macOS 10.12.6, 10.13.5, and 10.14.0 DB1). It also seems to work fine for Gold on WSL... It's the |
Correct, it is the i686 toolchain. |
Would this be the same problem you're having? |
It sure is. Odd how it doesn't work with just with my distro though... |
It's the same issue with Linux Mint 18.3 |
Not sure why the toolchain doesn't build on my distro. I'll need to find a workaround, since changing the version of ISL to work with ClooG causes compatibility issues with other stages of the compilation |
Have you tried ISL 0.14? That's the latest mentioned in the CLooG ChangeLog as working. What's going on further down? |
0.14 works with ClooG, but binutils requires 0.15 or later. I'm not certain how what to even do about that. |
I guess you could build it twice on Linux platforms... I have no idea why it would be so incompatible on Linux but work just fine on macOS and on Windows' WSL, which also runs Ubuntu. I think the default Ubuntu is out of date though. I'm not sure what version. |
Here is a stupid hack that might work https://gist.github.com/1byte2bytes/245034b1cebf5ba4f160246fd572806f |
The current version of ISL in your scripts doesn't work with the ClooG library.
As stated on the OSDev Wiki:
The text was updated successfully, but these errors were encountered: