ghdl / ghdl-yosys-plugin

VHDL synthesis (based on ghdl)
GNU General Public License v3.0
295 stars 32 forks source link

libgnat-13.so module missing #195

Closed 95lux closed 1 month ago

95lux commented 1 month ago

I am trying to load the module with yosys -m ghdl -p 'ghdl' but get

ERROR: Can't load module `./ghdl': libgnat-13.so: cannot open shared object file: No such file or directory

I am on arch, and when trying to install libgnat with ada-gcc package, it only installs the libgnat-14.so library object. I also tried building yosys, ghdl-yosys-plugin and ghdl from Github source, to rule out the possibility of outdated, or misconfigured packages form the AUR.

Is the dependency of libgnat13 correct?

Xiretza commented 1 month ago

You built ghdl while GCC 13 was current. Now, GCC 14 is current. Rebuild ghdl.

95lux commented 1 month ago

Thanks alot! I recompiled ghdl, and yosys plugin. Now i got a working installation again! Sorry for opening an issue for it.