I'm making a kernel in zig but I'm getting those linker errors. Is there anything I can add to the build script to disable stack checking ? I'm currently building a static library.
I'm also getting undefined references for memset and memcpy despite setting the target to freestanding and link_libc to false
Can anyone please help me ? Thanks in advance !
