Hi Thomas,
thanks for reporting these issues!

PTHREAD cannot be handled by Android
>
The getStackSize and getStackBase functions require pthread_getattr_np.
It looks like this should be available on Android in  any API level - see
https://cs.android.com/android/platform/superproject/+/master:bionic/libc/include/pthread.h
which lists pthread_getattr_np()
cmake checks for the availability of this function and sets
HAVE_PTHREAD_ATTR_GET_NP appropriately.
Can you please provide the cmake command syntax you are using for the
cross-compile?
Can you please copy/paste the HAVE_PTHREAD_... results that cmake reports?

Please provide compiler error messages whenever possible (copy/paste text
preferred over screenshots).
"caused problems during compilation" isn't enough to investigate

I've just committed fixes for the SO_USELOOPBACK and the struct fd_set
issues.
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to