Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: "Pinhas Krengel" Subject: GHDL Date: Fri, 19 Nov 2004 18:19:55 +0200 Lines: 18 Message-ID: X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: bzq-219-192-250.pop.bezeqint.net X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-IsSubscribed: yes GHDL is a VHDL simulator, using the GCC technology (http://ghdl.free.fr/). Did somebody tried to build it on cygwin. I had a lot of problems. From a technical point of view, GHDL is a GCC front-end: it compiles VHDL files into objects files, like GCC does for C, C++, Fortran or Ada95 files. GHDL does not generate intermediate C files. GHDL is written in Ada95. I use the GNAT compiler (the GCC Ada compiler) to create the binary image. The GHDL source includes AGCC, an Ada binding for interfacing with GCC. The GHDL run-time library is written in Ada95 too. It uses some of the Ada95 and GNAT packages. Where can I get the right GNAT and GCC for cygwin. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/