Fedora Code 2 compile woes

Jason Morehouse jm
Sun May 2 22:38:14 PDT 2004


Hello, trying to compile the hostap-driver (0.1.3) for use with the
ipw2100 wireless network card.

A make yeilds a log of 7000+ errors.

Though I realize fedora is rather bleeding egde, if anyone has and advice 
I'd be greatfull!

Using 2.6.5-1.327 and Fedora code 2 test 3 w/ kernel 2.6.5-1.327.

The make logs starts with

make -C /usr/src/linux SUBDIRS=/home/jm/hostap-driver-0.1.3/driver/modules 

	MODVERDIR=/home/jm/hostap-driver-0.1.3/driver/modules modules
make[1]: Entering directory `/usr/src/linux-2.6.5-1.327'
  CC [M]  /home/jm/hostap-driver-0.1.3/driver/modules/hostap.o
In file included from 
/home/jm/hostap-driver-0.1.3/driver/modules/hostap.c:19:
include/linux/config.h:4:28: linux/autoconf.h: No such file or directory
/home/jm/hostap-driver-0.1.3/driver/modules/hostap.c:20:27: 
linux/version.h: No such file or directory
In file included from include/linux/module.h:10,
                 from 
/home/jm/hostap-driver-0.1.3/driver/modules/hostap.c:21:
include/linux/sched.h:4:37: asm/param.h: No such file or directory
In file included from include/linux/types.h:13,
                 from include/linux/capability.h:16,
                 from include/linux/sched.h:7,
                 from include/linux/module.h:10,
                 from 
/home/jm/hostap-driver-0.1.3/driver/modules/hostap.c:21:
include/linux/posix_types.h:47:29: asm/posix_types.h: No such file or 
directory
In file included from include/linux/capability.h:16,
                 from include/linux/sched.h:7,
                 from include/linux/module.h:10,
                 from 
/home/jm/hostap-driver-0.1.3/driver/modules/hostap.c:21:
include/linux/types.h:14:23: asm/types.h: No such file or directory
In file included from include/linux/capability.h:16,
                 from include/linux/sched.h:7,
                 from include/linux/module.h:10,
                 from 
/home/jm/hostap-driver-0.1.3/driver/modules/hostap.c:21:
include/linux/types.h:18: error: syntax error before "__kernel_dev_t"
include/linux/types.h:18: warning: type defaults to `int' in declaration 
of `__kernel_dev_t'



And finsihes with:

include/linux/fs.h:761: error: storage size of `s_vfs_rename_sem' isn't 
known
include/linux/device.h:380: error: storage size of `dev' isn't known
include/linux/skbuff.h:147: error: storage size of `frags' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_wlan.h:43: error: 
storage size of `rssi' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_wlan.h:43: error: 
storage size of `sq' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_wlan.h:44: error: 
storage size of `istx' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_wlan.h:44: error: 
storage size of `frmlen' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_wlan.h:752: error: 
storage size of `frag_cache' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_wlan.h:779: error: 
storage size of `bap_tasklet' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_wlan.h:781: error: 
storage size of `info_tasklet' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_wlan.h:782: error: 
storage size of `info_list' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_wlan.h:788: error: 
storage size of `rx_tasklet' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_wlan.h:789: error: 
storage size of `rx_list' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_wlan.h:791: error: 
storage size of `sta_tx_exc_tasklet' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_wlan.h:792: error: 
storage size of `sta_tx_exc_list' isn't known
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_ap.h:65: error: storage 
size of `tx_buf' isn't known
include/linux/proc_fs.h:215: warning: `create_proc_read_entry' declared 
`static' but never defined
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_ap.c:2713: warning: 
`prism2_hostapd' defined but not used
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_ap.c:3264: warning: 
`ap_crypt_get_ptrs' defined but not used
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_ap.c:448: warning: 
`ap_control_add_mac' defined but not used
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_ap.c:468: warning: 
`ap_control_del_mac' defined but not used
/home/jm/hostap-driver-0.1.3/driver/modules/hostap_ap.c:542: warning: 
`ap_control_kick_mac' defined but not used
make[2]: *** [/home/jm/hostap-driver-0.1.3/driver/modules/hostap.o] Error 
1
make[1]: *** [/home/jm/hostap-driver-0.1.3/driver/modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.5-1.327'
make: *** [2.6] Error 2

With a lot more inbetween.

Full log @ http://www.sweetas.co.nz/hostap-devel_log.txt (640k).

Thanks!
-J







More information about the Hostap mailing list