In the MinGW version of iverilog-vpi (C version located in driver-vpi) we must only look at the first word of the IVERILOG_VPI_CC definition. A recent change to the configuration process made this equal to "gcc -std=gnu99" which will not be found when looking for the gcc executable. We nee to look for "<path>\\bin\\gcc.exe". This patch modifies the driver to only use the first word when looking for the compiler, but uses the full value when compiling. |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| config.h.in | ||
| main.c | ||
| res.rc | ||