sbp wrote: 
> Hi, you also need wiringpi , see here how to compile that.
> http://forum.tinycorelinux.net/index.php/topic,15441.0.html
> if you need help building the IQaudIO rotary encoder, you should ask at
> the tinycore forum. They are very helpful.
> 

Yep, he needs the standard lib devel headers, plus wiringPi, plus alsa
dev package, plus lirc dev package, if he wants to build the IQ_ir tool
as well as well as the one for the rotary encoder. I built both tools
(IQ-rot and IQ_ir) a couple of days ago for a friend using my Fedora
dist with a full IQ hardware stack, the DAC and AMP.


Code:
--------------------
    
  [fedora@akkordion2b3 bin]$ ldd IQ_*
  IQ_ir:
        linux-vdso.so.1 (0x7ee0f000)
        liblirc_client.so.0 => /lib/liblirc_client.so.0 (0x76f5c000)
        libasound.so.2 => /lib/libasound.so.2 (0x76e8e000)
        libwiringPi.so => /lib/libwiringPi.so (0x76e70000)
        libc.so.6 => /lib/libc.so.6 (0x76d29000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x76cfc000)
        libftdi1.so.2 => /lib/libftdi1.so.2 (0x76cdf000)
        libusb-1.0.so.0 => /lib/libusb-1.0.so.0 (0x76cc2000)
        /lib/ld-linux-armhf.so.3 (0x54ac3000)
        libm.so.6 => /lib/libm.so.6 (0x76c43000)
        libdl.so.2 => /lib/libdl.so.2 (0x76c2e000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x76c05000)
        librt.so.1 => /lib/librt.so.1 (0x76bee000)
        libudev.so.1 => /lib/libudev.so.1 (0x76bdc000)
        libcap.so.2 => /lib/libcap.so.2 (0x76bcf000)
        libdw.so.1 => /lib/libdw.so.1 (0x76b8d000)
        libattr.so.1 => /lib/libattr.so.1 (0x76b7f000)
        libelf.so.1 => /lib/libelf.so.1 (0x76b5b000)
        liblzma.so.5 => /lib/liblzma.so.5 (0x76b29000)
        libbz2.so.1 => /lib/libbz2.so.1 (0x76b11000)
        libz.so.1 => /lib/libz.so.1 (0x76af5000)
  IQ_rot:
        linux-vdso.so.1 (0x7ecd1000)
        libwiringPi.so => /lib/libwiringPi.so (0x76fa8000)
        libasound.so.2 => /lib/libasound.so.2 (0x76eda000)
        libc.so.6 => /lib/libc.so.6 (0x76d94000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x76d66000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x76d3e000)
        /lib/ld-linux-armhf.so.3 (0x54b14000)
        libm.so.6 => /lib/libm.so.6 (0x76cbf000)
        libdl.so.2 => /lib/libdl.so.2 (0x76caa000)
        librt.so.1 => /lib/librt.so.1 (0x76c93000)
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to