Skip to content

Build error #17

@Slenkis

Description

@Slenkis

My platformio.ini file:

[env:esp32_HW_Ver_1.1]
platform = espressif32
board = esp32dev
framework = arduino
upload_port = COM20
monitor_port = COM20
monitor_speed = 115200
lib_deps = 
    me-no-dev/AsyncTCP@^1.1.1
    me-no-dev/ESP Async WebServer@^1.2.3
    CAN
    FS
    SPIFFS
    DNSServer
build_flags=
    -std=c++11
    -Wall
    -Wextra
    -O3
    -Wl,-Map,firmware.map
    -Ilib/Lawicel
    -Ilib/WebServer
    -Isrc/Adapters
    -Ilib/IO
    -Ilib/Settings
build_unflags = 
    -Os
    -g3
lib_ignore =
    Test

Build log: https://pastebin.com/huNsGX4y

OS: Win10 PRO x64 21H2
VSCode: v1.74
PlatformIO: 6.1.5

  • framework-arduinoespressif32 @ 3.20005.220925 (2.0.5)
  • tool-esptoolpy @ 1.40201.0 (4.2.1)
  • toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch3

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions