espressif / esp-rom-elfs

Espressif ROM binaries
https://github.com/espressif/esp-rom-elfs/releases
Apache License 2.0
15 stars 3 forks source link

Could debug info be included in the ROM ELFs? #3

Closed noahp closed 1 month ago

noahp commented 1 year ago

I noticed the ROM ELFs do not contain any debug info. Would it be possible to provide ELFs with debug info?

>>> info address crc32_le                                                                                 │
Symbol "crc32_le" is at 0x40000628 in a file compiled without debugging.
Lapshin commented 1 month ago

@noahp , please see related discussion here https://github.com/espressif/esp-rom-elfs/pull/1#discussion_r949886357

noahp commented 1 month ago

Thanks, that makes sense! closing this request.