X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=F/mFRjbFNsegHCCyXXmJTpXyyP83Z1t75Mrg03WaLt4=; b=0Q4QHv350NkqWrGGqfvikbI07yP2Lg1+RnVF5HXNPWKRAnrWTjjNRkfZupVsH9yqs6 zXohq5hKECds/5J9+9AArMiuAu10Ng2GAaQgDozDIABdzpuNIIX+xfTRmh7O4Luvvh20 uXnlHrpRlkI+Tr+ZTEbQQpMFqyhLC88o8QSzxzd6LSsY0I7Lwvee4BEPtYnVM5xI2ZXu STLwcuDNhxRVFDwGMa9DitlczBsP45tcNeX+GNEbWU+0e7C1PpSo10c2avsmNF78XpT/ XI7IW9GE482xtQ4vC81xEhpqLD947unLwfvJ5EZ6O/FgB+M4OgPf+Fr6ogAemargvrAx NB8Q== MIME-Version: 1.0 X-Received: by 10.60.121.41 with SMTP id lh9mr7155360oeb.20.1365141374017; Thu, 04 Apr 2013 22:56:14 -0700 (PDT) In-Reply-To: <20130328131629.25291.qmail@stuge.se> References: <20130328131629 DOT 25291 DOT qmail AT stuge DOT se> Date: Fri, 5 Apr 2013 11:26:13 +0530 Message-ID: Subject: Re: [geda-user] icarus verilog on windows7 From: Roger Goodman To: geda-user AT delorie DOT com Cc: Roger Goodman Content-Type: multipart/alternative; boundary=047d7b339bc3aaf32b04d996be87 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --047d7b339bc3aaf32b04d996be87 Content-Type: text/plain; charset=ISO-8859-1 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 > --047d7b339bc3aaf32b04d996be87 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
No output. It just reports the 1-line error message (when run in cygwi= n): "./a.out: Permission denied"
=A0
I tried running iverilog in windows-cmd, and I got some more details:<= /div>
- iverilog -o a.exe xx.v=A0=A0=A0=A0=A0=A0 --> this created a.exe
- a=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 -->= 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 o= nly for 32-bit machines. How do I fix this? Is there a different version of= iverilog for 64-bit machines? or is there an=A0extra option I need to spec= ify to iverilog to create 64-bit executable?=A0(I am using windows7 on 64bi= t.)
=A0
Thanks very much=A0for your help.
..Rog
=A0
On Thu, Mar 28, 2013 at 6:46 PM, Peter Stuge <pete= r AT stuge DOT se> wrote:
Roger Goodman wrote:
> When I compile a simple veri= log (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),<= br> > I only get the cryptic message: "no permissions".

What does the command "file a.out" output?


//Peter

--047d7b339bc3aaf32b04d996be87--