Displaying 3 results from an estimated 3 matches for "mv5sft".
Did you mean:
msft
2011 Nov 11
4
libusb not recognized?
...fing any more solution of that. Therefore, I turn to
> developers. config.log is attached. Here are my hardware and
> software configurations:
> CPU: Marvell 88E6281 with ARM926ejs
> Linux ver: 2.6.31.8
> cinfigure commnd:
> ./configure --with-usb --with-doc \
> --host=arm-mv5sft-linux-gnueabi \
> --prefix=/mnt/ARM_FS \
>
How did you install libusb-1.0? It appears that the actual .so file
was not installed properly:
configure:7259: checking for libusb version via pkg-config
configure:7278: result: 0.1.12 found
configure:7281: checking for libusb cflags
configure:72...
2012 Mar 16
4
tcp-wrapper not found
...rapper (Ver 7.6, most files in the package are modified in 1997 or even earlier) and made it. It does not contained ./configure, and no "install" rule in Makefile, so I do not quite clear of whether I configured it right.
I make tcp-wrappers as:
# make \
REAL_DAEMON_DIR=/mnt/tmp \
CC=arm-mv5sft-linux-gnueabi-gcc \
EXTRA_CFLAGS=-DSYS_ERRLIST_DEFINED \
linux >libwrap_make.log
# cp libwrap.a /lib
# cp tcpd.h /usr/include -f
And configure NUT as:
./configure \
--includedir=/usr/include \
--prefix=/usr/local/ups \
--exec-prefix=/usr/local/ups \
--bindir=/bin \
--sbindir=/sbin \
--sysconfdi...
2012 Mar 07
4
APC 750VA UPS not recognized by NUT?
...allation procedure:
1. I downloaded libusb-0.1.12, and then configure it:
# ./configure --prefix=/usr/local/usb/prefix \
> --exec-prefix=/usr/local/usb/eprefix \
> --bindir=/bin \
> --sbindir=/sbin \
> --sysconfdir=/etc \
> --localstatedir=/var \
> --libdir=/lib \
> --host=arm-mv5sft-linux-gnueabi \
> --with-PACKAGE >>libusb_configure.log 2>&1
2. make libusb
# make >>libusb_make.log 2>&1
3. install libusb to my computer. The .a files are used by NUT
# make install >>libusb_install.log 2>&1
4. copy all libs to my ARM board. "/mnt...