tbsdtv / linux_media

TBS linux open source drivers
https://github.com/tbsdtv/linux_media/wiki
Other
169 stars 79 forks source link

generated/autoconf.h: No such file or directory #320

Closed LukeLR closed 7 months ago

LukeLR commented 9 months ago

When trying to follow the build instructions on the wiki, the make -j4 step fails with:

  CC [M]  /home/user/git/media_build/v4l/max2175.o
In file included from <command-line>:
././include/linux/kconfig.h:5:10: fatal error: generated/autoconf.h: No such file or directory
    5 | #include <generated/autoconf.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

find /home/user/git -iname autoconf.h` also yields no results. System is an up-to-date Arch Linux with kernel version 6.4.12-arch1-1. Any ideas?

tmn505 commented 9 months ago

Did You install linux headers for that kernel version?