delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2002/09/24/20:03:30

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
content-class: urn:content-classes:message
Subject: ada binary for cygwin
MIME-Version: 1.0
Date: Wed, 25 Sep 2002 10:01:03 +1000
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Message-ID: <FAC87D7C874EAB46A847604DA4FD5A642078FF@crtsmail.corp.riotinto.org>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
From: "Billinghurst, David (CRTS)" <David DOT Billinghurst AT riotinto DOT com>
To: <cygwin AT cygwin DOT com>
X-OriginalArrivalTime: 25 Sep 2002 00:04:41.0894 (UTC) FILETIME=[25B55C60:01C26427]
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g8P03UO12796

I have build an ada compiler on cygwin using cygwin 
branch of gcc-3.2.  The original bootstrap was done 
a few months ago using a native PC version of GNAT.
I forget the details but they were posted to the list
back then.  I have no real interest in ada, but do use 
it for testing gcc.

The only real use for it is to use it as a bootstrap 
compiler for your own build of gnat.  Just untar it
anywhere, pop it in your path and away you go.

If you REALLY want it, I have uploaded it to 
http://www.geocities.com/billingd2002/gnat/ 
Please don't download it unless you want it, as
geocities only allow about one download a day.
The site goes down for a while when the download
the download limit is exceeded.  I will leave it 
up for a few days, then blow it away.

Built using the following, from cygwin branch of gcc-3.2
CVS on pentium3.  I have had some problems trying the same
on my pentium4 desktop.


#!/bin/sh
export PATH=/usr/local/gcc-3_2/bin:/usr/bin

/usr/local/src/gcc-3.2c/configure \
    --prefix=/usr/local/gcc-3_2 \
    --enable-threads=posix \
    --enable-languages=ada \
    --disable-sjlj-exceptions \
    --enable-nls \
    --without-included-gettext \
    --disable-shared > configure.log 2>&1

make bootstrap-lean > build.log 2>&1 || exit
(cd gcc; make gnatlib_and_tools >> ../build.log 2>&1 )

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


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