From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BC749E014BE for ; Tue, 30 Apr 2013 03:25:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:subject:date:message-id:user-agent:in-reply-to:references:mime-version:content-type; b=u1iFDPiTJUsQEKCooBi1GuxwjqPmKwi2lNf4TlbIgY1ZDcsGJQmntPGqiJ+8tRGAn8HM/QgMsC4+ R70VcGHeBrL/j3FKD68YQeYrAJspOmYwM3WqDH7I7S5N7pparO38 Received: from localhost.localdomain (static-217-133-170-65.clienti.tiscali.it [217.133.170.65]) by mx.zohomail.com with SMTPS id 13673175542191005.0577576506212; Tue, 30 Apr 2013 03:25:54 -0700 (PDT) From: Diego To: meta-freescale@yoctoproject.org Date: Tue, 30 Apr 2013 12:25:50 +0200 Message-ID: <2339397.mIrbAVhPQf@localhost.localdomain> User-Agent: KMail/4.10.2 (Linux/3.8.4-102.fc17.x86_64; KDE/4.10.2; x86_64; ; ) In-Reply-To: <1854835.BLcgak9JCV@localhost.localdomain> References: <1854835.BLcgak9JCV@localhost.localdomain> MIME-Version: 1.0 X-ZohoMailClient: External X-Zoho-Virus-Status: 2 Subject: Re: [WIP] Recipe for Vivante GPU Sdk 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: Tue, 30 Apr 2013 10:25:54 -0000 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="ISO-8859-1" In data marted=EC 30 aprile 2013 12:14:44, hai scritto: > Hello everybody, >=20 Replying to myself. Writing the previous mail popped up some ideas on m= y head. > 1) Build is failing: >=20 > I've fixed some build issues, but now I'm stuck with this problem: > | make[1]: Entering directory `/opt/yocto_builder/build/tmp/work/armv= 7a-vfp- >=20 > neon-poky-linux-gnueabi/vivante-gpu-sdk/1.00- > r0/Samples/GLES1.1/02_VertexColors' >=20 > | CC VertexColors.o > |=20 > | arm-poky-linux-gnueabi-gcc -march=3Darmv7-a -mthumb-interwork = -mfloat- >=20 > abi=3Dsoftfp -mfpu=3Dneon -- > sysroot=3D/opt/yocto_builder/build/tmp/sysroots/nitrogen6x -DDEBUG -D= _DEBUG - > D_GNU_SOURCE -mfloat-abi=3Dsoftfp -mfpu=3Dneon -fPIC -O3 -fno-strict-= aliasing > -fno- optimize-sibling-calls -Wall -g -DLINUX -DEGL_USE_X11 -I > -I../common/inc - MMD -c VertexColors.c -o VertexColors.o >=20 > | VertexColors.c:18:23: fatal error: GLU3/glu3.h: No such file or dir= ectory >=20 > I can't understand the problem, as GLU3/glu3.h is actually in ../comm= on/inc, > as specified in the -I option. Looking more closely at the string gcc string there's a leftover "-I" w= ith no=20 path which actually breaks compilation. I'll adjust the Makefiles patch= . >=20 > 2) Not able to start devshell: > To debug 1) I've tried to start a devshell. I'm building on a powerfu= l > remote server, so I don't have Konsole or xfterm, etc, I've got just = tmux > in a ssh shell. When I "bitbake -c devshell" I get the following erro= r, > which seems to be related to bitbake passing the wrong options to tmu= x. > http://pastebin.com/UkSkn7UV > http://pastebin.com/iZc1cCig > Anybody has this problem? >=20 Uninstalling tmux from the system forces bitbake to use screen instead,= which=20 works. I'll report the problem to bitbake developers, but this is a=20 workaround. Diego