Artix Linux Forum

Init systems => runit => Topic started by: hein on 12 May 2022, 05:00:24

Title: [SOLVED] gcc version in system repo is not the same with kernel gcc version
Post by: hein on 12 May 2022, 05:00:24
gcc version in system repo is 11.2.0 and the kernel 5.15.38-1 linux-lts version is compiled with gcc 12.1.0. As they are not the same version, dkms is having errors. Here is the error
Code: [Select]
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: gcc (GCC) 12.1.0
  You are using:           gcc (GCC) 11.2.0
Title: Re: gcc version in system repo is not the same with kernel gcc version
Post by: hein on 12 May 2022, 12:28:17
I have received the update and it is solved now. Thanks.