Hi all, I'm trying to cross compile compat-wireless but I haven't had any luck. My target architecture is ppc and my target kernel version is 2.6.39. I have cloned compat.git, linux-next.git and compat-wireless-2.6.git to my host machine and set GIT_TREE and GIT_COMPAT_TREE variables to point to linux-next and compat directories. When in compat-wireless directory I say make KLIB=/path/to/my/target/kernel KLIB_BUILD=/path/to/my/target/kernel/ I get this: cat: /media/data/work/wireless-compat/compat-wireless-2.6/compat_version: No such file or directory cat: compat_base_tree: No such file or directory cat: compat_base_tree_version: No such file or directory cat: compat_version: No such file or directory cat: /media/data/work/wireless-compat/compat-wireless-2.6/compat_version: No such file or directory make -C /path/to/my/target/kernel/ M=/media/data/work/wireless-compat/compat-wireless-2.6 modules make[1]: Entering directory `/path/to/my/target/kernel' scripts/Makefile.build:44: /media/data/work/wireless-compat/compat-wireless-2.6/compat/Makefile: No such file or directory make[3]: *** No rule to make target `/media/data/work/wireless-compat/compat-wireless-2.6/compat/Makefile'. Stop. make[2]: *** [/media/data/work/wireless-compat/compat-wireless-2.6/compat] Error 2 make[1]: *** [_module_/media/data/work/wireless-compat/compat-wireless-2.6] Error 2 make[1]: Leaving directory `/path/to/my/target/kernel' make: *** [modules] Error 2 It seems that compat-wireless is missing some files. Why is it so? Should I do some preparations before I run make or..? Also, is it somehow possible to patch my current kernel sources with compat-wireless sources? That would be my preference if that would be possible. thanks -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html