-
Notifications
You must be signed in to change notification settings - Fork 23
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
undefined symbol: _ZN5Yosys8Frontend7executeESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEPNS_5RTLIL6DesignE #1934
Comments
It means that the plugin is referencing to _ZN5Yosys8Frontend7executeESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEPNS_5RTLIL6DesignE symbol that is not in the yosys binary.
Most probably it means that the signature changed. The pinned version to this repo is currently https://github.com/YosysHQ/yosys/tree/8b2a0010216f9a15c09bd2f4dc63691949b126df which is newer (0.33+34) so I would suggest using a newer yosys version. |
I got the following error message while trying to use it with the latest version of Yosys (b84ed5d3ad2ac8b533e1d6a83dbdb6d5c2be9ce7). I am running
I noticed that the file
|
looks like the issue is reported in #1961 |
Yes, it will be fixed via #2008 |
This is fixed with the latest version. |
Using version 3d041df
OS= CentOS Linux release 7.9.2009
I am running Centos7 and I was able to compile and install as reported here #1826. However, I get the message
undefined symbol: _ZN5Yosys8Frontend7executeESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEPNS_5RTLIL6DesignE
when I try to load the module in Yosys.
Any hint what is going on?
The text was updated successfully, but these errors were encountered: