arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.69k stars 4.72k forks source link

ESP32C2 compiling fails with VSC v1.90.2 Tasmota dev 14.1.0.2 #21681

Closed HofeBY closed 1 week ago

HofeBY commented 1 week ago

PROBLEM DESCRIPTION

A clear and concise description of what the problem is. ESP32C2 compiling fails with VSC 1.90.2 Uninstalled VSC; deleted %HOMEPATH%.platfomio Reinstall VSC v1.90.2 and download Tasmota dev 14.1.0.2 compling without any configuration changes fails at ESP32C2

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

- [ ] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
```lua
  Rules output here:
- [ ] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
```lua
  Console output here:

TO REPRODUCE

Steps to reproduce the behavior:

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here. Compiler LOG VSC v1.90.2 with fresh downloaded Tasmota dev

Processing tasmota32c2 (board: esp32c2; framework: arduino; platform: https://github.com/tasmota/platform-espressif32/releases/download/2024.06.10/platform-espressif32.zip) -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option Nothing more to solidify -DCONFIG_TASMOTA_FLASHMODE_QIO use provided user_config_override.h as planned
use provided platformio_override.ini as planned
use provided platformio_tasmota_cenv.ini as planned CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32c2.html PLATFORM: Espressif 32 (2024.6.10) > Espressif Generic ESP32-C2 = 4M Flash, Tasmota 2880k Code/OTA, 320k FS HARDWARE: ESP32C2 120MHz, 272KB RAM, 4MB Flash DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:

Environment Status Duration


tasmota32c2 FAILED 00:02:01.331 =========================================================================================== 1 failed, 0 succeeded in 00:02:01.331 ===========================================================================================

(Please, remember to close the issue when the problem has been addressed)