Skip to content

Errors Compiling modwifi on ubuntu 16.04 LTS #30

@Mas313

Description

@Mas313

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions