LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How do I compile madwifi on a 64-bit OS? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-compile-madwifi-on-a-64-bit-os-328764/)

Blash 05-31-2005 01:53 AM

How do I compile madwifi on a 64-bit OS?
 
I am currently running Fedora 3 x86_64, I got madwifi from the CVS and was trying to compile it, but it gives the following error:

Code:

[root@localhost madwifi]# make
Checking if all requirements are met... ok.
mkdir -p ./symbols
for i in ./ath_hal ath_rate/onoe ./net80211 ./ath; do \
        (cd $i; make) || exit 1; \
done
make[1]: Entering directory `/root/madwifi/madwifi/ath_hal'
make -C /lib/modules/2.6.10-1.770_14.rhfc3.at/build SUBDIRS=/root/madwifi/madwifi/ath_hal MODVERDIR=/root/madwifi/madwifi/ath_hal/../symbols modules
make[2]: Entering directory `/lib/modules/2.6.10-1.770_14.rhfc3.at/build'
  CC [M]  /root/madwifi/madwifi/ath_hal/ah_osdep.o
  LD [M]  /root/madwifi/madwifi/ath_hal/ath_hal.o
ld: Relocatable linking with relocations from format elf32-i386 (/root/madwifi/madwifi/ath_hal/hal.o) to format elf64-x86-64 (/root/madwifi/madwifi/ath_hal/ath_hal.o) is not supported
make[3]: *** [/root/madwifi/madwifi/ath_hal/ath_hal.o] Error 1
make[2]: *** [_module_/root/madwifi/madwifi/ath_hal] Error 2
make[2]: Leaving directory `/lib/modules/2.6.10-1.770_14.rhfc3.at/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/madwifi/madwifi/ath_hal'
make: *** [all] Error 1

I have seen compiled form of madwifi before, but I want to compile one myself for the latest release of the linux kernel. So how can it be done?

Thank you.


All times are GMT -5. The time now is 11:20 AM.