X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=kB lSdFLaElx8ixDKzmMSVwbplLokRlGWIjNM7/MZ87P3oINl2SPuMa3YNn/03LdURv 1IMln8hla/GTXDx5psVOzmhbXR2E2EmGlLg28wJM8MaIay/liuqkanyShRsAVjvP FOHMERfWYBdy/JE2CRdOk96ei7X8ltDU4BWUepjdk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=cF6Jw4fZ 4o2KzjdVhbMphtb3yT0=; b=GIO6fGjS0kbnwHBvVWKCUfFdz3QEs3qdd2ZYgMhC VMYw1rqq7y2iKP3TjsnTBOvIvsFIu4kAkB650QunU+DaHxU9HAymnwNlIsF5foyJ rBwkyT2bobi/kKlodF/mH/CwYR07MSYh/tMFFaBhsQ32/mUSpP5UCxq5Sqo9PmGd OCw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f176.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=g42G3dp9cgFOuykW5jCIyWiaw7BBeqFsvr7m18iyLEw=; b=Fao+dUaIJe0UhUfLQCYHKndbDzGoQoUE4FhBoUKN8TsX/TBOgrzdYYquOxoa8B5/Bd 8WXL9XX53o8p1uVhcLscwha3NRC3g6zE2PVOukMTQX5wiZ0CScDZplyVGBoROmAtNJFa dCpXB8IyzoDcCjgHJFRn3UmEvRwEl1EEQm/f4ONO4AjxlBDxghnAn2zlMAK+KxYxvG2b 7140XD8OyOv7HFC//HVh1B66sa7EuMN1hwnrZzgmbyMWMypZR+BK9l9cmRQBBdQ2msIz fSqxYHq+QJOx1yaafkGWRhdhg/a2p/717WoAQHG7vN0/tC0pX/DtmJK5qoFcA2KvbdgD GGfg== X-Gm-Message-State: ALoCoQmJiMng7E779SSy3vB45Re6jkCDB2/Tx6WOqjMW+tkUfiY2Ow+ZRPOcjv6HecI7hu1/EXd7 MIME-Version: 1.0 X-Received: by 10.170.148.193 with SMTP id p184mr11050605ykc.87.1442336942141; Tue, 15 Sep 2015 10:09:02 -0700 (PDT) In-Reply-To: <55F7ED02.4080008@gmail.com> References: <55F7ED02 DOT 4080008 AT gmail DOT com> Date: Tue, 15 Sep 2015 10:09:02 -0700 Message-ID: Subject: Re: Requesting ISL update From: Michael Enright To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Tue, Sep 15, 2015 at 3:03 AM, JonY wrote: > > Hi Achim, > > Can you please update ISL for newer versions of GCC? > http://isl.gforge.inria.fr/ says 0.15 is the latest. > PMFJI, I was setting up a cross compiler this past Sunday under Cygwin, using GCC 5.1.0. I followed the "BYOI" (Bring your own Infrastructure) path and ISL 0.15 was my first choice (being the latest), but did not work. ISL 0.12.2 did work. ISL 15 passes the initial "compatible version of ISL" check that the GCC configure script does, but the granite code within GCC doesn't actually compile properly. When I recompiled without the --with-isl setting in configure, no ISL library was found, according to the "compatible version of ISL" message again, and the compiler was a success anyway. I built an OS with it, threw it away and started over using ISL 0.12.2. Everything worked, and the resulting OS build (Embedded Xinu for RPi) ran properly. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple