Compilation of compat-wireless under LTIB

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Compilation of compat-wireless under LTIB

1,617 次查看
StephenPunak
Contributor I

Hi.

Using the MX.25, it looks like we're stuck with 2.6.31 kernel, and we need the ath9k_htc driver.

compat-wireless should be able to provide this, but as the compat-wireless build system is not automake, it looks like I'm going to have to either hand-tool the makefile, or attempt to build on the target.

I'm just wondering if anyone else has come across this and had a successful solution at hand.

Thanks

标签 (1)
标记 (2)
0 项奖励
回复
2 回复数

811 次查看
StephenPunak
Contributor I

Eric. Thanks. Works perfectly.

0 项奖励
回复

811 次查看
EricNelson
Senior Contributor II

While we don't use LTIB to build compat-wireless, we do use the LTIB cross-compiler to build it.

If you have a kernel configured in ~/linux and arm-none-linux-gnueabi-gcc in your PATH,

you should be able to build like this:

~/compat-wireless$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- KLIB=~/linux KLIB_BUILD=~/linux

0 项奖励
回复