This project aims to be an open-source driver for iRiver's great iFP flash portable player (www.iriver.com).
License
GNU General Public License version 2.0 (GPLv2)Follow iRiver iFP driver
You Might Also Like
Secure remote access solution to your private network, in the cloud or on-prem.
OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
Rate This Project
Login To Rate This Project
User Reviews
-
It worked, but not straight of the shelf. I had to get libusb and libusb-legacy from macport.<br> Change in ifp_routines.h and ifp.c the location of the <usb.h> file. It is (for me) in /opt/local/include/libusb-legacy/usb.h Then configure with > ./configure --without-libiconv-prefix --with-libusb-prefix=/opt/local/lib/libusb-legacy/ > make Make was not successful; it does not add the libusb.dylib. Run the loader again with > gcc -g -O2 -o ifp ifp-ifp.o ifp-ifp_routines.o ./libunicodehack.a -liconv /opt/local/lib/libusb-legacy/libusb.dylib The resulting executeble works. Thanks.