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
Example configuration files provided are out of date if used with mainline sel4 git kernel with new variables used in seL4 configuration/build process.
e.g.
KernelSel4ArchAarch64 = true required in addition to KernelSel4Arch = "aarch64" to get build process to process
The text was updated successfully, but these errors were encountered:
I've managed to get things compiling with the new versions but I'm struggling to debug something in libsel4. The example application in selfe-sys crashes, the backtrace goes from selfe_start, through seL4_SetUserData, and into seL4_GetIPCBuffer.
It appears that the bootinfo is correct, the data passed (the IPC Buffer itself) is OK, but then I get the attached cap fault. I've also attached the binary disassembly around there.
Example configuration files provided are out of date if used with mainline sel4 git kernel with new variables used in seL4 configuration/build process.
e.g.
KernelSel4ArchAarch64 = true required in addition to KernelSel4Arch = "aarch64" to get build process to process
The text was updated successfully, but these errors were encountered: