seL4_tools
seL4_tools copied to clipboard
elfloader: initialise stack allocated struct
Only results in a compilation error on newer GCC versions.
What confuses me though is this only happens for me in sel4bench, but not sel4test. I believe I'm using the same compiler in both projects, but se4lbench results in a unitialised warning that is treated as a compile error. sel4test does not even print the warning?
Maybe the compiler warning configuration is different in the projects?