-
Notifications
You must be signed in to change notification settings - Fork 101
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
ghdl:error: unknown warning identifier #248
Comments
For anyone else who runs into this error, this fixed the issue for me: You need to recompile
In addition, this must be a clean build. I.e. run |
Currently, microwatt can only be used with GHDL's LLVM or GCC backends, not mcode. That is because how the Makefile was written for integrating the simulation RAM model written in C, as well as the console and the JTAG socket. Precisely, mcode is a built-in in-memory backend which does not support compiling additional sources or linking additional objects. However, the Makefile relies on The solution for supporting mcode would be to compile References:
Note that it is already told in the README that LLVM or GCC need to be used:
|
with Linux Mint 21 I have installed all the ghdl packages except ghdl-mcode and error was solved
|
Trying to build microwatt on Debian with make and I get
ghdl:error: unknown warning identifier
Using ghdl-nightly from https://github.com/ghdl/ghdl/releases built from source code, but I get the same error with 0.37.
The text was updated successfully, but these errors were encountered: