[poky] poky Digest, Vol 23, Issue 39

Sparsh Wid hope sparsh150847 at yahoo.com
Wed Aug 29 03:02:26 PDT 2012


I tried to compile by disabling the option -Wunused-but-set-variable from configure file, but I got same error. I tried to study config.err file and find that there is some problem with emulation mode:

i586-poky-linux-ld --sysroot=/home/sct/my_workspace/poky_xbmc_09Mar2012/build/tmp/sysroots/fishriver -Wl,-O1 -Wl,--as-needed -m32 -o /tmp/vpx-conf-11977-30350.x /tmp/vpx-conf-11977-24066.o -lpthread
i586-poky-linux-ld: unrecognised emulation mode: 32
Supported emulations: elf_i386 i386linux


I'm sending new config.err file in attachment.



________________________________
 From: Khem Raj <raj.khem at gmail.com>
To: Sparsh Wid hope <sparsh150847 at yahoo.com> 
Cc: "poky at yoctoproject.org" <poky at yoctoproject.org> 
Sent: Wednesday, 29 August 2012 10:39 AM
Subject: Re: [poky] poky Digest, Vol 23, Issue 39
 
On Tue, Aug 28, 2012 at 9:57 PM, Sparsh Wid hope <sparsh150847 at yahoo.com> wrote:
> cc1: error: unrecognized command line option "-Wunused-but-set-variable"

this option means that the package is using a compiler commandline
option that is not supported by gcc version you are using. From logs
it looks like you are on bernhard which is using gcc 4.5 and I guess
the package you are trying to compile has since added this option to
its own build infrastructure.

You have to remove this option in the make system of the package
libvpx in your case.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20120829/3eb8bd7e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.err
Type: application/octet-stream
Size: 13191 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20120829/3eb8bd7e/attachment.obj>


More information about the poky mailing list