Nios® II Software Developer Handbook

ID 683525
Date 8/28/2023
Public
Document Table of Contents

2.6.2.1. Application Project

A Nios® II C/C++ application project consists of a collection of source code, plus a makefile. A typical characteristic of an application is that one of the source files contains function main(). An application includes code that calls functions in libraries and BSPs. The makefile compiles the source code and links it with a BSP and one or more optional libraries, to create one .elf file.