std::mutex error when compiling for RPi Pico (CMake)
I have been looking at this problem for a few days now and cannot seem to find the answer in any online forums/ document.
This is what I’m doing: I have a RPi 3B connected via USB to a RPi Pico (actually it’s not connected yet but that’s irrelevant, I’m just building the binaries for now). I SSH with my computer to the 3B, and have all of the project stored in that device.
I’m using cmake to compile and run everything. After typing cmake ..
, I then type sudo make VERBOSE=1