Hello I am trying to compile the rlottie library for i.MX RT 1050 using the MCUXpresso, I want to use it along with the LVGL however I am facing some issues with compiling it like
../rlottie/src/vector/vdrawhelper.cpp:125:10: error: 'mutex' in namespace 'std' does not name a type
125 | std::mutex mMutex;
| ^~~~~
I think it it due to my current toolchain does not support the threading? If there's any way how can I add support to it? I am new to this library and also have very littel experience with MCUXpresso, I know there's precompiled library for IMXRT1050 on freeRTOS but I want to compile it by myself for bare metal.
Current C++ Version : GNU C++ 11