You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run yosys source code on C++ IDE Codeblocks. I have added the mentioned headers and ran the code and getting the error below.
#ifndef YOSYS
error It looks like you are trying to build Yosys without the config defines set. \
When building Yosys with a custom make system, make sure you set all the \
defines the Yosys Makefile would set for your build configuration.
#endif
What are the additional steps i need to do to run it? Please help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to run yosys source code on C++ IDE Codeblocks. I have added the mentioned headers and ran the code and getting the error below.
#ifndef YOSYS
error It looks like you are trying to build Yosys without the config defines set. \
#endif
What are the additional steps i need to do to run it? Please help.
Beta Was this translation helpful? Give feedback.
All reactions