You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to build a library for arm platform using rlottie, but I'm using arm-none-eabi-gcc.exe cross toolchain to compile it, and I get an error, error: 'mutex' in namespace 'std' does not name a type
124 | std::mutex mMutex; | ^
| ^~~~~
I'm not sure how to fix this, thanks a lot!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to build a library for arm platform using rlottie, but I'm using arm-none-eabi-gcc.exe cross toolchain to compile it, and I get an error, error: 'mutex' in namespace 'std' does not name a type
124 | std::mutex mMutex; | ^
| ^~~~~
I'm not sure how to fix this, thanks a lot!
The text was updated successfully, but these errors were encountered: