Arduino: 1.6.3 (Windows 8.1), Board: "Generic ESP8266 board"
DHT11_and_MQTT_V1.ino:8:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
DHT11_and_MQTT_V1.ino:9:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
DHT11_and_MQTT_V1.cpp.o:(.text.startup+0xc): undefined reference to `__dso_handle'
c:/users/adam/google drive/arduino/hardware/arduino-esp8266-master/tools/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: C:\Users\Adam\AppData\Local\Temp\build2633711181703228646.tmp/DHT11_and_MQTT_V1.cpp.elf: hidden symbol `__dso_handle' isn't defined
c:/users/adam/google drive/arduino/hardware/arduino-esp8266-master/tools/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: final link failed: Bad value
collect2.exe: error: ld returned 1 exit status
Error compiling.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Any ideas???
Thanks