The error is due to a mismatch between the kernel compiler and the system gcc compiler. This can be verified with the following commands from the Linux root prompt:
# cat /proc/version
# gcc --version
The versions need to match. If not, you will either need to change the gcc compiler version to match the running kernel, or install a kernel that was compiled using the same gcc version.
The error is due to a mismatch between the kernel compiler and the system gcc compiler. This can be verified with the following commands from the Linux root prompt:
# cat /proc/version
# gcc --version
The versions need to match. If not, you will either need to change the gcc compiler version to match the running kernel, or install a kernel that was compiled using the same gcc version.
Last updated:
Jan 01, 2024