Open joeyboey opened 2 hours ago
Hello again,
#include <mutex>
I already tried to modify the CMakeLists.txt to include freertos but with no success.
CMakeLists.txt
freertos
managed_components/dptechnics__walter-modem/src/WalterModem.h:52:10: fatal error: mutex: No such file or directory 52 | #include <mutex>
Thanks again for the help!
Quick Update,
none of the suggested libraries in the upgrade Guide solve the problem.
It seems like some standard libraries are missing, if mutex is removed, it fails at
#import <bitset>
Hello again,
#include <mutex>
is the problem.I already tried to modify the
CMakeLists.txt
to includefreertos
but with no success.Thanks again for the help!