From 79add470020390f9f026cc75aaefd5c56e4fd086 Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 15 Sep 2006 23:53:24 +0000 Subject: [PATCH] Build instruction typos and minor corrections. --- mingw.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/mingw.txt b/mingw.txt index d2529bec8..cb68297c8 100644 --- a/mingw.txt +++ b/mingw.txt @@ -51,6 +51,8 @@ critical, but these are the versions I use. bzip2-1.0.3 zlib-1.2.3 gperf-3.0.1 + bison-2.1 + flex-2.5.4a The above table lists the packages required. It is convenient to install them in the above order. Many of these packages are also @@ -142,6 +144,8 @@ You will need these gnuwin32 packages to compile Icarus Verilog: bzip2-1.0.3.exe zlib-1.2.3.exe gperf-3.0.1.exe + bison-2.1.exe + flex-2.5.4a.exe I suggest creating a common directory for holding all your gnuwin32 packages. I use C:\gnuwin32. The download page at the gnuwin32 site @@ -153,12 +157,11 @@ c:\gunwin32 directory. NOTES: You need the binaries and the developer files, but you do not need the source to these packages. The installer gives you the - choise. + choice. After you are done installing the gnuwin32 tools, you should add the c:\gnuwin32\bin directory (assuming you installed in c:\gnuwin32) to -your Windows path. The msys shell will pikc up your Windows -path. +your Windows path. The msys shell will pick up your Windows path. * Unpack Icarus Verilog source @@ -193,7 +196,7 @@ Now, configure the source to make the makefiles and configuration details. Run these commands: $ CPPFLAGS="-Ic:/gnuwin32/include -Ic:/mingw-packages/include" - $ LDFLAGS="-Lc:/gnuwin32/lib -Lc:/mingw-packages/include" + $ LDFLAGS="-Lc:/gnuwin32/lib -Lc:/mingw-packages/lib" $ export CPPFLAGS LDFLAGS $ ./configure --prefix=c:/iverilog