Nios® V Processor Software Developer Handbook

ID 743810
Date 7/20/2023
Public

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

Document Table of Contents

1.4. Nios® V Processor Software Programs

Nios® V processor programs are Executable and Linking Format File (ELF). The standard process for creating the ELF file is to create CMake projects that combine user code, BSP and other libaries to build this ELF file. The CMake combines user application project with information from BSP project, and other libraries as necessary to build the Nios® V processor program.

The Nios® V processor tools creates software projects for you. Each project is based on a CMakeLists.txt.