--- In "cipridobos" <> wrote:
I don't recognise the libftdxx name.
Do you mean a USB/serial device? If so, all you need to do is load the
ftdi_sio module and its prerequisites and it will create /dev/usb/tts/0 for you.
insmod usbcore
insmod pcipool
insmod usb-ohci
insmod usb-ohci-ep93xx
insmod usbserial
insmod ftdi_sio
Martin
>
> I have a device based on FTDI chipset. Installed the libftd2xx.so library but
> when I try to compile one of the sample application I get this linker error:
> "/libftd2xx.so: could not read symbols: Invalid operation
> collect2: ld returned 1 exit status"
>
> I assume the library the manufacturer sent me is specific for x86 systems as
> I compiled this on a x86 computer and compiles and works fine.
>
> I looked on www(dot)ftdichip(dot)com and I found the same library under
> drivers - D2xx - linux.
>
> Does anyone knows where I can find this libftd2xx.so for arm or there is no
> such thing and I'm doing something wrong?
> Am I missing something here?
> Thank you.
> Cip
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|