You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to create the VT example on an ESP32. For this I followed the basic tutorial, which didn't cause any problems during the build. When I then added the ESP32 example with the object_pool, the following error occurred during the build:
toolchain-xtensa-esp-elf @ 13.2.0+20230928
Reading CMake configuration...
Warning! Flash memory size mismatch detected. Expected 4MB, found 2MB!
Please select a proper value in your sdkconfig.defaults or via the menuconfig target!
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 1 compatible libraries
Scanning dependencies...
Dependency Graph
|-- AgIsoStack++ @ 1.0.0+sha.a757178
Building in debug mode
Compiling .pio\build\esp32dev\src\console_logger.cpp.o
Compiling .pio\build\esp32dev\src\main.cpp.o
*** [.pio\build\esp32dev.pio\build\esp32dev\object_pool.iop.S.o] Source .pio\build\esp32dev\object_pool.iop.S' not found, needed by target .pio\build\esp32dev.pio\build\esp32dev\object_pool.iop.S.o'.
====================================================== [FAILED] Took 30.22 seconds ======================================================
Hello,
I'm currently trying to create the VT example on an ESP32. For this I followed the basic tutorial, which didn't cause any problems during the build. When I then added the ESP32 example with the object_pool, the following error occurred during the build:
Processing esp32dev (platform: espressif32; board: esp32dev; framework: espidf)
-----------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via
-v, --verbose
optionCONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32dev.html
PLATFORM: Espressif 32 (6.7.0) > Espressif ESP32 Dev Module
HARDWARE: ESP32 240MHz, 320KB 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:
Reading CMake configuration...
Warning! Flash memory size mismatch detected. Expected 4MB, found 2MB!
Please select a proper value in your
sdkconfig.defaults
or via themenuconfig
target!LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 1 compatible libraries
Scanning dependencies...
Dependency Graph
|-- AgIsoStack++ @ 1.0.0+sha.a757178
Building in debug mode
Compiling .pio\build\esp32dev\src\console_logger.cpp.o
Compiling .pio\build\esp32dev\src\main.cpp.o
*** [.pio\build\esp32dev.pio\build\esp32dev\object_pool.iop.S.o] Source
.pio\build\esp32dev\object_pool.iop.S' not found, needed by target
.pio\build\esp32dev.pio\build\esp32dev\object_pool.iop.S.o'.====================================================== [FAILED] Took 30.22 seconds ======================================================
Environment:
platform = espressif32
board = esp32dev
framework = espidf
Can you please tell me why the object_pool.iop.S.o is not being created?
The text was updated successfully, but these errors were encountered: