From: Martin W. <ic...@ma...> - 2020-09-27 12:35:12
|
The Windows installer provided by Pablo Bleyer includes the necessary DLLs and will install them alongside iverilog. Those building from source will have to install mingw-w64 and msys2 anyway. The build instructions on the Wiki do mention the need to add the DLLs to the path or to copy them into the install directory. On 27/09/2020 12:34, Evan Lavelle wrote: > See the attached log for warnings on mingw32, gcc 9.1.0. The build > completes Ok, and all my own regressions pass. > > There is a problem, though, which is that the build is dynamic. On my > Win10 box I need to find the mingw32 libgcc_s_dw2-1.dll, > libstdc++-6.dll, and libwinpthread-1.dll, and add them to the Icarus bin > directory. In practice, that may mean that Windows users have to do an > msys2 and mingw32 install and copy over their own local versions, which > isn't realistic, and is going to stop people using Icarus on Windows. I > thought I put something on the wiki about this last year but I can't > find it. > > The solution is simple - it needs to be built as a static 32-bit > executable for Windows, but this could be several hours work. I'll have > a think about this when I get some time. > > > > _______________________________________________ > Iverilog-devel mailing list > Ive...@li... > https://lists.sourceforge.net/lists/listinfo/iverilog-devel > |