Altera_Forum
Honored Contributor
16 years agoELF -> What's the .jdi section?
Hiya
Just looking at an .objdump, comparing to a build from a previous version of the NIOS-II build tools, and noticed a new sizeable section called ".jdi" at the end of the sections. What's its purpose, and is there an option to exclude it? I note there's a --jdi option set at the end of the linker command line. Manual says: --- Quote Start --- ■ --jdi <filename>: The location of the JTAG Debugging Information File (.jdi) generated by the Quartus® II software. The .jdi file specifies the name-to-node mappings for the JTAG chain elements. The tool inserts the .jdi path in public.mk. If no .jdi path is specified, the command searches the directory containing the .sopcinfo file, and uses the first .jdi file found. --- Quote End --- ..which doesn't tell me very much.