I am developing for the esp8266 using platformIO, which in turn uses the esp8266 arduino core. The default build does not link against the stdc++ library, so I cannot use std:map. I can successfully compile my sketch in the arduino IDE by modifying the linker setting as described here, I just need to achieve the same thing in platform IO. I have tried adding "stdc++" to the LIBS array in the espressif.py builder script to no avail.
Asked
Active
Viewed 574 times