Skip to content
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 fails due to missing Standard.h file in mlir-c/Dialect #250

Open
vani2620 opened this issue Feb 22, 2023 · 2 comments
Open

Build fails due to missing Standard.h file in mlir-c/Dialect #250

vani2620 opened this issue Feb 22, 2023 · 2 comments

Comments

@vani2620
Copy link

Trying to build on Windows 10 version 21H2 build 19044.2604.

LLVM and CIRCT build and compile properly, but Moore HDL seems to not build properly. Here's the command line output.

Portion of interest appears to be
--- stderr wrapper.h:20:10: fatal error: 'mlir-c/Dialect/Standard.h' file not found wrapper.h:20:10: fatal error: 'mlir-c/Dialect/Standard.h' file not found, err: true thread 'main' panicked at 'Unable to generate bindings: ()', C:\Users\vani2\.cargo\registry\src\github.com-1ecc6299db9ec823\moore-circt-sys-0.14.0\build.rs:113:10 note: run withRUST_BACKTRACE=1environment variable to display a backtrace warning: build failed, waiting for other jobs to finish... error: failed to compilemoore v0.14.0, intermediate artifacts can be found at C:\Users\vani2\AppData\Local\Temp\cargo-installXkIIcC``

@vani2620
Copy link
Author

Any ideas as to what's causing this?

@eymay
Copy link

eymay commented Apr 24, 2023

Try cargo install --path . as discussed in #248

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants