November 21, 20178 yr Hi, currently trying to compile a custom Kernel for 6.4.0-rc13. This Guide was working fine for 6.3.5 https://gist.github.com/banviktor/d052c31755dc697a0b807756356f0910 I change the Kernel and deleted glibc because rc13 have a newer version already installed. Sadly make menuconfig ends with this error: HOSTCC scripts/basic/fixdep scripts/basic/fixdep.c:105:23: fatal error: sys/types.h: No such file or directory compilation terminated. scripts/Makefile.host:101: recipe for target 'scripts/basic/fixdep' failed make[1]: *** [scripts/basic/fixdep] Error 1 Makefile:448: recipe for target 'scripts_basic' failed make: *** [scripts_basic] Error 2 Maybe someone can give me some help ? Thx & Greetings
November 21, 20178 yr Hey, things have changed a lot since v6.3.5, you can use my script linked below to compile. It'll generate new bzmodules and bzfirmware files with the updated ones containing the drivers you want, unimaginatively called bzfirmware-new and bzmodules-new. Rename them to bzfirmware and bzmodules and replace the ones you currently have on your USB and you should be good. You'll need to # out line 44 though, otherwise you'll just pull my DVB .config from the linuxserver site. Script is here. Edited November 21, 20178 yr by CHBMB
Archived
This topic is now archived and is closed to further replies.