|
From: Cary R. <cy...@ya...> - 2015-05-05 00:31:50
|
Martin, I tried cross compiling under cygwin using the i686-w64-mingw32 compilers and I get the following when trying to run make check: ./vvp -M../vpi ../../iverilog/vvp/examples/hello.vvp | grep 'Hello, World.' system:`../vpi\system.vpi' failed to open using dlopen() because: The specified module could not be found. . N/A:0: Error: System task/function $display() is not defined by any module. It looks like the old mingw32 may have translated / to \ in the dlopen() routine or maybe it is some other problem. To avoid too many cooks in the kitchen I'll let you look at this until told otherwise. Cary |