Nios® V Embedded Processor Design Handbook

ID 726952
Date 5/26/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

6.1.2. Objdump File

The Nios® V processor build process always generate an object dump text file (.objdump) from your application .elf file. The .objdump file contains information about the memory sections and their layout, the addresses of functions, and the original C source code interleaved with the assembly code. The .objdump file generates in the <project_directory>/software/app/build folder .