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:content-type; bh=lMZOuQn29vg5yspwcHwkkb5cJ7U4vQXzgqXiRkfeLvc=; b=wKcNkzheVdVZGu8IJvsHHf1lnxn9dK6KzJNWZG8SLLPiKDwpISWxqqKfos8MQPvmDo 3d3vgsMqs0MiCgKfzczC4j9mlHkmCaCBYOZ2w5WeeMQgL5UmTJskzZ+ZZ27QXBE3KpuM CBewr/B5umKyJuB3feRIPd5tOcvq+8gJSOyEve61WBjbvUyYpTjFQPJchtQqxwwuUVN9 8iCovSeuL6a1alwt0ZooRDDjZ39vqAUFQYeWoTETO/2sNeHK+ju0oeKSU4fJKs2FcSpK 4dXkwVX2eRN9H0popEauPevuD1HnWunb6o6w4dSJywMJ2198salW6g4oyaiONTB0tj25 vsNA== MIME-Version: 1.0 X-Received: by 10.50.13.208 with SMTP id j16mr1282574igc.73.1365158832390; Fri, 05 Apr 2013 03:47:12 -0700 (PDT) In-Reply-To: References: <20130328131629 DOT 25291 DOT qmail AT stuge DOT se> Date: Fri, 5 Apr 2013 06:47:12 -0400 Message-ID: Subject: Re: [geda-user] icarus verilog on windows7 From: Bob Paddock To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 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 > 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.) Do you know which GCC compiler you are using under Cygwin, as there are three choices? GCC3, GCC4, GCC-MinGW that may be the MinGW-w64 (TDM) compiler. See http://tdm-gcc.tdragon.net/ for TDM. use -w32 or -w64 to get the size you want. What does gcc --version say? Under Windows you might have better luck with the MinGW/TDM compiler to create Windows code. However it can have issues with threading in some configurations.