mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
kernel too old on gem5 kernel expand docs
This commit is contained in:
@@ -10936,7 +10936,11 @@ but glibc kernel version checks make init fail with:
|
|||||||
FATAL: kernel too old
|
FATAL: kernel too old
|
||||||
....
|
....
|
||||||
|
|
||||||
because that kernel version is too old.
|
because glibc was built to expect a newer Linux kernel: <<fatal-kernel-too-old>>. Your choices to sole this are:
|
||||||
|
|
||||||
|
* see if there is a more recent gem5 kernel available, or port your patch of interest to the newest kernel
|
||||||
|
* modify this repo to use <<libc-choice,uClibc>>, which is not hard because of Buildroot
|
||||||
|
* patch glibc to remove that check, which is easy because glibc is in a submodule of this repo
|
||||||
|
|
||||||
It is obviously not possible to understand what they actually do from their commit message, so let's explain them one by one here as we understand them:
|
It is obviously not possible to understand what they actually do from their commit message, so let's explain them one by one here as we understand them:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user