From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from db8outboundpool.messaging.microsoft.com (mail-db8lp0186.outbound.messaging.microsoft.com [213.199.154.186]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DCFE4E014C8 for ; Tue, 30 Apr 2013 04:34:30 -0700 (PDT) Received: from mail97-db8-R.bigfish.com (10.174.8.243) by DB8EHSOBE017.bigfish.com (10.174.4.80) with Microsoft SMTP Server id 14.1.225.23; Tue, 30 Apr 2013 11:34:29 +0000 Received: from mail97-db8 (localhost [127.0.0.1]) by mail97-db8-R.bigfish.com (Postfix) with ESMTP id 17851C029F; Tue, 30 Apr 2013 11:34:29 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: 8 X-BigFish: VS8(zzbb2dI98dI9371Ic89bh1432I14ffIzz1f42h1fc6h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ahzz177df4h17326ah8275bhf73b6uz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1d0ch1d2eh1155h) Received: from mail97-db8 (localhost.localdomain [127.0.0.1]) by mail97-db8 (MessageSwitch) id 1367321666521024_31484; Tue, 30 Apr 2013 11:34:26 +0000 (UTC) Received: from DB8EHSMHS005.bigfish.com (unknown [10.174.8.250]) by mail97-db8.bigfish.com (Postfix) with ESMTP id 73BE2140053; Tue, 30 Apr 2013 11:34:26 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB8EHSMHS005.bigfish.com (10.174.4.15) with Microsoft SMTP Server (TLS) id 14.1.225.23; Tue, 30 Apr 2013 11:34:21 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server (TLS) id 14.2.328.11; Tue, 30 Apr 2013 11:34:16 +0000 Received: from [10.29.244.97] ([10.29.244.97]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r3UBYCiu014087; Tue, 30 Apr 2013 04:34:15 -0700 Message-ID: <517FABF2.60708@freescale.com> Date: Tue, 30 Apr 2013 08:33:06 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Diego References: <1854835.BLcgak9JCV@localhost.localdomain> <2339397.mIrbAVhPQf@localhost.localdomain> In-Reply-To: <2339397.mIrbAVhPQf@localhost.localdomain> X-OriginatorOrg: freescale.com Cc: meta-freescale@yoctoproject.org 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 11:34:31 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable On 04/30/2013 07:25 AM, Diego wrote: > In data marted=EC 30 aprile 2013 12:14:44, hai scritto: >> Hello everybody, >> > > Replying to myself. Writing the previous mail popped up some ideas on m= y head. <3 > >> 1) Build is failing: >> >> I've fixed some build issues, but now I'm stuck with this problem: >> | make[1]: Entering directory `/opt/yocto_builder/build/tmp/work/armv7= a-vfp- >> >> neon-poky-linux-gnueabi/vivante-gpu-sdk/1.00- >> r0/Samples/GLES1.1/02_VertexColors' >> >> | CC VertexColors.o >> | >> | arm-poky-linux-gnueabi-gcc -march=3Darmv7-a -mthumb-interwork -= mfloat- >> >> 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-a= liasing >> -fno- optimize-sibling-calls -Wall -g -DLINUX -DEGL_USE_X11 -I >> -I../common/inc - MMD -c VertexColors.c -o VertexColors.o >> >> | VertexColors.c:18:23: fatal error: GLU3/glu3.h: No such file or dire= ctory >> >> I can't understand the problem, as GLU3/glu3.h is actually in ../commo= n/inc, >> as specified in the -I option. > > Looking more closely at the string gcc string there's a leftover "-I" w= ith no > path which actually breaks compilation. I'll adjust the Makefiles patch= . Did I understand it right? Inside gpu-sdk there are 3 "samples". Each=20 one has it's own Makefile, and there is no "commom" Makefile. Are you thinking about create one recipe for the "gpu-sdk" package and=20 make it provides 3 "packages"? Or, are you thinking about create one recipe for each "sample"? *instalation I took a look on one Makefile, and if you do not define DESTDIR it will=20 assume a default value for it. So, you must define DESTDIR someway. > >> >> 2) Not able to start devshell: >> To debug 1) I've tried to start a devshell. I'm building on a powerful >> remote server, so I don't have Konsole or xfterm, etc, I've got just t= mux >> in a ssh shell. When I "bitbake -c devshell" I get the following error= , >> which seems to be related to bitbake passing the wrong options to tmux= . >> http://pastebin.com/UkSkn7UV >> http://pastebin.com/iZc1cCig >> Anybody has this problem? >> > > Uninstalling tmux from the system forces bitbake to use screen instead,= which > works. I'll report the problem to bitbake developers, but this is a > workaround. <3 (i love when people find bugs) --- Daiane