LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-05-2006, 05:07 AM   #1
BartXXX
LQ Newbie
 
Registered: May 2006
Posts: 3

Rep: Reputation: 0
I can't compile eagleusb


hi I can not compile eagle-usb
I have Vector linux (it's slackware based distribiution)
when i type ./configure

Quote:
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking whether closedir returns void... no
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for alarm... yes
checking for gettimeofday... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strspn... yes
checking for strtol... yes
checking for ifconfig... yes
checking for route... yes
checking for pidof... yes
checking for dhclient... no
checking for dhcpcd... dhcpcd
checking for pppd... yes
checking for pppoe... yes
checking for tclsh... yes
checking for wish... no
checking for xsltproc... yes
*** libxslt-proc package is missing, keeping prebuild version ***
checking for kernel version... 2.6.13
checking for ifup... 0
checking for adictrl... no
checking for eaglectrl... no
checking for showstat... no
checking for eaglestat... no
checking for startadsl... no
checking for stopadsl... no
configure: creating ./config.status
config.status: creating Makefile.common
config.status: executing default commands

========================================================================
distribution detected Slackware

dhcp support dhcpcd

pppd support yes
pppoa support yes
pppoe support yes

install eagleconnect (tcl/tk frontend) no

generate documentation no
========================================================================

warning: current gcc version is not the same as the one used to
compile the running kernel.
- current gcc version: 3.3.4
- gcc version used for kernel: 3.3.4)

after make
Quote:
make -C driver
make[1]: Entering directory `/root/Desktop/eagle-usb-2.3.1/driver'
USE_CMVS=1 make -C /lib/modules/2.6.13/build SUBDIRS=/root/Desktop/eagle-usb-2.3.1/driver modules
make[2]: Entering directory `/usr/src/linux-2.6.13'

WARNING: Symbol version dump /usr/src/linux-2.6.13/Module.symvers
is missing; modules will have no dependencies and modversions.

CC [M] /root/Desktop/eagle-usb-2.3.1/driver/eu_main.o
In file included from include/asm/fixmap.h:27,
from include/asm/pgtable.h:17,
from include/linux/mm.h:36,
from include/linux/skbuff.h:26,
from include/linux/if_ether.h:107,
from include/linux/netdevice.h:29,
from /root/Desktop/eagle-usb-2.3.1/driver/Adiutil.h:57,
from /root/Desktop/eagle-usb-2.3.1/driver/eu_main.c:34:
include/asm/acpi.h:31:28: acpi/pdc_intel.h: No such file or directory
In file included from include/linux/if_ether.h:107,
from include/linux/netdevice.h:29,
from /root/Desktop/eagle-usb-2.3.1/driver/Adiutil.h:57,
from /root/Desktop/eagle-usb-2.3.1/driver/eu_main.c:34:
include/linux/skbuff.h:31:26: net/checksum.h: No such file or directory
In file included from include/linux/if_ether.h:107,
from include/linux/netdevice.h:29,
from /root/Desktop/eagle-usb-2.3.1/driver/Adiutil.h:57,
from /root/Desktop/eagle-usb-2.3.1/driver/eu_main.c:34:
include/linux/skbuff.h: In function `skb_add_data':
include/linux/skbuff.h:1091: warning: implicit declaration of function `csum_and_copy_from_user'
include/linux/skbuff.h:1095: warning: implicit declaration of function `csum_block_add'
include/linux/skbuff.h: In function `skb_postpull_rcsum':
include/linux/skbuff.h:1146: warning: implicit declaration of function `csum_sub'
include/linux/skbuff.h:1146: warning: implicit declaration of function `csum_partial'
make[3]: *** [/root/Desktop/eagle-usb-2.3.1/driver/eu_main.o] Error 1
make[2]: *** [_module_/root/Desktop/eagle-usb-2.3.1/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.13'
make[1]: *** [eagle-usb.ko] Error 2
make[1]: Leaving directory `/root/Desktop/eagle-usb-2.3.1/driver'
make: *** [build] Error 2
 
Old 05-05-2006, 04:21 PM   #2
berbae
Member
 
Registered: Jul 2005
Location: France
Distribution: Arch Linux
Posts: 540

Rep: Reputation: Disabled
Hello
I know nothing about Vector linux distribution but I used eagle-usb driver for many years.
I never had problem compiling it.
You need to have the kernel source of your current running kernel. It must be configured to match it.
I noted some messages like:
Quote:
warning: current gcc version is not the same as the one used to
compile the running kernel.
Quote:
WARNING: Symbol version dump /usr/src/linux-2.6.13/Module.symvers
is missing; modules will have no dependencies and modversions.
Quote:
include/asm/acpi.h:31:28: acpi/pdc_intel.h: No such file or directory
Quote:
include/linux/skbuff.h:31:26: net/checksum.h: No such file or directory
These messages seem to show problems with your installation, and also suggest the way to resolve them.
Another point I wish to suggest: there is a newer version of the module eagle-usb-2.3.2
you should choose to install this one, I think, or even the new ueagle-atm module.
It is even integrated in the new 2.6.16 kernel, if you can compile it on your machine.
I use this one presently, and it works well for me.
See http://www.eagle-usb.org/
You have a FAQ in english :faq.eagle-usb.org
but it seems to be old.
I speak french, so if you need help to translate something from their site, I can help you if possible.

Last edited by berbae; 05-05-2006 at 04:25 PM.
 
Old 05-06-2006, 03:10 PM   #3
svarmido
Member
 
Registered: Apr 2006
Posts: 78

Rep: Reputation: 15
You may want to make sure you have the latest kernel version for your linux flavor AND eagle-usb BEFORE you start messing around re-compiling a presumably older kernel.

svarmido
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Compile madwifi, ... compile error , how can i do. ERBRMN Linux - Networking 3 03-08-2006 07:56 PM
Eagleusb Ace2005 SUSE / openSUSE 3 10-30-2005 12:56 PM
ntop compile/post-compile problem? tjb Linux - Software 3 12-28-2004 04:22 PM
Can't compile Mingthefirst Debian 2 07-14-2004 11:13 AM
adsl usb modem with FC2 - eagleusb - evaristo Fedora 0 06-02-2004 10:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration