Build for ESP32-S3-zero faild ( PlatformIO 1.102.3 ) #12
Pepito-design
started this conversation in
General
Replies: 2 comments
-
|
What is your error ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Your board compile on Arduino Core 3. Look at the CI: https://github.com/mathieucarbou/MycilaDS18/actions/runs/17233055486 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to build the given example.
Final target is ESP32-S3-zero.
Up to now I'm unable to build.
My platformio.ini ( rc stuff increases error list )
[env]
framework = arduino
; board = esp32dev
board = esp32s3box
; upload_speed = 921600
build_flags =
-std=c++17
-std=gnu++17
-Wall -Wextra
-D CONFIG_ARDUHAL_LOG_COLORS
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG
-D MYCILA_JSON_SUPPORT
build_unflags =
-std=gnu++11
lib_deps =
bblanchon/ArduinoJson @ 7.4.2
; paulstoffregen/OneWire @ 2.3.8
; milesburton/DallasTemperature @ 3.11.0
upload_protocol = esptool
monitor_speed = 115200
monitor_filters = esp32_exception_decoder, log2file
[platformio]
default_envs = arduino-3 ; , arduino-rc
lib_dir = .
; src_dir = examples/Temperature
src_dir = examples/TemperatureJson
[env:arduino-3]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-2/platform-espressif32.zip
; [env:arduino-rc]
; platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20-rc2/platform-espressif32.zip
; CI
[env:ci-arduino-3]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/55.03.30-2/platform-espressif32.zip
board = ${sysenv.PIO_BOARD}
; [env:ci-arduino-rc]
; platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20-rc2/platform-espressif32.zip
; board = ${sysenv.PIO_BOARD}
My platform is X86_64 Linux, VSC + PlatformIO up to date. Works fine with other projects.
uname -a
Linux i7-linux-laptop 6.4.0-150600.23.60-default #1 SMP PREEMPT_DYNAMIC Tue Jul 1 14:43:49 UTC 2025 (6f98261) x86_64 x86_64 x86_64 GNU/Linux
Beta Was this translation helpful? Give feedback.
All reactions