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
First is the instructions for compilation seems to require to run autoconf, while there is already a configure script in the repo.
Second, when using that script, I cannot continue to build the system as I end up getting errors that there is no target for all when trying to build 'simu'
And lastly if I do follow the instructions provided in the README file, I run into a slew of obsolete macros as a lot were deprecated with autotools version 2.70 and 2.71.
I would think the simplest way to get around this would be to figure out what is causing the simu directory to not have the makefile built (which is what I came across), and eventually update configure.in (which I keep getting warnings saying it should be changed to configure.ac)
The text was updated successfully, but these errors were encountered:
Never mind the configuration script, and you don't need to update the configure.in, just follow the readme. Yeah, you need to install some dependecy tools like gperf. And the warnings while you compiling may be eliminatd later.
You'd better compile and install pint_iverilog in ubuntu16.04 or centos7.8.
So I seem to have run into a few things
First is the instructions for compilation seems to require to run autoconf, while there is already a configure script in the repo.
Second, when using that script, I cannot continue to build the system as I end up getting errors that there is no target for all when trying to build 'simu'
And lastly if I do follow the instructions provided in the README file, I run into a slew of obsolete macros as a lot were deprecated with autotools version 2.70 and 2.71.
I would think the simplest way to get around this would be to figure out what is causing the simu directory to not have the makefile built (which is what I came across), and eventually update configure.in (which I keep getting warnings saying it should be changed to configure.ac)
The text was updated successfully, but these errors were encountered: