X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <5161C60A.9030004@icarus.com> Date: Sun, 07 Apr 2013 12:16:26 -0700 From: Stephen Williams User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] icarus verilog on windows7 References: <20130328131629 DOT 25291 DOT qmail AT stuge DOT se> In-Reply-To: X-Enigmail-Version: 1.6a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Try using the "vvp" command explicitly: vvp a.out iverilog does not actually generate an executable, it generates a vvp input file. I personally ALWAYS use the "vvp a.out" style and never rely on the OS to look in the header of the a.out to select an interpreter. On 04/04/2013 10:56 PM, Roger Goodman wrote: > No output. It just reports the 1-line error message (when run in > cygwin): "./a.out: Permission denied" > > I tried running iverilog in windows-cmd, and I got some more > details: - iverilog -o a.exe xx.v --> this created a.exe - a > --> this now prints the following message: > > "*The program or feature ...\a.exe cannot start or run due to > incompatibility with 64-bit version of Windows*." > > Looks like the iverilog-windows executable creates a.exe only for > 32-bit machines. How do I fix this? Is there a different version of > iverilog for 64-bit machines? or is there an extra option I need to > specify to iverilog to create 64-bit executable? (I am using > windows7 on 64bit.) > > Thanks very much for your help. ..Rog > > On Thu, Mar 28, 2013 at 6:46 PM, Peter Stuge > wrote: > > Roger Goodman wrote: >> When I compile a simple verilog (e.g. "iverilog xx.v") I get an > a.out. But >> when I try to run the a.out (after doing "chmod +rx" on it, >> using > cygwin), >> I only get the cryptic message: "no permissions". > > What does the command "file a.out" output? > > > //Peter > > - -- 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." -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlFhxgoACgkQrPt1Sc2b3inbeQCgzaLQZL8Ig+O0lrthU0BphHsq 8GEAnjV4R86JEC6Smlhcfc1KLYFtuiDZ =vOwC -----END PGP SIGNATURE-----