From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A9444E003BF for ; Wed, 4 Sep 2013 09:36:58 -0700 (PDT) Received: by mail-wi0-f173.google.com with SMTP id hq15so1953949wib.6 for ; Wed, 04 Sep 2013 09:36:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=p9LBew4HZxp0BjiYedXfFZ7/uADC5t3iqqSRSvnDyxk=; b=m3UMT+fbDOXXjsuFXFZ/1IaXVmNptdLk6kzCzZLaELdVw9GOClzS9PmkWYBmOgRXgV TD8EwiIWeCSgzmuY0EvLZnkdXc1wjiWSppOrU2OheMbl3S9e0321emLd/Sf6i0F8SH1g eS+/RD9KdqqINd9BD0S4pvG/YwIHDIhbKxmEK2qhad0brHt8ePHEojfS2albn0IuNBUU h8m+Olr4EiduIZe31Uzajfip3n4H5ISD6QR01sST7knoL+YA3vIj2VmKjHiMb0noPWFp rKKssul0E4Fo6oEk4MkZUzhtRcNZv1TX6sDB3Gj84Gbagtv8ToSzCIWsek3TNPIHubIy ipEg== X-Gm-Message-State: ALoCoQlmRmvAcCzVFjE8Smz46lSCpjqxYXGOB+3H2AgdNCBH38gR3IDhMto7pRI37ByUKypqawlr X-Received: by 10.180.103.37 with SMTP id ft5mr2833376wib.21.1378312617015; Wed, 04 Sep 2013 09:36:57 -0700 (PDT) Received: from [192.168.0.50] (aig34-1-88-167-231-94.fbx.proxad.net. [88.167.231.94]) by mx.google.com with ESMTPSA id z2sm5279173wiv.11.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 04 Sep 2013 09:36:56 -0700 (PDT) Message-ID: <522761A5.7070200@vtkloud.com> Date: Wed, 04 Sep 2013 18:36:53 +0200 From: JC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Otavio Salvador References: <5226535C.3010102@vtkloud.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: toolchain issue with with-libtool-sysroot unrecognized X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 16:36:59 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/09/2013 17:32, Otavio Salvador wrote: > On Tue, Sep 3, 2013 at 6:23 PM, JC wrote: >> Hi, >> >> I tried to follow the steps from the official Yocto toolchain documentation >> as in : >> http://www.yoctoproject.org/docs/1.4.2/adt-manual/adt-manual.html#creating-and-running-a-project-based-on-gnu-autotools >> >> When I run the configure step, I get a warning : >> configure: WARNING: unrecognized options: --with-libtool-sysroot >> >> This shouldn't be so bad, but unfortunately, because of this warning, I get >> the following issue: when I try to run the generated binary, I get : >> >> /lib/ld-linux.so.3: No such file or directory >> >> >> So it's clear that because configure doesn't understand the libtool sysroot >> parameter, it won't link my executable to the appropriate library path. >> ld-linux.so.3 is indeed present under sysroots/lib. So if the >> --with-libtool-sysroot were understood, that would work perfectly. >> >> Has anyone any clue on this? I google the error but couldn't find any >> valuable information > It seems to be an issue with your autotools-based project as it works > fine in all recipes which use autotools in Yocto. not so sure. I see the same configure warning in many other recipes. It doesn't prevent the binary from working, it just prevents it to be launched from within the SDK. Regards Jay