All of lore.kernel.org
 help / color / mirror / Atom feed
From: jigar chokshi <jigar.chokshi89@gmail.com>
To: poky@yoctoproject.org
Subject: oe_runconf failed
Date: Mon, 28 Apr 2014 09:57:01 +0200	[thread overview]
Message-ID: <CAAEo+ZoJ8wXt8y=XPVdA6bdpCYmUk1uYUMz4T+2NoFQakPAdfg@mail.gmail.com> (raw)
In-Reply-To: <CAAEo+ZrTKqkFUxcaP4BU+hcg-9RZsFHnZs3PLA54zwdeh99W-w@mail.gmail.com>

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

Hello,

Here i attached important parameter of my local.conf file of
core-image-minimal.

MACHINE ??= 'imx6qsabreauto'
DISTRO ?= 'poky'
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES = "debug-tweaks ssh-server-openssh"
IMAGE_INSTALL_append = " gcc g++ binutils libgcc libgcc-dev libstdc++
libstdc++-dev glib-2.0 libsigc++-2.0-dev libstdc++-staticdev tslib-conf
tslib-tests tslib-calibrate openssh-sftp-server alsa-lib alsa-tools
alsa-state alsa-utils-alsaconf tslib evtest dbus nano qtbase qtbase-fonts
qtbase-plugins qtbase-examples cinematicexperience gstreamer cairo pango
fontconfig freetype pulseaudio "
DISTRO_FEATURES_remove = "x11 wayland"


I am trying to cross compile a library of an application but i am getting
error.
The .bb file of libraray is following:

DESCRIPTION = "Library"
HOMEPAGE = "www.xyz.de"
SECTION = "libs"
DEPENDS = "libsigc++-2.0 libxml2 libxslt"
PRIORITY = "optional"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=0cd9a07afbeb24026c9b03aecfeba458"
PR = "r0"


SRC_URI = "file://library/"

S = "${WORKDIR}/library"

inherit autotools pkgconfig

EXTRA_OECONF = "--enable-shared --disable-static"

INSANE_SKIP_${PN} = "installed-vs-shipped"

#do_configure () {
#    sudo make clean
#    sudo ./autogen.sh -host=arm-poky-linux-gnueabi --enable-shared
--disable-static
#}
#
#
#do_compile () {
#    sudo make
#}
#
#do_install (){
#    sudo make install
#}

i am getting following error when i tried to bitbake core-image-minimal
 configure: exit 1
ERROR: oe_runconf failed
WARNING: run.do_configure.9057:1 exit 1 from
exit 1
ERROR: Function failed: do_configure (log file is located at
log.do_configure.9057)

so, i checked log file in that file i can found following details:

arm-poky-linux-gnueabi-gcc: error: unrecognized command line option '-V'
arm-poky-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.

arm-poky-linux-gnueabi-gcc: error: unrecognized command line option
'-qversion'
arm-poky-linux-gnueabi-gcc: fatal error: no input files
compilation terminated.

I don't know where am i wrong?

Thank you,
Jigar Chokshi

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

  reply	other threads:[~2014-04-28  7:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-28  7:55 oe_runconf failed jigar chokshi
2014-04-28  7:57 ` jigar chokshi [this message]
2014-04-28 15:02   ` Khem Raj

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='CAAEo+ZoJ8wXt8y=XPVdA6bdpCYmUk1uYUMz4T+2NoFQakPAdfg@mail.gmail.com' \
    --to=jigar.chokshi89@gmail.com \
    --cc=poky@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.