From: Stephen W. <st...@ic...> - 2020-09-27 15:58:55
|
The version should report 11.0 (stable). You are still on the master branch? On Sun, Sep 27, 2020 at 8:41 AM Galen Seitz <ga...@se...> wrote: > > On 9/26/20 1:59 PM, Stephen Williams wrote: > > I've made an 11.0 release, and the release source files are here: > > > > <ftp://ftp.icarus.com/pub/eda/verilog/v11/> > > > > Try it out, and let's see how it goes. Feedback in this mailing list, > > especially with packaging issues. > > > > FWIW, I was able to successfully build and run make check from the v11_0 > tag under CentOS 7, which has gcc 4.8.5. > > driver/iverilog -V shows: > Icarus Verilog Parser/Elaborator version 11.0 (devel) (v10_2-78-gb7b22660) > > I have no need to build a release, but what is the correct method for > updating version_tag.h? Running make distclean did not remove it, so > it remains unchanged from my original build many months ago. > > > Again FWIW, I noticed that the build generated several warnings. > > [galens@toto iverilog]$ grep warning make.log |uniq > netqueue.cc:25:52: warning: declaration of ‘max_idx’ shadows a member of 'this' [-Wshadow] > net_nex_input.cc:267:17: warning: declaration of ‘func’ shadows a member of 'this' [-Wshadow] > net_scope.cc:234:73: warning: declaration of ‘type’ shadows a member of 'this' [-Wshadow] > parse.cc:8456:18: warning: missing initializer for member ‘vlltype::text’ [-Wmissing-field-initializers] > lexor.cc:1912:13: warning: unused parameter ‘yyscanner’ [-Wunused-parameter] > lexor.cc:2232:7: warning: unused parameter ‘yyscanner’ [-Wunused-parameter] > lexor.cc:2237:7: warning: unused parameter ‘yyscanner’ [-Wunused-parameter] > lexor.cc:2249:6: warning: unused parameter ‘yyscanner’ [-Wunused-parameter] > vvp_net_sig.h:333:53: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] > vvp_net_sig.cc:714:65: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] > vvp_net_sig.cc:746:65: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] > vvp_net_sig.h:333:53: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] > getp.c:55:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > > > galen > -- > Galen Seitz > ga...@se... > > > _______________________________________________ > Iverilog-devel mailing list > Ive...@li... > https://lists.sourceforge.net/lists/listinfo/iverilog-devel -- Steve Williams "The woods are lovely, dark and deep. st...@ic... But I have promises to keep, http://www.icarus.com and lines to code before I sleep, http://www.picturel.com And lines to code before I sleep." |