4

I'm working on a kernel module. I chose Atom as my editor of choice.

It's nice to have a working linter. I installed the linter-gcc engine, now it complains about missing linux/module.h. This header is provided by the kernel build system, so plain gcc will fail to find it.

Is there any way to work it around?

Joe
  • 29,416
  • 12
  • 68
  • 88
marmistrz
  • 5,974
  • 10
  • 42
  • 94

0 Answers0