Displaying 2 results from an estimated 2 matches for "arm_fs".
Did you mean:
arm's
2011 Nov 11
4
libusb not recognized?
..., 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:7298: result: -I/mnt/ARM_FS/include
configur...
2012 Mar 07
4
APC 750VA UPS not recognized by NUT?
...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/ARM_FS/" is the root NFS of my ARM board
# cp /lib/libusb* /mnt/ARM_FS/lib
5. configure NUT
# export PKG_CONFIG_PATH=/lib/pkgconfig
# ./configure \
--prefix=/usr/local/ups \
--exec-prefix=/usr/local/ups \
--bindir=/bin \
--sbindir=/sbin \
--sysconfdir=/etc \
--localstatedir=/var \
--libdir=/lib \
--...