Linking error using Arduino library with c++'s stringstream
问题 I am using an esp8266 together with platformio to write a simple sketch. #include <sstream> #include <Arduino.h> std::stringstream s; void setup() { Serial.begin(9600); Serial.println("Test"); } void loop() { } Everything should be setup correctly and most sketches worked without issues. But as soon as I try to use stringstreams I get errors when platformio is linking the firmware. platformio run [12/29/16 12:11:32] Processing esp12e (platform: espressif8266, board: nodemcu, framework: