You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in file CMakeList.txt (directory camkes-vm-linuxyyy).
All I can do is just report this. Its up to maintainers to either re-build the kernel or patch the tutorial.md, because I don't know reasoning behind keeping 2 configs and pre-built non-SMP kernel image.
Thanks!
The text was updated successfully, but these errors were encountered:
"poke" module should be build with correct Linux configuration to
match the pre-built kernel version. (Tutorial issue seL4#80)
Signed-off-by: Nataliya Korovkina <[email protected]>
"poke" module should be build with correct Linux configuration to
match the pre-built kernel version. (Tutorial issue #80)
Signed-off-by: Nataliya Korovkina <[email protected]>
In out-of-the-box camkes-vm-linux solution, "poke" module is not loading because of vermagic mismatch between the pre-built kernel and the module.
The fast solution (until the issue has been solved) is to use config.backup-singlecore to build the module. To do it one needs just replace
with
in file CMakeList.txt (directory camkes-vm-linuxyyy).
All I can do is just report this. Its up to maintainers to either re-build the kernel or patch the tutorial.md, because I don't know reasoning behind keeping 2 configs and pre-built non-SMP kernel image.
Thanks!
The text was updated successfully, but these errors were encountered: