Uri Paran wrote: > Hi Stephen , > > I used the mingw.txt of verilog 0.8.3. just for precautions , I also > downloaded the latest snapshot and its mingw.txt was identical to the > first.
OK, it's still true that there is a problem with your mingw32 install. The config.log that you sent showed that the mingw-gcc command tried, but was unable to execute the "as" program. That is the assembler, and it should have been installed as part of the mingw install. The mingw32-5.x.exe is a meta-installer. You ran that and selected the base C compiler and the C++ language? Maybe there is a selection for the "binutils" which would include the assembler? Did you remember to add the mingw/bin directory to your path? -- Steve Williams "The woods are lovely, dark and deep. steve at icarus.com 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." _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
