-
Notifications
You must be signed in to change notification settings - Fork 8
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
Doesn't compile on MacOs #27
Comments
This issue is known, as I reported it long time ago. But I don't find the issue now. My LLVM on macOS is resent. |
Yes, I just wanted to have an open issue on it to be able to track it. |
Related question (not this issue): there was a precompiled version for Mac available (with
Is there any progress in this direction? Would really love to see this working on macOS, as I'm currently trying to get lingua franca running again on Patmos here at UCB. |
@schoeberl I'm currently looking into getting the new toolchain updated for use with the build script. So, hopefully by next week I'm at a place where others can test. |
Compilation fails on MacOs. When I run it, I get an error about various labels being undefined for x86_64:
This is not necessarily an issue with the code, as it also doesn't compile on bc4cc75.
Even going back to before I began committing, and patching it like bc4cc75, it still doesn't compile.
Therefore, this might have something to do with the age of the project, and could be solved by updating to a newer version of LLVM.
The text was updated successfully, but these errors were encountered: