All of lore.kernel.org
 help / color / mirror / Atom feed
* oe_runconf failed
@ 2014-04-28  7:55 jigar chokshi
  2014-04-28  7:57 ` jigar chokshi
  0 siblings, 1 reply; 3+ messages in thread
From: jigar chokshi @ 2014-04-28  7:55 UTC (permalink / raw)
  To: meta-freescale

[-- 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: 2741 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* oe_runconf failed
  2014-04-28  7:55 oe_runconf failed jigar chokshi
@ 2014-04-28  7:57 ` jigar chokshi
  2014-04-28 15:02   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: jigar chokshi @ 2014-04-28  7:57 UTC (permalink / raw)
  To: poky

[-- 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 --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: oe_runconf failed
  2014-04-28  7:57 ` jigar chokshi
@ 2014-04-28 15:02   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2014-04-28 15:02 UTC (permalink / raw)
  To: jigar chokshi; +Cc: poky

On Mon, Apr 28, 2014 at 12:57 AM, jigar chokshi
<jigar.chokshi89@gmail.com> wrote:
> 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?

paste the contents of config.log somewhere


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-28 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-28  7:55 oe_runconf failed jigar chokshi
2014-04-28  7:57 ` jigar chokshi
2014-04-28 15:02   ` Khem Raj

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.