You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting compiling on ubuntu 16.04 LTS with the example script commands provided in readme. I have listed only error here.
modwifi/drivers/backport-include/linux/kconfig.h:25:28: error: implicit declaration of function ‘config_enabled’ [-Werror=implicit-function-declaration]
#define IS_BUILTIN(option) config_enabled(option)
./include/asm-generic/qrwlock.h:156:37: error: ‘CONFIG_CPU_BIG_ENDIAN’ undeclared (first use in this function)
return (u8 *)lock + 3 * IS_BUILTIN(CONFIG_CPU_BIG_ENDIAN);
/media/masood/30C28E79C28E43581/modwifi/drivers/backport-include/linux/kconfig.h:25:28: error: implicit declaration of function ‘config_enabled’ [-Werror=implicit-function-declaration]
Although tools compile successfully and i have also put correct firmware files
The text was updated successfully, but these errors were encountered:
I am getting compiling on ubuntu 16.04 LTS with the example script commands provided in readme. I have listed only error here.
/media/masood/30C28E79C28E43581/modwifi/drivers/backport-include/linux/kconfig.h:25:28: error: implicit declaration of function ‘config_enabled’ [-Werror=implicit-function-declaration]
Although tools compile successfully and i have also put correct firmware files
The text was updated successfully, but these errors were encountered: