Open jr1221 opened 2 months ago
I got good results with this export ESP_ROM_ELF_DIR=/nix/store/16d6gy5clh0ri2z5wkcnzdj3l1cbmadq-xtensa-esp-elf-gdb-esp-idf-v5.3
According to ESP-IDF v5.3.1's tools.json
, it should be set to the esp-rom-elfs
directory. I assume this is to look up debugging information for the burned-in boot ROM if you ever step into it. I will have to install that as a tool, and get exported vars working at the idf.py
level (as in #61).
Hi,
ESP_ROM_ELF_DIR
is not set, which results in failedgdb
commands.Can you please advise what to set it to?