From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id ED644E00734 for ; Tue, 3 Sep 2013 17:11:41 -0700 (PDT) Received: by mail-wi0-f180.google.com with SMTP id hj3so2717583wib.1 for ; Tue, 03 Sep 2013 17:11:40 -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 :subject:content-type; bh=0nbwj0tyfQNTUeXize7gMWUhWm2QgsxtO3JEGg1DQfs=; b=VdhQJMV7veZ1i+sgZE1AttaG8smkaqbcDTXUg6smnupNwzGblOKta7tI1Uk8qLthhI Mm9ryO+NfrU3zWyfXntOVuhJLw1aGYtdkN/1ExLv1tK6AyTRmvIk37jAuOq5+ndHKXKM h2ss1AXtvZmtQZeNi2sdLTW7YLykpEECzSj1IU4IxydFbai9ZQYJctoTFy30O7C5Pb33 732RIpWi14PT/e9ivqc5mWPNrF23Fn4m374HigxqC8Yat7622+L66vb6uHh+poZvz9XB LelQg3X/aV3SvLxX/ixkBkbSd7GXmqCUFI81obZoI+E86CvsEb2/n9L/p4+Eo7plvPNp LI6g== X-Gm-Message-State: ALoCoQlYR49iRfLWJCRJ1+4dSATGYvJ61x6ShL0gDp1P86Xn178QUuvqzw8zKXkLyXb0m0T6WQEV X-Received: by 10.180.160.240 with SMTP id xn16mr19916899wib.62.1378243424311; Tue, 03 Sep 2013 14:23:44 -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 z2sm28333256wiv.11.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 03 Sep 2013 14:23:43 -0700 (PDT) Message-ID: <5226535C.3010102@vtkloud.com> Date: Tue, 03 Sep 2013 23:23:40 +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: "meta-freescale@yoctoproject.org" Subject: 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 00:11:46 -0000 Content-Type: multipart/alternative; boundary="------------010204010208040003060503" --------------010204010208040003060503 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Regards Jay --------------010204010208040003060503 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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


Regards
Jay
--------------010204010208040003060503--