Hello, On Mar 29, 2011, at 20:08 , Alexandre Schammass wrote: > Hi All, > > I am trying to use android emulator with a smart card (using pcsc-lite) and > I'm experiencing a linking problem when I try to re-build the emulator: > > /usr/bin/ld: skipping incompatible > ../pcsclite/pcsc-lite-1.5.5/src/.libs/libpcsclite.so when searching for > -lpcsclite > /usr/bin/ld: skipping incompatible > ../pcsclite/pcsc-lite-1.5.5/src/.libs/libpcsclite.a when searching for > -lpcsclite > /usr/bin/ld: skipping incompatible //usr/local/lib/libpcsclite.so when > searching for -lpcsclite > /usr/bin/ld: skipping incompatible //usr/local/lib/libpcsclite.a when > searching for -lpcsclite > /usr/bin/ld: cannot find -lpcsclite > > I am using pcsc-lite-1.5.5 under Ubuntu 10.10 64bit, and I followed the > description http://code.google.com/p/seek-for-android/wiki/EmulatorExtension > on how to use the android emulator with pcsc lite. > > As I understood, the warning "skipping incompatible" means architecture > incompatibility (32-bit libraries in a 64-bit OS), but I have downloaded the > pcsc-lite source and compiled it.
The rest of Android SDK (including emulator) should be for 32 bits (meaning that you need to have the necessary ia32-libs etc installed for successful use) You might try with a 32bit platform first. _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
