From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1119 invoked by alias); 30 Jan 2012 21:16:48 -0000 Received: (qmail 1106 invoked by uid 22791); 30 Jan 2012 21:16:47 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f169.google.com (HELO mail-gy0-f169.google.com) (209.85.160.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Jan 2012 21:16:34 +0000 Received: by ghrr18 with SMTP id r18so597808ghr.0 for ; Mon, 30 Jan 2012 13:16:34 -0800 (PST) Received-SPF: pass (google.com: domain of chmorgan@gmail.com designates 10.236.184.129 as permitted sender) client-ip=10.236.184.129; Authentication-Results: mr.google.com; spf=pass (google.com: domain of chmorgan@gmail.com designates 10.236.184.129 as permitted sender) smtp.mail=chmorgan@gmail.com; dkim=pass header.i=chmorgan@gmail.com Received: from mr.google.com ([10.236.184.129]) by 10.236.184.129 with SMTP id s1mr13718968yhm.21.1327958194229 (num_hops = 1); Mon, 30 Jan 2012 13:16:34 -0800 (PST) Received: by 10.236.184.129 with SMTP id s1mr11051887yhm.21.1327958194148; Mon, 30 Jan 2012 13:16:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.100.33.6 with HTTP; Mon, 30 Jan 2012 13:16:14 -0800 (PST) In-Reply-To: <201201291152.49599.yann.morin.1998@free.fr> References: <201201290007.12267.yann.morin.1998@free.fr> <20120129101030.GA1363@sig21.net> <201201291152.49599.yann.morin.1998@free.fr> From: Chris Morgan Date: Mon, 30 Jan 2012 21:16:00 -0000 Message-ID: Subject: Re: CLooG build error To: "Yann E. MORIN" , Johannes Stezenbach , crossgcc@sourceware.org, =?ISO-8859-1?Q?Beno=EEt_Th=E9baudeau?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00092.txt.bz2 With these two changes I'm able to build an arm toolchain for barebones with checking enabled and it even generates valid object code! I was able to link and run functions out of a .a with an existing app using another proprietary toolchain. Chris On Sun, Jan 29, 2012 at 5:52 AM, Yann E. MORIN wr= ote: > Johannes, All, > > On Sunday 29 January 2012 11:10:30 Johannes Stezenbach wrote: >> > On Thursday 26 January 2012 16:40:59 Johannes Stezenbach wrote: >> > > diff -r 188d58cfe7cf configure.ac >> > > --- a/configure.ac =A0 =A0 =A0 =A0Mon Jan 16 23:45:16 2012 +0100 >> > > +++ b/configure.ac =A0 =A0 =A0 =A0Thu Jan 26 16:38:57 2012 +0100 >> > > @@ -203,7 +203,7 @@ >> > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 [Specify the full PA= TH to GNU libtoolize >=3D 1.5.26]), >> > > =A0 =A0 =A0 =A0 =A0[ac_cv_path_LIBTOOLIZE=3D$withval])]) >> > > =A0AC_CACHE_CHECK([for GNU libtoolize >=3D 1.5.26], [ac_cv_path_LIBT= OOLIZE], >> > > - =A0 =A0[AC_PATH_PROGS_FEATURE_CHECK([LIBTOOLIZE], [libtool], >> > > + =A0 =A0[AC_PATH_PROGS_FEATURE_CHECK([LIBTOOLIZE], [libtoolize], >> > > =A0 =A0 =A0 =A0 =A0[[LIBTOOLIZE_ver=3D$($ac_path_LIBTOOLIZE --versio= n 2>&1 \ >> > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0|$EGREP '\(GNU li= btool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)') >> > > =A0 =A0 =A0 =A0 =A0 =A0test -n "$LIBTOOLIZE_ver" && ac_cv_path_LIBTO= OLIZE=3D$ac_path_LIBTOOLIZE ac_path_LIBTOOLIZE_found=3D:]], >> Signed-off-by: Johannes Stezenbach > > Applied as #6a7dfa57d63a. Thank you! > > Regards, > Yann E. MORIN. > > -- > .-----------------.--------------------.------------------.--------------= ------. > | =A0Yann E. MORIN =A0| Real-Time Embedded | /"\ ASCII RIBBON | Erics' co= nspiracy: | > | +33 662 376 056 | Software =A0Designer | \ / CAMPAIGN =A0 =A0 | =A0___ = =A0 =A0 =A0 =A0 =A0 =A0 =A0 | > | +33 223 225 172 `------------.-------: =A0X =A0AGAINST =A0 =A0 =A0| =A0= \e/ =A0There is no =A0| > | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL =A0 =A0| =A0 v =A0= conspiracy. =A0| > '------------------------------^-------^------------------^--------------= ------' -- For unsubscribe information see http://sourceware.org/lists.html#faq