We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i'm try to compile firmware with athom-energy-monitor-x2.yaml but i have got this error: `HARDWARE: ESP32C3 160MHz, 320KB RAM, 4MB Flash
rv32imc' *** [.pioenvs/athom-em-2/src/esphome/components/api/api_pb2_service.cpp.o] Error 1 Assembler messages: Fatal error: invalid -march= option:
rv32imc' *** [.pioenvs/athom-em-2/src/esphome/components/api/api_connection.cpp.o] Error 1 Assembler messages: Fatal error: invalid -march= option:
any fix to this? thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i'm try to compile firmware with athom-energy-monitor-x2.yaml but i have got this error:
`HARDWARE: ESP32C3 160MHz, 320KB RAM, 4MB Flash
Dependency Graph
|-- AsyncTCP-esphome @ 2.1.4
|-- WiFi @ 2.0.0
|-- FS @ 2.0.0
|-- Update @ 2.0.0
|-- ESPAsyncWebServer-esphome @ 3.2.2
|-- DNSServer @ 2.0.0
|-- ESPmDNS @ 2.0.0
|-- ArduinoJson @ 6.18.5
|-- Improv @ 1.2.4
Compiling .pioenvs/athom-em-2/src/esphome/components/api/api_connection.cpp.o
Compiling .pioenvs/athom-em-2/src/esphome/components/api/api_frame_helper.cpp.o
Compiling .pioenvs/athom-em-2/src/esphome/components/api/api_pb2.cpp.o
Compiling .pioenvs/athom-em-2/src/esphome/components/api/api_pb2_service.cpp.o
Assembler messages:
Fatal error: invalid -march= option:
rv32imc' *** [.pioenvs/athom-em-2/src/esphome/components/api/api_pb2_service.cpp.o] Error 1 Assembler messages: Fatal error: invalid -march= option:
rv32imc'*** [.pioenvs/athom-em-2/src/esphome/components/api/api_frame_helper.cpp.o] Error 1
Assembler messages:
Fatal error: invalid -march= option:
rv32imc' *** [.pioenvs/athom-em-2/src/esphome/components/api/api_connection.cpp.o] Error 1 Assembler messages: Fatal error: invalid -march= option:
rv32imc'*** [.pioenvs/athom-em-2/src/esphome/components/api/api_pb2.cpp.o] Error 1
=============================================================================== [FAILED] Took 23.35 seconds`
any fix to this? thanks
The text was updated successfully, but these errors were encountered: