asyncvlsi / act

ACT hardware description language and core tools.
http://avlsi.csl.yale.edu/act
GNU General Public License v2.0
101 stars 23 forks source link

Initial configuration does not seem to work #1

Closed dmzimmerman closed 5 years ago

dmzimmerman commented 5 years ago

There appears to be a circular dependency, whereby the configure script fails to create a config script in the scripts directory because there is no config script in the scripts directory.

More specifically, the check script called by the configure script fails with:

line 16: /Users/dmz/misc-repos/act/scripts/config: No such file or directory
dmzimmerman commented 5 years ago

As a side note, putting a stub config script in the scripts directory that defines the C_COMPILER environment variable properly allows configuration (and building) to proceed.

rmanohar commented 5 years ago

Thanks! I believe this has now been fixed by running the check script at the end.

dmzimmerman commented 5 years ago

I can confirm that it now works on a freshly checked out repo. Thanks!