Processing mayfly (board: mayfly; platform: atmelavr; framework: arduino) --------------------------------------------------------------------------------------- Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/mayfly.html PLATFORM: Atmel AVR 2.0.0 > EnviroDIY Mayfly HARDWARE: ATMEGA1284P 8MHz, 16KB RAM, 127KB Flash PACKAGES: - framework-arduino-avr 5.0.0 - toolchain-atmelavr 1.50400.190710 (5.4.0) LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf LDF Modes: Finder ~ deep+, Compatibility ~ soft Warning! Ignoring broken library manifest in C:\Users\Josh Biddle\.platformio\lib\Libraries Found 27 compatible libraries Scanning dependencies... Dependency Graph |-- 0.23.16 | |-- 1.3.2 | | |-- 1.0 | |-- 1.1.0 | |-- 1.1.0 | | |-- 1.0 | |-- 1.2.0 #7d67b45 | | |-- 1.0 | |-- 2.0.0 | | |-- 1.0 | |-- 1.0.10 | | |-- 1.0.3 | | |-- 1.0 | | |-- 1.0 | |-- 1.3.7 | | |-- 1.0.3 | |-- 1.0.5 | | |-- 1.0 | |-- 1.1.0 | | |-- 1.0 | |-- 1.0.3 | |-- 3.8.0 | | |-- 2.3.5 | |-- 2.3.5 | |-- 1.3.6 | |-- 0.2.1 | | |-- 0.6.8 | |-- 0.1.2 | | |-- 1.0 | |-- 2.7 | |-- 0.6.8 | |-- 0.10.0 #0efe729 | |-- 0.2.1 | | |-- 0.6.8 | |-- 1.0 | |-- 1.0 |-- 1.1.0 |-- 1.3.2 | |-- 1.0 |-- 1.1.0 | |-- 1.0 |-- 1.0 |-- 0.10.0 #0efe729 |-- 1.3.6 Building in release mode Compiling .pio\build\mayfly\src\main.cpp.o src\main.cpp:259:5: error: 'modemSerial' does not name a type modemSerial.begin(modemBaud); ^ src\main.cpp:262:12: error: expected constructor, destructor, or type conversion before '(' token pinMode(greenLED, OUTPUT); ^ src\main.cpp:263:17: error: expected constructor, destructor, or type conversion before '(' token digitalWrite(greenLED, LOW); ^ src\main.cpp:264:12: error: expected constructor, destructor, or type conversion before '(' token pinMode(redLED, OUTPUT); ^ src\main.cpp:265:17: error: expected constructor, destructor, or type conversion before '(' token digitalWrite(redLED, LOW); ^ src\main.cpp:267:20: error: expected constructor, destructor, or type conversion before ';' token greenredflash(); ^ src\main.cpp:271:30: error: expected constructor, destructor, or type conversion before '(' token Logger::setLoggerTimeZone(timeZone); ^ src\main.cpp:273:27: error: expected constructor, destructor, or type conversion before '(' token Logger::setRTCTimeZone(0); ^ src\main.cpp:276:5: error: 'dataLogger' does not name a type dataLogger.attachModem(modem); ^ src\main.cpp:277:5: error: 'modem' does not name a type modem.setModemLED(modemLEDPin); ^ src\main.cpp:278:5: error: 'dataLogger' does not name a type dataLogger.setLoggerPins(wakePin, sdCardSSPin, sdCardPwrPin, buttonPin, greenLED); ^ src\main.cpp:281:5: error: 'dataLogger' does not name a type dataLogger.begin(); ^ src\main.cpp:285:5: error: expected unqualified-id before 'if' if (getBatteryVoltage() > 3.55 || !dataLogger.isRTCSane()) ^ Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\modems\SodaqUBeeR410M.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\modems\SodaqUBeeU201.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\publishers\DreamHostPublisher.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\publishers\EnviroDIYPublisher.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\publishers\ThingSpeakPublisher.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\AOSongAM2315.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\AOSongDHT.cpp.o *** [.pio\build\mayfly\src\main.cpp.o] Error 1 Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\ApogeeSQ212.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\AtlasParent.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\AtlasScientificCO2.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\AtlasScientificDO.cpp.o ============================= [FAILED] Took 5.69 seconds ============================= The terminal process terminated with exit code: 1 Terminal will be reused by tasks, press any key to close it. > Executing task: C:\Users\Josh Biddle\.platformio\penv\Scripts\platformio.exe run < Processing mayfly (board: mayfly; platform: atmelavr; framework: arduino) -------------------------------------------------------------------------------------- Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/mayfly.html PLATFORM: Atmel AVR 2.0.0 > EnviroDIY Mayfly HARDWARE: ATMEGA1284P 8MHz, 16KB RAM, 127KB Flash PACKAGES: - framework-arduino-avr 5.0.0 - toolchain-atmelavr 1.50400.190710 (5.4.0) LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf LDF Modes: Finder ~ deep+, Compatibility ~ soft Warning! Ignoring broken library manifest in C:\Users\Josh Biddle\.platformio\lib\Libraries Found 27 compatible libraries Scanning dependencies... Dependency Graph |-- 0.23.16 | |-- 1.3.2 | | |-- 1.0 | |-- 1.1.0 | |-- 1.1.0 | | |-- 1.0 | |-- 1.2.0 #7d67b45 | | |-- 1.0 | |-- 2.0.0 | | |-- 1.0 | |-- 1.0.10 | | |-- 1.0.3 | | |-- 1.0 | | |-- 1.0 | |-- 1.3.7 | | |-- 1.0.3 | |-- 1.0.5 | | |-- 1.0 | |-- 1.1.0 | | |-- 1.0 | |-- 1.0.3 | |-- 3.8.0 | | |-- 2.3.5 | |-- 2.3.5 | |-- 1.3.6 | |-- 0.2.1 | | |-- 0.6.8 | |-- 0.1.2 | | |-- 1.0 | |-- 2.7 | |-- 0.6.8 | |-- 0.10.0 #0efe729 | |-- 0.2.1 | | |-- 0.6.8 | |-- 1.0 | |-- 1.0 |-- 1.1.0 |-- 1.3.2 | |-- 1.0 |-- 1.1.0 | |-- 1.0 |-- 1.0 |-- 0.10.0 #0efe729 |-- 1.3.6 Building in release mode Compiling .pio\build\mayfly\src\main.cpp.o src\main.cpp:259:5: error: 'modemSerial' does not name a type modemSerial.begin(modemBaud); ^ src\main.cpp:262:12: error: expected constructor, destructor, or type conversion before '(' token pinMode(greenLED, OUTPUT); ^ src\main.cpp:263:17: error: expected constructor, destructor, or type conversion before '(' token digitalWrite(greenLED, LOW); ^ src\main.cpp:264:12: error: expected constructor, destructor, or type conversion before '(' token pinMode(redLED, OUTPUT); ^ src\main.cpp:265:17: error: expected constructor, destructor, or type conversion before '(' token digitalWrite(redLED, LOW); ^ src\main.cpp:267:20: error: expected constructor, destructor, or type conversion before ';' token greenredflash(); ^ src\main.cpp:271:30: error: expected constructor, destructor, or type conversion before '(' token Logger::setLoggerTimeZone(timeZone); ^ src\main.cpp:273:27: error: expected constructor, destructor, or type conversion before '(' token Logger::setRTCTimeZone(0); ^ src\main.cpp:276:5: error: 'dataLogger' does not name a type dataLogger.attachModem(modem); ^ src\main.cpp:277:5: error: 'modem' does not name a type modem.setModemLED(modemLEDPin); ^ src\main.cpp:278:5: error: 'dataLogger' does not name a type dataLogger.setLoggerPins(wakePin, sdCardSSPin, sdCardPwrPin, buttonPin, greenLED); ^ src\main.cpp:281:5: error: 'dataLogger' does not name a type dataLogger.begin(); ^ src\main.cpp:285:5: error: expected unqualified-id before 'if' if (getBatteryVoltage() > 3.55 || !dataLogger.isRTCSane()) ^ Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\AtlasScientificEC.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\BoschBME280.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\CampbellOBS3.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\Decagon5TM.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\ExternalVoltage.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\FreescaleMPL115A2.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\KellerParent.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\MaxBotixSonar.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\MaximDS18.cpp.o Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\MaximDS3231.cpp.o *** [.pio\build\mayfly\src\main.cpp.o] Error 1 Compiling .pio\build\mayfly\lib4de\EnviroDIY_ModularSensors_ID1648\sensors\MeaSpecMS5803.cpp.o ============================= [FAILED] Took 4.14 seconds =============================