[poky] poky Digest, Vol 23, Issue 39
Sparsh Wid hope
sparsh150847 at yahoo.com
Tue Aug 28 21:57:13 PDT 2012
Thanks for your quick response. I looked into config.err file, and got following information:
i586-poky-linux-gcc -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/sct/my_workspace/poky_xbmc_09Mar2012/build/tmp/sysroots/fishriver -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb -feliminate-unused-debug-types -m32 -fomit-frame-pointer -O3 -fPIC -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wtype-limits -Wcast-qual -Wimplicit-function-declaration -Wuninitialized -Wunused-variable -Wunused-but-set-variable -c -o /tmp/vpx-conf-2242-22036.o /tmp/vpx-conf-2242-24853.c
cc1: error: unrecognized command line option "-Wunused-but-set-variable"
I'm trying to compile libvpx for i586, does libvpx supports this architecture. I'm sending config.err file in attachment.
________________________________
From: "poky-request at yoctoproject.org" <poky-request at yoctoproject.org>
To: poky at yoctoproject.org
Sent: Wednesday, 29 August 2012 12:30 AM
Subject: poky Digest, Vol 23, Issue 39
Send poky mailing list submissions to
poky at yoctoproject.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.yoctoproject.org/listinfo/poky
or, via email, send a message with subject or body 'help' to
poky-request at yoctoproject.org
You can reach the person managing the list at
poky-owner at yoctoproject.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of poky digest..."
Today's Topics:
1. Problem while compiling libvpx (Sparsh Wid hope)
2. Re: Problem while compiling libvpx (Khem Raj)
----------------------------------------------------------------------
Message: 1
Date: Tue, 28 Aug 2012 14:50:18 +0800 (SGT)
From: Sparsh Wid hope <sparsh150847 at yahoo.com>
To: poky <poky at yoctoproject.org>
Subject: [poky] Problem while compiling libvpx
Message-ID:
<1346136618.70838.YahooMailNeo at web194606.mail.sg3.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi All,
I'm compiling libvpx through poky and got the error related to linking of toolchain.?Build info is here:
OE Build Configuration:
BB_VERSION ? ? ? ?= "1.11.0"
METADATA_BRANCH ? = "bernard-cur"
METADATA_REVISION = "1f2e1abbe2726ea6fc83e83b644ce7ee32a54fa2"
TARGET_ARCH ? ? ? = "i586"
TARGET_OS ? ? ? ? = "linux"
MACHINE ? ? ? ? ? = "fishriver"
DISTRO ? ? ? ? ? ?= "poky"
DISTRO_VERSION ? ?= "1.0"
TARGET_FPU ? ? ? ?= ""
Error log is as follows:
ERROR: Logfile of failure stored in: /home/sct/my_workspace/poky_xbmc_09Mar2012/build/tmp/work/atom-poky-linux/libvpx-1.0-r0/temp/log.do_configure.4510
Log data follows:
| Configuring selected codecs
| ? enabling vp8_encoder
| ? enabling vp8_decoder
| Configuring for target 'x86-linux-gcc'
| ? enabling x86
| ? enabling pic
| ? enabling runtime_cpu_detect
| ? enabling mmx
| ? enabling sse
| ? enabling sse2
| ? enabling sse3
| ? enabling ssse3
| ? enabling sse4_1
| ? using i586-poky-linux-as
| ? enabling postproc
| Toolchain is unable to link executables
|?
| Configuration failed. This could reflect a misconfiguration of your
| toolchains, improper options selected, or another problem. If you
| don't see any useful error messages above, the next step is to look
| at the configure error log file (config.err) to determine what
| configure was trying to do when it died.
Please help me to resolve the error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20120828/64e4361a/attachment-0001.html>
------------------------------
Message: 2
Date: Tue, 28 Aug 2012 10:05:02 -0700
From: Khem Raj <raj.khem at gmail.com>
To: Sparsh Wid hope <sparsh150847 at yahoo.com>
Cc: poky <poky at yoctoproject.org>
Subject: Re: [poky] Problem while compiling libvpx
Message-ID:
<CAMKF1spJJ0Naw=Y7PR6uvNGG_1etM3XfJUYraTRyb8SSVpxH7g at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
On Mon, Aug 27, 2012 at 11:50 PM, Sparsh Wid hope
<sparsh150847 at yahoo.com> wrote:
> Hi All,
>
> I'm compiling libvpx through poky and got the error related to linking of
> toolchain. Build info is here:
>
> OE Build Configuration:
> BB_VERSION = "1.11.0"
> METADATA_BRANCH = "bernard-cur"
> METADATA_REVISION = "1f2e1abbe2726ea6fc83e83b644ce7ee32a54fa2"
> TARGET_ARCH = "i586"
> TARGET_OS = "linux"
> MACHINE = "fishriver"
> DISTRO = "poky"
> DISTRO_VERSION = "1.0"
> TARGET_FPU = ""
>
> Error log is as follows:
>
> ERROR: Logfile of failure stored in:
> /home/sct/my_workspace/poky_xbmc_09Mar2012/build/tmp/work/atom-poky-linux/libvpx-1.0-r0/temp/log.do_configure.4510
> Log data follows:
> | Configuring selected codecs
> | enabling vp8_encoder
> | enabling vp8_decoder
> | Configuring for target 'x86-linux-gcc'
> | enabling x86
> | enabling pic
> | enabling runtime_cpu_detect
> | enabling mmx
> | enabling sse
> | enabling sse2
> | enabling sse3
> | enabling ssse3
> | enabling sse4_1
> | using i586-poky-linux-as
> | enabling postproc
> | Toolchain is unable to link executables
> |
> | Configuration failed. This could reflect a misconfiguration of your
> | toolchains, improper options selected, or another problem. If you
> | don't see any useful error messages above, the next step is to look
> | at the configure error log file (config.err) to determine what
> | configure was trying to do when it died.
>
> Please help me to resolve the error.
>
you need to send more information. are there config.log files generated in
the build tree?
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
------------------------------
_______________________________________________
poky mailing list
poky at yoctoproject.org
https://lists.yoctoproject.org/listinfo/poky
End of poky Digest, Vol 23, Issue 39
************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20120829/b02574f8/attachment.html>
More information about the poky
mailing list