linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* can't compile latest compat-wireless under kernel 3.2 even using git
@ 2012-02-01 19:32 Alfonso Fiore
  2012-02-01 20:16 ` Hauke Mehrtens
  0 siblings, 1 reply; 4+ messages in thread
From: Alfonso Fiore @ 2012-02-01 19:32 UTC (permalink / raw)
  To: linux-wireless

Hi,

I tried to download and compile compat-wireless from git:

git clone git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git clone git://github.com/mcgrof/compat.git
git clone git://github.com/mcgrof/compat-wireless.git

export GIT_TREE=/storage/wireless/linux-next/
export GIT_COMPAT_TREE=/storage/wireless/compat/

cd compat-wireless-2.6

./scripts/admin-clean.sh
./scripts/admin-update.sh (this command is successful)
./scripts/driver-select
./scripts/driver-select rt2x00

make

I get the "same" error:

$ make
./scripts/gen-compat-autoconf.sh config.mk > include/linux/compat_autoconf.h
make -C /lib/modules/3.2.0-interlaced2+/build
M=/storage/wireless/compat-wireless modules
make[1]: Entering directory `/home/alfonso/tests/kernel/linux_keithp'
  LD      /storage/wireless/compat-wireless/compat/built-in.o
  CC [M]  /storage/wireless/compat-wireless/compat/main.o
In file included from
/storage/wireless/compat-wireless/include/linux/compat-2.6.h:40:0,
                 from <command-line>:0:
/storage/wireless/compat-wireless/include/linux/compat-3.3.h:11:20:
error: static declaration of âskb_complete_wifi_ackâ follows
non-static declaration
include/linux/skbuff.h:2260:6: note: previous declaration of
âskb_complete_wifi_ackâ was here
/storage/wireless/compat-wireless/include/linux/compat-3.3.h:17:13:
error: conflicting types for ânetdev_features_tâ
include/linux/netdev_features.h:15:13: note: previous declaration of
ânetdev_features_tâ was here
make[3]: *** [/storage/wireless/compat-wireless/compat/main.o] Error 1
make[2]: *** [/storage/wireless/compat-wireless/compat] Error 2
make[1]: *** [_module_/storage/wireless/compat-wireless] Error 2
make[1]: Leaving directory `/home/alfonso/tests/kernel/linux_keithp'
make: *** [modules] Error 2

Any help is greatly appreciated.

regards,
alfonso

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-02 21:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01 19:32 can't compile latest compat-wireless under kernel 3.2 even using git Alfonso Fiore
2012-02-01 20:16 ` Hauke Mehrtens
2012-02-02 18:22   ` Alfonso Fiore
2012-02-02 21:42     ` Hauke Mehrtens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).