19-01-2023, 16:08
(19-01-2023, 12:41)coupe pete Wrote: Hi - am finally getting around to compiling the software for the wireless display and keep running into issues. Just wondering if I have the basic setup right ? I am using Arduino IDE 2.0.3. I have set the board to LOLIN (WEMOS) D1 R2 and mini. I believe I have installed the libraries correctly. Last part of the compile messages are :-
Code:Using library EEPROM at version 1.0 in folder: C:\Users\spenc\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\EEPROM
Using library TFT_eSPI at version 2.3.70 in folder: C:\Users\spenc\OneDrive\Petes Documents\Arduino\libraries\TFT_eSPI-master
Using library SPI at version 1.0 in folder: C:\Users\spenc\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\SPI
Using library Timezone at version 1.2.2 in folder: C:\Users\spenc\OneDrive\Petes Documents\Arduino\libraries\Timezone
Using library Time at version 1.6 in folder: C:\Users\spenc\OneDrive\Petes Documents\Arduino\libraries\Time-master
Using library TFT_eFEX at version 0.0.5 in folder: C:\Users\spenc\OneDrive\Petes Documents\Arduino\libraries\TFT_eFEX-0.0.5
Using library JPEGDecoder at version 1.8.1 in folder: C:\Users\spenc\OneDrive\Petes Documents\Arduino\libraries\JPEGDecoder-1.8.1
Using library ESP8266WiFi at version 1.0 in folder: C:\Users\spenc\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\ESP8266WiFi
Using library ESP8266mDNS at version 1.2 in folder: C:\Users\spenc\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\ESP8266mDNS
Using library ESP8266WebServer at version 1.0 in folder: C:\Users\spenc\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\ESP8266WebServer
Using library ESP8266HTTPClient at version 1.2 in folder: C:\Users\spenc\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\ESP8266HTTPClient
Using library ArduinoOTA at version 1.0 in folder: C:\Users\spenc\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\ArduinoOTA
Using library RadioHead at version 1.119 in folder: C:\Users\spenc\OneDrive\Petes Documents\Arduino\libraries\RadioHead_v1.119
Using library Wire at version 1.0 in folder: C:\Users\spenc\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.1\libraries\Wire
Using library Adafruit HTU21DF Library at version 1.0.1 in folder: C:\Users\spenc\OneDrive\Petes Documents\Arduino\libraries\Adafruit_HTU21DF
Using library SHT21-master in folder: C:\Users\spenc\OneDrive\Petes Documents\Arduino\libraries\SHT21-master (legacy)
Using library Adafruit SHT31 Library at version 1.0.0 in folder: C:\Users\spenc\OneDrive\Petes Documents\Arduino\libraries\Adafruit_SHT31
Using library BME280 at version 3.0.0 in folder: C:\Users\spenc\OneDrive\Petes Documents\Arduino\libraries\BME280-3.0.0
Using library ArduinoJson at version 6.17.2 in folder: C:\Users\spenc\OneDrive\Petes Documents\Arduino\libraries\ArduinoJson-6.x
Using library ESP_EEPROM at version 2.1.1 in folder: C:\Users\spenc\OneDrive\Petes Documents\Arduino\libraries\ESP_EEPROM-2.1.1
exit status 1
Compilation error: exit status 1
Any advice appreciated
Hello coupe pete,
This looks like you have libraries "scattered all over the place"...
I assume you are working with Windows, so I recommend using the path: C:\Users\spenc\Documents\Arduino\libraries
(But nothing else will be there!)
Copy the entire contents of the "libraries" directory of the software package you want to compile into this directory.
Werk_AG always very carefully bundles all libraries and in the correct versions with each software package (using the wrong version leads to an error again).
Only then open the main package file (with the extension .ino) in the Arduino IDE. It should no longer show any errors...
Good luck!

