All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Bimmermann <b.bimmermann@yahoo.de>
To: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
Subject: libgles-omap3 error | BeagleBoneBlack | sgx-omap.h: No such file or directory
Date: Sat, 15 Aug 2015 00:41:50 +0000 (UTC)	[thread overview]
Message-ID: <2001756708.5081859.1439599310946.JavaMail.yahoo@mail.yahoo.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 8081 bytes --]

Hello,
i like to build the libgles-omap3 for the BeagleBoneBlack, but i get the error : 
sgx-omap.h: No such file or directory
|  #include <linux/platform_data/sgx-omap.h>.
I try to create QT5 for the BeagleboneBlack. I have found and work on this tutorial:http://www.embarcados.com.br/beaglebone-black-qt5-yocto-parte-1/Code: https://bitbucket.org/embarcados/meta-embarcados/src

He has the error in part2 of the tutorial and say that i must make :bitbake -c cleansstate libgles-omap3bitbake libgles-omap3
but that not solve the Problem. Every Time I get this Error.
I have only change the bblayer.conf and the local.conf file. All other Files are from git and I have not change anything.
I hope you can help me.



---------------------------------------------------------------------------------------------------------------------------
My bblayer.conf:LCONF_VERSION = "6"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
          ${HOME}/bbb/meta-embarcados \
          ${HOME}/bbb/meta-embarcados/meta-bbb \
          ${HOME}/bbb/meta-ti \
          ${HOME}/poky-fido/meta-qt5 \
          ${HOME}/poky-fido/meta-openembedded/meta-oe \
          ${HOME}/poky-fido/meta-openembedded/meta-ruby \
          ${HOME}/poky-fido/meta-openembedded/meta-perl \
          ${HOME}/poky-fido/meta-openembedded/meta-efl \
          ${HOME}/poky-fido/meta-openembedded/meta-multimedia \
          ${HOME}/poky-fido/meta \
          ${HOME}/poky-fido/meta-yocto \ "
BBLAYERS_NON_REMOVABLE ?= " \
         ${HOME}/poky-fido/meta \
         ${HOME}/poky-fido/meta-yocto \
  "
---------------------------------------------------------------------------------------------------------------------------
My local.conf:BB_NUMBER_THREADS = "7"
PARALLEL_MAKE = "-j7"
LICENSE_FLAGS_WHITELIST = "commercial"
MACHINE = "beaglebone"
DISTRO = "poky"
PACKAGE_CLASSES = "package_deb"
EXTRA_IMAGE_FEATURES = "debug-tweaks"
CONF_VERSION = "1"
DISTRO_FEATURES_remove = "x11 wayland"
BBMASK = "meta-embarcados/recipes-browser/chromium/chromium_%.bbappend"

---------------------------------------------------------------------------------------------------------------------------
And the complete LOG:
PC@PC:~/bbb/build_spain$ bitbake libgles-omap3
WARNING: Host distribution "Ubuntu-15.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Parsing recipes: 100% |######################################################################################################################################################################| Time: 00:00:29
Parsing of 1788 .bb files complete (0 cached, 1788 parsed). 2296 targets, 351 skipped, 1 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.26.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-15.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "beaglebone"
DISTRO            = "poky"
DISTRO_VERSION    = "1.8"
TUNE_FEATURES     = "arm armv7a vfp thumb neon callconvention-hard cortexa8"
TARGET_FPU        = "vfp-neon"
meta-embarcados   
meta-bbb          = "fido:dfb2e27bf26b109fc6ccb3bc91924fb3bb24f655"
meta-ti           = "fido:a666b94e9c676711f1389c0628e6c883ef20d5b3"
meta-qt5          = "fido:fc026381545650e10fdd488d5b2a3b2d78f87793"
meta-oe           
meta-ruby         
meta-perl         
meta-efl          
meta-multimedia   = "fido:10d3c8f85280a0bf867a8e4f84bcda81c290d28e"
meta              
meta-yocto        = "fido:08d32590411568e7bf11612ac695a6e9c6df6286"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: do_compile (log file is located at /home/PC/bbb/build_spain/tmp/work/beaglebone-poky-linux-gnueabi/omap3-sgx-modules/5.01.01.02-r22b/temp/log.do_compile.25613)
ERROR: Logfile of failure stored in: /home/PC/bbb/build_spain/tmp/work/beaglebone-poky-linux-gnueabi/omap3-sgx-modules/5.01.01.02-r22b/temp/log.do_compile.25613
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j7 -e MAKEFLAGS= KERNEL_SRC=/home/PC/bbb/build_spain/tmp/work-shared/beaglebone/kernel-source KERNEL_PATH=/home/PC/bbb/build_spain/tmp/work-shared/beaglebone/kernel-source KERNEL_VERSION=4.1.5 CC=arm-poky-linux-gnueabi-gcc  -mno-thumb-interwork -marm LD=arm-poky-linux-gnueabi-ld.bfd   AR=arm-poky-linux-gnueabi-ar  O=/home/PC/bbb/build_spain/tmp/work-shared/beaglebone/kernel-build-artifacts BUILD=release TI_PLATFORM=ti335x SUPPORT_XORG=
| make -C /home/PC/bbb/build_spain/tmp/work-shared/beaglebone/kernel-source M=`pwd`
| make[1]: Entering directory '/home/PC/bbb/build_spain/tmp/work-shared/beaglebone/kernel-source'
| make[2]: Entering directory '/home/PC/bbb/build_spain/tmp/work-shared/beaglebone/kernel-build-artifacts'
|   CC [M]  /home/PC/bbb/build_spain/tmp/work/beaglebone-poky-linux-gnueabi/omap3-sgx-modules/5.01.01.02-r22b/Graphics_SDK_5_01_01_02/GFX_Linux_KM/services4/srvkm/env/linux/module.o
| /home/PC/bbb/build_spain/tmp/work/beaglebone-poky-linux-gnueabi/omap3-sgx-modules/5.01.01.02-r22b/Graphics_SDK_5_01_01_02/GFX_Linux_KM/services4/srvkm/env/linux/module.c:51:42: fatal error: linux/platform_data/sgx-omap.h: No such file or directory
|  #include <linux/platform_data/sgx-omap.h>
|                                           ^
| compilation terminated.
| /home/PC/bbb/build_spain/tmp/work-shared/beaglebone/kernel-source/scripts/Makefile.build:258: recipe for target '/home/PC/bbb/build_spain/tmp/work/beaglebone-poky-linux-gnueabi/omap3-sgx-modules/5.01.01.02-r22b/Graphics_SDK_5_01_01_02/GFX_Linux_KM/services4/srvkm/env/linux/module.o' failed
| make[3]: *** [/home/PC/bbb/build_spain/tmp/work/beaglebone-poky-linux-gnueabi/omap3-sgx-modules/5.01.01.02-r22b/Graphics_SDK_5_01_01_02/GFX_Linux_KM/services4/srvkm/env/linux/module.o] Error 1
| /home/PC/bbb/build_spain/tmp/work-shared/beaglebone/kernel-source/Makefile:1384: recipe for target '_module_/home/PC/bbb/build_spain/tmp/work/beaglebone-poky-linux-gnueabi/omap3-sgx-modules/5.01.01.02-r22b/Graphics_SDK_5_01_01_02/GFX_Linux_KM' failed
| make[2]: *** [_module_/home/PC/bbb/build_spain/tmp/work/beaglebone-poky-linux-gnueabi/omap3-sgx-modules/5.01.01.02-r22b/Graphics_SDK_5_01_01_02/GFX_Linux_KM] Error 2
| make[2]: Leaving directory '/home/PC/bbb/build_spain/tmp/work-shared/beaglebone/kernel-build-artifacts'
| Makefile:146: recipe for target 'sub-make' failed
| make[1]: *** [sub-make] Error 2
| make[1]: Leaving directory '/home/PC/bbb/build_spain/tmp/work-shared/beaglebone/kernel-source'
| Makefile:478: recipe for target 'all' failed
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/PC/bbb/build_spain/tmp/work/beaglebone-poky-linux-gnueabi/omap3-sgx-modules/5.01.01.02-r22b/temp/log.do_compile.25613)
ERROR: Task 119 (/home/PC/bbb/meta-ti/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.02.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 731 tasks of which 720 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  /home/PC/bbb/meta-ti/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.02.bb, do_compile
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
PC@PC:~/bbb/build_spain

---------------------------------------------------------------------------------------------------------------------------

Thank you for your Time and I hope you can help me.Have a nice day.

[-- Attachment #2: Type: text/html, Size: 13110 bytes --]

             reply	other threads:[~2015-08-15  0:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-15  0:41 Benjamin Bimmermann [this message]
2015-08-15  0:49 ` libgles-omap3 error | BeagleBoneBlack | sgx-omap.h: No such file or directory Denys Dmytriyenko
2015-08-15  8:29   ` Benjamin Bimmermann
2015-08-16 15:04     ` Benjamin Bimmermann
2015-08-18 22:14       ` Denys Dmytriyenko
2015-08-19  9:46         ` Benjamin Bimmermann
2015-08-24  0:56           ` Robert Nelson
2015-08-24 19:35             ` Denys Dmytriyenko
2015-08-24 19:38               ` Robert Nelson
2015-08-24 19:50                 ` Denys Dmytriyenko
2015-08-24 22:14                   ` b.bimmermann
2015-08-24 19:25           ` Denys Dmytriyenko
2015-08-24 19:39             ` Denys Dmytriyenko

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=2001756708.5081859.1439599310946.JavaMail.yahoo@mail.yahoo.com \
    --to=b.bimmermann@yahoo.de \
    --cc=meta-ti@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.