Nathanpetreli05 / bcmon

Automatically exported from code.google.com/p/bcmon
0 stars 0 forks source link

4330 build failure local on Nexus7 with Ubuntu #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
root@nexus7-47767ab4:/usr/src/linux# make modules 
SUBDIRS=drivers/net/wireless/bcmdhd CC [M]  
drivers/net/wireless/bcmdhd/src/bcmsdio/sys/bcmsdh.o
In file included from drivers/net/wireless/bcmdhd/src/bcmsdio/sys/bcmsdh.c:41:0:
drivers/net/wireless/bcmdhd/src/dhd/sys/dhd_sec_feature.h:53:23: error: 
operator '>=' has no left operand
drivers/net/wireless/bcmdhd/src/dhd/sys/dhd_sec_feature.h:60:23: error: 
operator '>=' has no left operand
drivers/net/wireless/bcmdhd/src/dhd/sys/dhd_sec_feature.h:104:23: error: 
operator '>=' has no left operand
make[1]: *** [drivers/net/wireless/bcmdhd/src/bcmsdio/sys/bcmsdh.o] Error 1
make: *** [_module_drivers/net/wireless/bcmdhd] Error 2

Original issue reported on code.google.com by sidhayn on 29 Nov 2012 at 11:19

GoogleCodeExporter commented 8 years ago
I am getting the same I need to know if there is any progress on this I want to 
see if I can get reaver to run

Original comment by dylantya...@gmail.com on 10 Mar 2013 at 11:55

GoogleCodeExporter commented 8 years ago
That is because .config is not properly configured. WLAN_REGION_CODE is not 
defined in the original kernel configuration.

Original comment by umbrell...@gmail.com on 16 Mar 2013 at 12:04