[meta-freescale] oe_runconf failed

jigar chokshi jigar.chokshi89 at gmail.com
Mon Apr 28 00:55:50 PDT 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20140428/12951f43/attachment.html>


More information about the meta-freescale mailing list