Reputation: 8572
We tried to run icarus verilog for students on windows. For some students it seems to work For others, we get the following error on Windows 11 Home for example:
iverilog -o test.exe test.sv
Cannot start or run due to incompatibility with 64-bit versions of windows
Not sure why, I have compiled 32-bit mingw code before, but I don't understand the DLL situation on every student machine.
In desperation, we tried to build from source:
I tried just running autoconf but that didn't seem to work, at least there is no Makefile built.
So first, is there any way to get the 32-bit version working, what would make some students' computers more hostile to 32-bit apps than others?
Second, what is the procedure to build the code?
./autoconf # ???
./autoconf configure.ac # ???
Upvotes: 0
Views: 90