-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
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
Cannot compile firmware.elf #131
Comments
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 |
Hi, Platform Manager: [email protected] 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... Processing esp32cam_seeed_xiao_esp32s3_sense (board: esp32cam_seeed_xiao_esp32s3_sense; platform: espressif32; framework: arduino)Verbose mode can be enabled via
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
optionCONFIGURATION: 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:
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 38 compatible libraries
Scanning dependencies...
Dependency Graph
|-- IotWebConf @ 3.2.1
|-- Micro-RTSP @ 0.1.6
|-- micro-moustache @ 1.0.1
|-- ESPmDNS @ 2.0.0
|-- RTSPServer @ 1.0.0
Building in release mode
Linking .pio\build\esp32cam_seeed_xiao_esp32s3_sense\firmware.elf
c:/users/zetah/.platformio/packages/toolchain-xtensa-esp32s3/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld.exe: cannot open map file C:/Users/zetah/OneDrive/桌面/esp32cam-rtsp-develop/.pio/build/esp32cam_seeed_xiao_esp32s3_sense/firmware.map: No such file or directory
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?
The text was updated successfully, but these errors were encountered: