From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66960 invoked by alias); 15 Sep 2015 17:09:06 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 66950 invoked by uid 89); 15 Sep 2015 17:09:05 -0000 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 Received: from mail-yk0-f176.google.com (HELO mail-yk0-f176.google.com) (209.85.160.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 15 Sep 2015 17:09:04 +0000 Received: by ykdg206 with SMTP id g206so192312644ykd.1 for ; Tue, 15 Sep 2015 10:09:02 -0700 (PDT) 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) Received: by 10.37.42.194 with HTTP; Tue, 15 Sep 2015 10:09:02 -0700 (PDT) In-Reply-To: <55F7ED02.4080008@gmail.com> References: <55F7ED02.4080008@gmail.com> Date: Tue, 15 Sep 2015 17:09:00 -0000 Message-ID: Subject: Re: Requesting ISL update From: Michael Enright To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00244.txt.bz2 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