-
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
ghdl-ls Traceback on Windows #172
Comments
Hello,
you need to update libghdl: just re-install ghdl.
Your issue is a little bit weird: you have updated ghdl-language-server,
you have update pyGHDL from ghdl, but the libghdl dll has not been updated.
|
I managed to build ghdl from source, but I first had to fix this:
By changing |
For reference, in order to make
Otherwise it the LSP will not be able to find / hook onto the root directory where the vhdl code is located. Doing |
Is the dll path correct and does it exist?
If yes, the error is probably due to a dependency (libgcc or libgnat).
You need to update PATH.
|
I managed to fix that by building ghdl from source. |
I somehow ran into this issue again. As it turns out, what I needed to do was to copy over my built |
On Fedora 38 the |
Description
After installing ghdl using the latest commit, attempting to run
ghdl-ls
on Windows fails (tested on Fedora and it works fine).Context
71287d46036e45f2bcafbc06e4b1ca1b37d48b85
Here's the traceback I get when trying to run
ghdl-ls
:The text was updated successfully, but these errors were encountered: