Android 4.2.2_r1 Patch and Compilation Issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Android 4.2.2_r1 Patch and Compilation Issue

1,378 Views
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


Tags (3)
0 Kudos
2 Replies

532 Views
YixingKong
Senior Contributor IV

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

Thansk,

Yixing

0 Kudos

532 Views
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 Kudos