Hallo,
ich versuche mit Hilfe eines Skriptes, welches Kamel5 mal geschrieben hat, zu kompilieren.
Ich verwende derzeit Fedora 34 mit dem Kernel 5.11.16-300.fc34.x86_64
Das Skript starte ich als Benutzer im Verzeichnis ~/rpmbuild/BUILD mit ./Kernel+saa716x.sh 5.11.16-300.fc34
zuvor habe ich noch die beiden folgenden Dateien ins Verzeicnis ~/rpmbuild/SRPMS heruntergeladen, da es per Skript nicht funktioniert.
kernel-5.11.16-300.fc34.src.rpm
saa716x-5.11.diff
Code
- ----------------------
- make menuconfig
- ----------------------
- UPD scripts/kconfig/mconf-cfg
- HOSTCC scripts/kconfig/mconf.o
- HOSTCC scripts/kconfig/lxdialog/checklist.o
- HOSTCC scripts/kconfig/lxdialog/inputbox.o
- HOSTCC scripts/kconfig/lxdialog/menubox.o
- HOSTCC scripts/kconfig/lxdialog/textbox.o
- HOSTCC scripts/kconfig/lxdialog/util.o
- HOSTCC scripts/kconfig/lxdialog/yesno.o
- HOSTLD scripts/kconfig/mconf
- *** End of the configuration.
- *** Execute 'make' to start the build or try 'make help'.
- ----------------------
- make -j4 modules
- ----------------------
Das Skript läuft durch, bis hier und bricht dann mit folgenden Meldungen ab:
Code
- HDRINST usr/include/asm/unistd_32.h
- HDRINST usr/include/asm/sockios.h
- GZIP kernel/config_data.gz
- CC [M] kernel/configs.o
- CC [M] drivers/gpio/gpio-bt8xx.o
- CC [M] drivers/xen/privcmd.o
- CC [M] drivers/xen/privcmd-buf.o
- LDS scripts/module.lds
- LD [M] drivers/xen/xen-privcmd.o
- WARNING: Symbol version dump "vmlinux.symvers" is missing.
- Modules may not have dependencies or modversions.
- MODPOST Module.symvers
- WARNING: modpost: Symbol info of vmlinux is missing. Unresolved symbol check will be entirely skipped.
- CC [M] drivers/gpio/gpio-bt8xx.mod.o
- CC [M] drivers/xen/xen-privcmd.mod.o
- CC [M] kernel/configs.mod.o
- LD [M] drivers/gpio/gpio-bt8xx.ko
- LD [M] drivers/xen/xen-privcmd.ko
- LD [M] kernel/configs.ko
- ----------------------
- make modules_install
- ----------------------
- [sudo] Passwort für marco:
- cp: der Aufruf von stat für 'modules.builtin' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
- make: *** [Makefile:1442: _modinst_] Fehler 1
hat jemand eine Idee wie ich das beheben kann ?