ftp.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2013/04/05/01:57:31

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: <CAA8KEa7=JmUWEWfSVDJJkm-f3Jv9Z45auegvgB5Vg1zK9TRy7g AT mail DOT gmail DOT com>
<20130328131629 DOT 25291 DOT qmail AT stuge DOT se>
Date: Fri, 5 Apr 2013 11:26:13 +0530
Message-ID: <CAA8KEa7oWQqgoPuuF5CK_6U--tyLKGDy7zxH4m0j7YWndfmNRg@mail.gmail.com>
Subject: Re: [geda-user] icarus verilog on windows7
From: Roger Goodman <rogergdmn AT gmail DOT com>
To: geda-user AT delorie DOT com
Cc: Roger Goodman <rogergdmn AT gmail DOT com>
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

--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 <peter AT stuge DOT se> 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

<div>No output. It just reports the 1-line error message (when run in cygwi=
n): &quot;./a.out: Permission denied&quot;</div>
<div>=A0</div>
<div>I tried running iverilog in windows-cmd, and I got some more details:<=
/div>
<div>- iverilog -o a.exe xx.v=A0=A0=A0=A0=A0=A0 --&gt; this created a.exe</=
div>
<div>- a=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 --&gt;=
 this now prints the following message:</div>
<blockquote style=3D"MARGIN-RIGHT:0px" dir=3D"ltr">
<blockquote style=3D"MARGIN-RIGHT:0px" dir=3D"ltr">
<div>&quot;<strong>The program or feature ...\a.exe cannot start or run due=
 to incompatibility with 64-bit version of Windows</strong>.&quot;</div></b=
lockquote></blockquote>
<div dir=3D"ltr">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.)</div>

<div dir=3D"ltr">=A0</div>
<div dir=3D"ltr">Thanks very much=A0for your help.</div>
<div dir=3D"ltr">..Rog</div>
<div>=A0</div>
<div class=3D"gmail_quote">On Thu, Mar 28, 2013 at 6:46 PM, Peter Stuge <sp=
an dir=3D"ltr">&lt;<a href=3D"mailto:peter AT stuge DOT se" target=3D"_blank">pete=
r AT stuge DOT se</a>&gt;</span> wrote:<br>
<blockquote style=3D"BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PA=
DDING-LEFT:1ex" class=3D"gmail_quote">
<div class=3D"im">Roger Goodman wrote:<br>&gt; When I compile a simple veri=
log (e.g. &quot;iverilog xx.v&quot;) I get an a.out. But<br>&gt; when I try=
 to run the a.out (after doing &quot;chmod +rx&quot; on it, using cygwin),<=
br>
&gt; I only get the cryptic message: &quot;no permissions&quot;.<br><br></d=
iv>What does the command &quot;file a.out&quot; output?<br><span class=3D"H=
OEnZb"><font color=3D"#888888"><br><br>//Peter<br></font></span></blockquot=
e>
</div><br>

--047d7b339bc3aaf32b04d996be87--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019