17 lines
1.1 KiB
Plaintext
17 lines
1.1 KiB
Plaintext
Command: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/home/claw/.espressif/python_env/idf5.5_py3.13_env/bin/python -DESP_PLATFORM=1 -DIDF_TARGET=esp32c5 -DCCACHE_ENABLE=0 /home/claw/.openclaw/workspace/v2x-sniffer/v2x_fw
|
|
Traceback (most recent call last):
|
|
File "/home/claw/esp/esp-idf/components/esp_rom/gen_gdbinit.py", line 72, in <module>
|
|
gdbinit_lines = generate_gdbinit_rom_add_symbols(target)
|
|
File "/home/claw/esp/esp-idf/components/esp_rom/gen_gdbinit.py", line 32, in generate_gdbinit_rom_add_symbols
|
|
raise EnvironmentError(
|
|
'ESP_ROM_ELF_DIR environment variable is not defined. Please try to run IDF "install" and "export" scripts.')
|
|
OSError: ESP_ROM_ELF_DIR environment variable is not defined. Please try to run IDF "install" and "export" scripts.
|
|
CMake Warning at /home/claw/esp/esp-idf/tools/cmake/gdbinit.cmake:52 (message):
|
|
Error while generating esp_rom gdbinit
|
|
Call Stack (most recent call first):
|
|
/home/claw/esp/esp-idf/tools/cmake/project.cmake:356 (__generate_gdbinit)
|
|
/home/claw/esp/esp-idf/tools/cmake/project.cmake:974 (__project_info)
|
|
CMakeLists.txt:4 (project)
|
|
|
|
|