-
Notifications
You must be signed in to change notification settings - Fork 31
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 and Install problems in moore #244
Comments
Same issue! |
Sorry for taking so long to respond to this! Thanks a lot for the great feedback 👍 I'll add the |
OS message is follow
I try the new cmake build setting you just edit , More about the error msg:
|
I am having the same issue as the one mentioned above. Even after rolling back both my LLVM and CIRCT builds and using crate install --path . I am unable to build Moore. There appear to be some significant updates on the LLVM side that have broken the Moore build. Is there a timeline for a Moore update? |
I have the same problem. Is there any update? |
Follow the README.md to build the lllvm and then circt.
It will raise an error
It's because the llvm upstream no longer support auto build mlir-cpu-runner, unless you check the LLVM_NATIVE_ARCH
Do not build llc and mlir-cpu-runner to run MLIR tests
We can change -DLLVM_TARGETS_TO_BUILD="" to -DLLVM_TARGETS_TO_BUILD="host" in cmake settings.
And I still cannot run
cargo install moore
success, in spite ofcargo build
get approved.I'm new to rust and learning it now. The error message is follow
The text was updated successfully, but these errors were encountered: