rlottie icon indicating copy to clipboard operation
rlottie copied to clipboard

Error porting rlottie to arm platform

Open wlq520501 opened this issue 1 year ago • 0 comments

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!

image

wlq520501 avatar Apr 11 '24 09:04 wlq520501