Open zetaho2003 opened 5 months ago
Hi Zeta,
Heven you updated to the latest version of platformio and it's libraries?
https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_update.html#cmd-pkg-update
PlatformIO Home (GUI) → Platforms → Espressif32 → Update or, PlatformIO Core CLI → pio pkg update -g -p espressif3
Hi Zeta,
Heven you updated to the latest version of platformio and it's libraries?
https://docs.platformio.org/en/latest/core/userguide/pkg/cmd_update.html#cmd-pkg-update
PlatformIO Home (GUI) → Platforms → Espressif32 → Update or, PlatformIO Core CLI → pio pkg update -g -p espressif3
Hi,
Platform Manager: espressif32@6.7.0 is already up-to-date Tool Manager: framework-arduinoespressif32@3.20016.0 is already up-to-date Tool Manager: tool-esptoolpy@1.40501.0 is already up-to-date Tool Manager: tool-mkfatfs@2.0.1 is already up-to-date Tool Manager: tool-mklittlefs@1.203.210628 is already up-to-date Tool Manager: tool-mkspiffs@2.230.0 is already up-to-date Tool Manager: tool-openocd-esp32@2.1100.20220706 is already up-to-date Tool Manager: toolchain-riscv32-esp@8.4.0+2021r2-patch5 is already up-to-date Tool Manager: toolchain-xtensa-esp32@8.4.0+2021r2-patch5 is already up-to-date Tool Manager: toolchain-xtensa-esp32s2@8.4.0+2021r2-patch5 is already up-to-date Tool Manager: toolchain-xtensa-esp32s3@8.4.0+2021r2-patch5 is already up-to-date
Espressif32 is already up-to-date.
This is strange because otherwise it would not pass the build: https://github.com/rzeldent/esp32cam-rtsp/actions/runs/8221705111
Will have to look at this in more detail...
Hi Zeta,
I recompiled it, see the output below. Maybe this helps to find the differences...
Verbose mode can be enabled via -v, --verbose
option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32cam_seeed_xiao_esp32s3_sense.html
PLATFORM: Espressif 32 (6.7.0) > Seeed Studio XIAO ESP32S3 Sense
HARDWARE: ESP32S3 240MHz, 320KB RAM, 8MB Flash
DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-builtin, 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
esp32cam_seeed_xiao_esp32s3_sense SUCCESS 00:00:42.450
Processing esp32cam_seeed_xiao_esp32s3_sense (board: esp32cam_seeed_xiao_esp32s3_sense; platform: espressif32; framework: arduino)
Verbose mode can be enabled via
-v, --verbose
option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32cam_seeed_xiao_esp32s3_sense.html PLATFORM: Espressif 32 (6.7.0) > Seeed Studio XIAO ESP32S3 Sense HARDWARE: ESP32S3 240MHz, 320KB RAM, 8MB Flash DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-builtin, 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:collect2.exe: error: ld returned 1 exit status *** [.pio\build\esp32cam_seeed_xiao_esp32s3_sense\firmware.elf] Error 1 ============================================================= [FAILED] Took 7.91 seconds =============================================================
Environment Status Duration
esp32cam_ai_thinker SUCCESS 00:00:20.836 esp32cam_espressif_esp_eye SUCCESS 00:00:07.503 esp32cam_espressif_esp32s2_cam_board FAILED 00:00:07.911 esp32cam_espressif_esp32s2_cam_header FAILED 00:00:07.373 esp32cam_espressif_esp32s3_cam_lcd FAILED 00:00:07.808 esp32cam_espressif_esp32s3_eye FAILED 00:00:07.926 esp32cam_freenove_wrover_kit SUCCESS 00:00:07.423 esp32cam_m5stack_camera_psram SUCCESS 00:00:07.445 esp32cam_m5stack_camera SUCCESS 00:00:07.486 esp32cam_m5stack_esp32cam SUCCESS 00:00:07.373 esp32cam_m5stack_unitcam SUCCESS 00:00:07.382 esp32cam_m5stack_unitcams3 FAILED 00:00:07.716 esp32cam_m5stack_wide SUCCESS 00:00:07.503 esp32cam_seeed_xiao_esp32s3_sense FAILED 00:00:08.022 esp32cam_ttgo_t_camera SUCCESS 00:00:07.365 esp32cam_ttgo_t_journal SUCCESS 00:00:07.487
What would like do i have any missing?