[ILUG] webcam compilation woes
Dermot McGahon
dermot at dspsrv.com
Thu Jul 22 09:36:53 IST 2004
On Tue, 13 Jul 2004 23:51:57 +0100, Conor Wynne <weeboy at conorwynne.com>
wrote:
> cp -v /home/daddy/Documents/sources/pwcx-9.0/mipsel/libpwcx-mips4.a
> drivers/usb/media/libpwcx.a
This is mips compiled.
> ld: Relocatable linking with relocations from format elf32-little
> (drivers/usb/media/libpwcx.a(pwc-dec1.o)) to format elf32-i386
> (drivers/usb/media/pwcx.o) is not supported
You're trying to link little (MIPS little-endian) and big-endian (i386)
code.
Not to mention that they are compiled for two different architectures.
Find the right pwcx and give it another go.
Dermot.
--
More information about the ILUG
mailing list