-
Notifications
You must be signed in to change notification settings - Fork 6
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
LLVM build fails with "No rule to make target 'NATIVE/bin/mlir-linalg-ods-yaml-gen'" #21
Comments
I've encountered this issue too while trying to reproduce the paper results. @Time0o I'm curious if you found a solution? |
same here. I tried using the Linux version in the paper but still get the same error. Any updates on any way to fix this? Update: After manually specifying in the build-ci.sh script to use ninja (-G Ninja) and removing gcc which was used by default instead of clank, I was able to fix this but unfortunately Cinnamon does not build |
Hello, thanks for the report
Thanks for sharing your solution. FWIW, you can write
Could you share what your problem is now? Maybe open a new ticket and I can help you with the setup. |
Excellent. The suggestion for the new .env file worked. I had to start from scratch just to confirm it works. However, I would suggest some additions to the markdown from my experience.
|
NOTE: I have accidentally also opened this same issue using my work GitHub account, could someone with admin rights please delete that issue?
This seems like it might be an issue with llvm-project and not Cinnamon but I am unable to build the patched version of llvm with the
build.sh
script. It fails with:I am getting this error both on Apple Silicon MacOS and x86 Ubuntu so I suspect it might be a systematic thing. I have recently been able to build LLVM/MLIR albeit from the latest release tag and with different CMake options.
The text was updated successfully, but these errors were encountered: