Re: [fprint] How to cross compile libfprint for ARM-Linux

2012-11-06 Thread YANG Yang
Thanks, everyone. It helped a lot. But I can't disable the uru4000 driver because that's what I excatly need to support. I will continue to cross compile those packages. I'll let you kown if it succeed or I need more help. Thanks again. Regards, YANG Yang 2012/11/6 Bastien Nocera > On Tue,

Re: [fprint] How to cross compile libfprint for ARM-Linux

2012-11-06 Thread Bastien Nocera
On Tue, 2012-11-06 at 12:30 +0400, Yuri Kozlov wrote: > В Tue, 6 Nov 2012 14:27:23 +0800 > YANG Yang пишет: > > > > then it reported: > > > > /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld: > > cannot find -lssl3 > > collect2: ld return

Re: [fprint] How to cross compile libfprint for ARM-Linux

2012-11-06 Thread Yuri Kozlov
В Tue, 6 Nov 2012 14:27:23 +0800 YANG Yang пишет: > > then it reported: > > /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../../../arm-none-linux-gnueabi/bin/ld: > cannot find -lssl3 > collect2: ld returned 1 exit status > > How can I fix this? Just cross compile libnss3,

Re: [fprint] How to cross compile libfprint for ARM-Linux

2012-11-06 Thread Rafael Toledo
Hi! I successfully compiled libfprint in a project last year for a ARM9 system. The big issue was to compile the dependencies. For this reason, I could only run version 0.0.6, because I couldn't compile NSS (required for later versions). Well, I used buildroot to compile all dependencies needed by

Re: [fprint] How to cross compile libfprint for ARM-Linux

2012-11-05 Thread Moritz von Schweinitz
No idea how to help you - but would you consider sharing any found solution? Or maybe the binaries? fprintd on ARM could be very useful... M. On Tue, Nov 6, 2012 at 12:27 AM, YANG Yang wrote: > Hi, all > > I'm going to cross compile libfprint for my ARM broad, so I typed these > two command: >