eisbaer@tilde.team skribis: > Ok. Thank you! That worked. At least it compiles now... However I happen to get the following error during the compilation process: > > ==================== > zcat /var/log/guix/drvs/1l/3q5c3d89fv3dibynv55v3jqa4cdmxl-linux-libre-6.2.9.drv.gz > ==================== > AR arch/x86/pci/built-in.a > CC arch/x86/power/cpu.o > CC arch/x86/power/hibernate_64.o > AS arch/x86/power/hibernate_asm_64.o > CC arch/x86/power/hibernate.o > AR arch/x86/power/built-in.a > AR built-in.a > AR vmlinux.a > LD vmlinux.o > make[1]: *** [scripts/Makefile.vmlinux_o:61: vmlinux.o] Error 137 > make[1]: *** Deleting file 'vmlinux.o' > make: *** [Makefile:1245: vmlinux_o] Error 2 > error: in phase 'build': uncaught exception: > %exception #<&invoke-error program: "make" arguments: ("-j" "1") exit-status: 2 term-signal: #f stop-signal: #f> > phase `build' failed after 1951.1 seconds > command "make" "-j" "1" failed with status 2 I think "Error 137" is the "out of memory" error for gcc and ld. How much RAM do you have on this machine? Maybe it's not enough to compile the Linux kernel...