pthread_mutex_init return EOPNOTSUPP(95) with qemu aarch64

47 Views Asked by At

I have tried to run with qemu-aarch64 process. And I see that the pthread_mutex_init return EOPNOTSUPP(95)

Maybe qemu-aarch64 makes a problem and I should debug that process into real aarch64 machine?(how can I do that?)

0

There are 0 best solutions below