All of lore.kernel.org
 help / color / mirror / Atom feed
From: <winiston@futuraautomation.com>
To: "Khem Raj" <raj.khem@gmail.com>
Cc: yocto texas <meta-ti@yoctoproject.org>
Subject: Re: Build Error for AM437x-evm
Date: Thu, 28 Jan 2016 11:51:35 +0530	[thread overview]
Message-ID: <28AA3DBF5F3343948A98AC47A80A2AA7@RD3> (raw)
In-Reply-To: <CAMKF1spT+uLPxQJvRFjjTxtXN4crg34a4cQw=Q8TJ9iYLLZHCg@mail.gmail.com>

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

Dear,

I have cloned recent  meta-ti package. Now it started building the image and it spits out the following error.

winiston@winiston-VirtualBox:~/poky/build$ bitbake core-image-minimal
Loading cache: 100% |#########################| ETA:  00:00:00
Loaded 1497 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.28.0"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Ubuntu-14.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "am437x-evm"
DISTRO            = "poky"
DISTRO_VERSION    = "2.0.1"
TUNE_FEATURES     = "arm armv7a vfp thumb neon callconvention-hard cortexa9"
TARGET_FPU        = "vfp-neon"
meta              
meta-yocto        = "jethro:b9ad87b18fd7a664b8d5e385ffb09496c679036c"
meta-ti           = "master:963c35fc490a733a533c0c30471f9974eed451d6"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: oe_runmake failed
ERROR: Function failed: do_compile (log file is located at /home/winiston/poky/build/tmp/work/am437x_evm-poky-linux-gnueabi/u-boot-ti-staging/2015.07+gitAUTOINC+2b4b6fb691-r16/temp/log.do_compile.18321)
ERROR: Logfile of failure stored in: /home/winiston/poky/build/tmp/work/am437x_evm-poky-linux-gnueabi/u-boot-ti-staging/2015.07+gitAUTOINC+2b4b6fb691-r16/temp/log.do_compile.18321
Log data follows:
Huge log data resides here.... at the end of log data, it is showing the error as follows,

| make[1]: *** [drivers/usb/host/xhci-omap.o] Error 1
| make: *** [drivers/usb/host] Error 2
| WARNING: exit code 1 from a shell command.
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (log file is located at /home/winiston/poky/build/tmp/work/am437x_evm-poky-linux-gnueabi/u-boot-ti-staging/2015.07+gitAUTOINC+2b4b6fb691-r16/temp/log.do_compile.18321)
ERROR: Task 73 (/home/winiston/meta-ti/recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1910 tasks of which 1909 didn't need to be rerun and 1 failed.
No currently running tasks (1909 of 2045)

Summary: 1 task failed:
  /home/winiston/meta-ti/recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb, do_compile
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
winiston@winiston-VirtualBox:~/poky/build$ 

What could be the problem? Please provide the solution

Thanks in advance...

Regards,
Winiston.P
Futura Automation Pvt Ltd.

Ph :91-80-28375290 / 28375295
Fax :91-80-28375291


From: Khem Raj 
Sent: Monday, January 25, 2016 11:09 PM
To: winiston@futuraautomation.com 
Cc: yocto texas 
Subject: Re: [meta-ti] Build Error for AM437x-evm

Always post your build configuration that bit bake spits out at the very beginning of build

On Jan 25, 2016 1:28 AM, <winiston@futuraautomation.com> wrote:

  Dear ,

  I built default yocto image for qemux86 processor using poky. I used the bitbake core-image-minimal command to build the image. It has been built successfully. 
  Now I made the following changes to build for AM437x evm.

  1. Edited   ~/poky/build/conf/bblayers.conf   file as follows

  BBFILES ?= “”
  BBLAYERS = “ \
  /home/winiston/poky/meta \
  /home/winiston/poky/meta-yocto \
  /home/winiston/poky/meta-ti \

  Note :  meta-ti  resides in the poky folder.

  2.Edited  ~/poky/build/conf/local.conf  file. The MACHINE variable  changed from MACHINE ??= “qemux86”  to  MACHINE ??= "am437x-evm"

  After making above two changes, I executed bitbake core-image-minimal command from terminal window. It gives the following error

  ERROR: ParseError at /home/winiston/poky/meta-ti/recipes-graphics/drm/libdrm_2.4.41.bb:1: Could not include required file recipes-graphics/drm/libdrm.inc

  Summary: There was 1 ERROR message shown, returning a non-zero exit code.
  winiston@winiston-VirtualBox:~/poky/build$ 

  What could be the reason of this error? How do I solve this error?

  Regards,
  Winiston.P
  Futura Automation Pvt Ltd.

  Ph :91-80-28375290 / 28375295
  Fax :91-80-28375291


  --
  _______________________________________________
  meta-ti mailing list
  meta-ti@yoctoproject.org
  https://lists.yoctoproject.org/listinfo/meta-ti


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

  reply	other threads:[~2016-01-28  6:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25  9:32 Build Error for AM437x-evm winiston
2016-01-25 17:07 ` Denys Dmytriyenko
2016-01-25 17:39 ` Khem Raj
2016-01-28  6:21   ` winiston [this message]
2016-01-28  7:38     ` Anders Darander
2016-01-28  9:04       ` winiston
2016-01-28 10:53         ` Anders Darander
2016-01-28 12:57           ` winiston
2016-01-29  9:35           ` Image write " winiston
2016-02-11  9:46           ` Build " winiston

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=28AA3DBF5F3343948A98AC47A80A2AA7@RD3 \
    --to=winiston@futuraautomation.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=raj.khem@gmail.com \
    /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.