All of lore.kernel.org
 help / color / mirror / Atom feed
From: Diego <diego.ml@zoho.com>
To: meta-freescale@yoctoproject.org
Subject: Re: [WIP] Recipe for Vivante GPU Sdk
Date: Tue, 30 Apr 2013 12:25:50 +0200	[thread overview]
Message-ID: <2339397.mIrbAVhPQf@localhost.localdomain> (raw)
In-Reply-To: <1854835.BLcgak9JCV@localhost.localdomain>

In data martedì 30 aprile 2013 12:14:44, hai scritto:
> Hello everybody,
> 

Replying to myself. Writing the previous mail popped up some ideas on my head.

> 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/armv7a-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=armv7-a     -mthumb-interwork -mfloat-
> 
> abi=softfp -mfpu=neon  --
> sysroot=/opt/yocto_builder/build/tmp/sysroots/nitrogen6x -DDEBUG -D_DEBUG -
> D_GNU_SOURCE -mfloat-abi=softfp -mfpu=neon -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
> 
> | VertexColors.c:18:23: fatal error: GLU3/glu3.h: No such file or directory
> 
> I can't understand the problem, as GLU3/glu3.h is actually in ../common/inc,
> as specified in the -I option.

Looking more closely at the string gcc string there's a leftover "-I" with no 
path which actually breaks compilation. I'll adjust the Makefiles patch.

> 
> 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 tmux
> 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.

Diego



  reply	other threads:[~2013-04-30 10:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-30 10:14 [WIP] Recipe for Vivante GPU Sdk Diego
2013-04-30 10:25 ` Diego [this message]
2013-04-30 11:09   ` Otavio Salvador
2013-04-30 11:33   ` Daiane Angolini
2013-04-30 13:27     ` Diego

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2339397.mIrbAVhPQf@localhost.localdomain \
    --to=diego.ml@zoho.com \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.