Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors Compiling modwifi on ubuntu 16.04 LTS #30

Open
Mas313 opened this issue Oct 17, 2021 · 1 comment
Open

Errors Compiling modwifi on ubuntu 16.04 LTS #30

Mas313 opened this issue Oct 17, 2021 · 1 comment

Comments

@Mas313
Copy link

Mas313 commented Oct 17, 2021

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

@vanhoefm
Copy link
Owner

You can try the virtual machine image instead. The modified drivers are tedious to maintain and likely won't work on updated (or patched) kernels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants