From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by arago-project.org (Postfix) with ESMTPS id 1ADFB52A79 for ; Thu, 8 Nov 2012 04:43:01 +0000 (UTC) Received: from dlelxv30.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id qA84h0iP010035 for ; Wed, 7 Nov 2012 22:43:00 -0600 Received: from DLEE74.ent.ti.com (dlee74.ent.ti.com [157.170.170.8]) by dlelxv30.itg.ti.com (8.13.8/8.13.8) with ESMTP id qA84h0wv013698 for ; Wed, 7 Nov 2012 22:43:00 -0600 Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE74.ent.ti.com (157.170.170.8) with Microsoft SMTP Server id 14.1.323.3; Wed, 7 Nov 2012 22:43:00 -0600 Received: from localhost ([158.218.102.158]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id qA84h0aw031206; Wed, 7 Nov 2012 22:43:00 -0600 Date: Wed, 7 Nov 2012 23:42:59 -0500 From: Denys Dmytriyenko To: "Cooper Jr., Franklin" Message-ID: <20121108044258.GA14870@edge> References: <8F29D6B095ED194EA1980491A5E029710C31AF50@DFLE09.ent.ti.com> MIME-Version: 1.0 In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C31AF50@DFLE09.ent.ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "meta-arago@arago-project.org" Subject: Re: meta-toolchain-arago: move LD_LIBRARY_PATH setting into each shell stub [issue] X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 04:43:01 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Ok, so the good news is that all the SDK binaries are working fine. Now, as of the C++ headers, I'm surprised it used to work like that in previous SDKs, but I see that the headers are installed in the wrong place, not where toolchain expects them to find: /linux-devkit/arm-arago-linux-gnueabi/usr/include/c++/4.5.3 And they should be: /linux-devkit/arm-arago-linux-gnueabi/include/c++/4.5.3 Fixed now. Denys On Thu, Nov 08, 2012 at 03:06:52AM +0000, Cooper Jr., Franklin wrote: > Some more progress being made. Building non Qt applications working again and qmake works. But make is having issues finding include files > > /home/fcooper/sdk/alpha/11_07_8_10_PM/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/arm-arago-linux-gnueabi/usr/include/qtopia/QtCore/qglobal.h:68:21: fatal error: algorithm: No such file or directory > compilation terminated. > make: *** [main.o] Error 1 > > That header is apart of the C++ standard library and is located at /home/fcooper/sdk/alpha/11_07_8_10_PM/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/arm-arago-linux-gnueabi/usr/include/c++/4.5.3 > > I am currently fiddling with mkspecs, linux.conf and QMAKE_INCDIR with no luck. > > Complete log: pastebin.com/xRh4tWik > > > Regards, > Franklin Cooper Jr. > Texas Instruments > Application Engineer > fcooper@ti.com > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago