From: Galen S. <ga...@se...> - 2020-09-27 16:13:40
|
On 9/27/20 8:58 AM, Stephen Williams wrote: > The version should report 11.0 (stable). You are still on the master branch? I did a git fetch, followed by a git checkout v11_0. HEAD is at commit 84b4ebee. 84b4ebee (HEAD, tag: v11_0, origin/v11-branch) Mark version as stable. When I do a make distclean at the top level, version_tag.h is not removed, so it is stale. I must be missing some step in the build process. Here's what I did to build. git fetch git checkout v11_0 make distclean sh autoconf.sh ./configure make version # reports `version' is up to date. make -j8 &> make.log make check driver/iverilog -V galen -- Galen Seitz ga...@se... |