-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling error #84
Comments
Even i face same issue...any solution? |
So far no, I've successfully compile this solution under Arduino. Wait for the answer of @dogmaphobic |
I got the same error. Any solutions? |
Hi,I have solved the issue...it's working now perfectly :)
In case any further clarification..u can contact my WhatsApp number +919449228982
-Faiz
On Monday, November 8, 2021, 06:40:38 AM GMT+5:30, Thanakorn Khamvilai ***@***.***> wrote:
I got the same error. Any solutions?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear
I've error during compiling Your solution
Processing esp12e (platform: espressif8266; framework: arduino; board: esp12e)
Verbose mode can be enabled via
-v, --verbose
optionCONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/esp12e.html
PLATFORM: Espressif 8266 (2.3.0) > Espressif ESP8266 ESP-12E
HARDWARE: ESP8266 80MHz, 80KB RAM, 4MB Flash
PACKAGES:
LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 30 compatible libraries
Scanning dependencies...
Dependency Graph
|-- 1.2
| |-- 1.0
|-- 1.0
|-- 1.0
| |-- 1.0
|-- 1.0
Building in release mode
Compiling .pio\build\esp12e\src\main.cpp.o
Compiling .pio\build\esp12e\src\mavesp8266.cpp.o
Compiling .pio\build\esp12e\src\mavesp8266_component.cpp.o
Compiling .pio\build\esp12e\src\mavesp8266_gcs.cpp.o
xtensa-lx106-elf-g++: error: +%Y-%m-%d): No such file or directory
xtensa-lx106-elf-g++: error: +%H:%M:%S): Invalid argument
xtensa-lx106-elf-g++: error: +%Y-%m-%d): No such file or directory
xtensa-lx106-elf-g++: error: +%H:%M:%S): Invalid argument
*** [.pio\build\esp12e\src\mavesp8266_component.cpp.o] Error 1
*** [.pio\build\esp12e\src\main.cpp.o] Error 1
xtensa-lx106-elf-g++: error: +%Y-%m-%d): No such file or directory
xtensa-lx106-elf-g++: error: +%H:%M:%S): Invalid argument
xtensa-lx106-elf-g++: error: +%Y-%m-%d): No such file or directory
xtensa-lx106-elf-g++: error: +%H:%M:%S): Invalid argument
*** [.pio\build\esp12e\src\mavesp8266.cpp.o] Error 1
*** [.pio\build\esp12e\src\mavesp8266_gcs.cpp.o] Error 1
Can You help me?
The text was updated successfully, but these errors were encountered: