Any suggestions welcome! I am keen to continue with the T2 compile, but have to get libvpx to compile first.
Any thoughts on something that I could put into libvpx.conf to make ld happy? > ld -m32 -o /tmp/vpx-conf-11073-23476.x /tmp/vpx-conf-11073-32108.o -lpthread > ld: unrecognised emulation mode: 32 > Supported emulations: elf_i386 i386linux ...it would seem that the -m32 option is the problem? Regards, Barry Kauler On 8/3/11, Barry Kauler <[email protected]> wrote: > Guys, > I have a problem with libvpx. Compile failed, and looking in > config.err in the source package, there is this: > > gcc -m32 -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall > -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith > -Wtype-limits -Wcast-qual -Wno-unused -c -o > /tmp/vpx-conf-11073-32108.o /tmp/vpx-conf-11073-27681.c > ld -m32 -o /tmp/vpx-conf-11073-23476.x /tmp/vpx-conf-11073-32108.o > -lpthread > ld: unrecognised emulation mode: 32 > Supported emulations: elf_i386 i386linux > > Could someone please advise me how to fix this? > > Note, previously when I have compiled lbvpx (version 0.9.1) outside of > T2, I have configured it like this: > > ./configure --log=no --cpu=i686 --target=x86-linux-gcc --disable-debug > --disable-install-docs --disable-install-srcs --disable-examples > --enable-vp8 --enable-postproc --enable-runtime-cpu-detect > --enable-shared > > ...I notice that libvpx.conf is missing some of those options. Just > checking with ./configure --help, it looks like some of those options, > like --enable-vp8, need to be explicitly declared. > > Regards, > Barry Kauler > ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
