Android 4.2.2_r1 Patch and Compilation Issue

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

Android 4.2.2_r1 Patch and Compilation Issue

2,006 次查看
santoshkadam
Contributor I

Hi there,

I am following the steps to patch the AOSP4.2.2_r1 source with the patches downloaded from the freescale link. I am facing problems in compiling the patched code and getting the following errors.

target arm C: libmusicbundle <= frameworks/av/media/libeffects/lvm/lib/Common/src/MSTo2i_Sat_16x16.c

make[1]: Entering directory `/home/san/android/hardware/imx/wlan/atheros/compat-wireless'

/home/san/android/hardware/imx/wlan/atheros/compat-wireless/config.mk:49: *** "ERROR: your kernel has CONFIG_CFG80211=y, you should have it CONFIG_CFG80211=m if you want to use this thing.".  Stop.

I have verified in my kernel directory for the value "CONFIG_CFG80211=y" and set it to "CONFIG_CFG80211=m". Even after making these changes, I am still facing this error.

Can you please provide any help in resolving the same ?

thanks and warm regards

santosh


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

1,160 次查看
YixingKong
Senior Contributor IV

Santosh, please click Correct Answer/Helpfu;l Answer, if yur question has been answweed.

Thansk,

Yixing

0 项奖励
回复

1,160 次查看
max_tsai
NXP Employee
NXP Employee

hi

please execute "make oldconfig" to insure kernel apply new setting, after you change to "CONFIG_CFG80211=m" by ".config" of kernel.


0 项奖励
回复