Hi, I have been compiling my own kernels for a LONG time. For some reason I am adverse to using cross compilers.
The 4.18 line has compile OK until today.
With 4.18-rc4 I start seeing
AR arch/arm64/crypto/built-in.a CC kernel/task_work.o CC arch/arm64/kernel/ssbd.o LD [M] arch/arm64/crypto/sha1-ce.o ld: cannot open linker script file ldscripts/aarch64elf.xr: No such file or directory make[1]: *** [scripts/Makefile.build:530: arch/arm64/crypto/sha1-ce.o] Error 1 make: *** [Makefile:1029: arch/arm64/crypto] Error 2 make: *** Waiting for unfinished jobs.... CC kernel/extable.o CC arch/arm64/kvm/hyp/../../../../virt/kvm/arm/hyp/vgic-v3-sr.o CC kernel/params.o
So I went back to recompile 4.18-rc3 using the same compiler and it compiled fine.
I know this is not a fedora issue but I thought I would try anyway.
Thoughts?
Tim Krantz