stoth68000 / sc0710

Linux driver for the Elgato 4k60 Pro Mk.2
Other
137 stars 18 forks source link

can't open "arch/arm/crypto/Kconfig" #18

Open marvin1099 opened 1 year ago

marvin1099 commented 1 year ago

So I'm on arch (Garuda Linux) and was hoping to get the driver to work so i ran:

sudo make

That outputs:

make -C /lib/modules/6.5.8-zen1-1-zen/build M= modules
make[1]: Entering directory '/usr/lib/modules/6.5.8-zen1-1-zen/build'
SYNC    include/config/auto.conf
HOSTCC  scripts/kconfig/conf.o
HOSTCC  scripts/kconfig/confdata.o
HOSTCC  scripts/kconfig/expr.o
HOSTCC  scripts/kconfig/lexer.lex.o
HOSTCC  scripts/kconfig/menu.o
HOSTCC  scripts/kconfig/parser.tab.o
HOSTCC  scripts/kconfig/preprocess.o
HOSTCC  scripts/kconfig/symbol.o
HOSTCC  scripts/kconfig/util.o
HOSTLD  scripts/kconfig/conf
crypto/Kconfig:1425: can't open file "arch/arm/crypto/Kconfig"
make[4]: *** [scripts/kconfig/Makefile:77: syncconfig] Error 1
make[3]: *** [Makefile:705: syncconfig] Error 2
make[2]: *** [/usr/lib/modules/6.5.8-zen1-1-zen/build/Makefile:806: include/config/auto.conf] Error 2
make[2]: *** [include/config/auto.conf] Deleting file 'include/generated/rustc_cfg'
make[2]: *** [include/config/auto.conf] Deleting file 'include/generated/autoconf.h'
make[1]: *** [Makefile:234: __sub-make] Error 2
make[1]: Leaving directory '/usr/lib/modules/6.5.8-zen1-1-zen/build'
make: *** [Makefile:14: all] Error 2

I could really use some pointers. Any help is appreciated.

Also not shure if it helps but here are some other outputs:

Just running "make" ``` make -C /lib/modules/6.5.8-zen1-1-zen/build M=/home/marvin/Builds/sc0710-master modules make[1]: Entering directory '/usr/lib/modules/6.5.8-zen1-1-zen/build' CC [M] /home/marvin/Builds/sc0710-master/sc0710-cards.o In file included from : ././include/linux/kconfig.h:5:10: fatal error: generated/autoconf.h: No such file or directory 5 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.build:243: /home/marvin/Builds/sc0710-master/sc0710-cards.o] Error 1 make[2]: *** [/usr/lib/modules/6.5.8-zen1-1-zen/build/Makefile:2032: /home/marvin/Builds/sc0710-master] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make[1]: Leaving directory '/usr/lib/modules/6.5.8-zen1-1-zen/build' make: *** [Makefile:14: all] Error 2 ```
running "sudo make load" ``` make -C /lib/modules/6.5.8-zen1-1-zen/build M= modules make[1]: Entering directory '/usr/lib/modules/6.5.8-zen1-1-zen/build' SYNC include/config/auto.conf crypto/Kconfig:1425: can't open file "arch/arm/crypto/Kconfig" make[4]: *** [scripts/kconfig/Makefile:77: syncconfig] Error 1 make[3]: *** [Makefile:705: syncconfig] Error 2 make[2]: *** [/usr/lib/modules/6.5.8-zen1-1-zen/build/Makefile:806: include/config/auto.conf] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make[1]: Leaving directory '/usr/lib/modules/6.5.8-zen1-1-zen/build' make: *** [Makefile:14: all] Error 2 ```
running "make load" ``` make -C /lib/modules/6.5.8-zen1-1-zen/build M=/home/marvin/Builds/sc0710-master modules make[1]: Entering directory '/usr/lib/modules/6.5.8-zen1-1-zen/build' CC [M] /home/marvin/Builds/sc0710-master/sc0710-cards.o In file included from : ././include/linux/kconfig.h:5:10: fatal error: generated/autoconf.h: No such file or directory 5 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.build:243: /home/marvin/Builds/sc0710-master/sc0710-cards.o] Error 1 make[2]: *** [/usr/lib/modules/6.5.8-zen1-1-zen/build/Makefile:2032: /home/marvin/Builds/sc0710-master] Error 2 make[1]: *** [Makefile:234: __sub-make] Error 2 make[1]: Leaving directory '/usr/lib/modules/6.5.8-zen1-1-zen/build' make: *** [Makefile:14: all] Error 2 ```