Hi all, I'm trying to add static libc.a to my proj...
# compiler
a
Hi all, I'm trying to add static libc.a to my project, many different ways of combining libraries led me to one result, this is a
null pointer dereference
when dlopen the compiled library. Any ideas on this?
This thing is also related to libc initialization, it does not apply to Kotlin