Visible to Intel only — GUID: mwh1416946666027
Ixiasoft
Visible to Intel only — GUID: mwh1416946666027
Ixiasoft
4.5. Running make
You can specify multiple targets on a make command line. For example, the following command removes existing object files in the current project directory, builds the project, downloads the project to a board, and runs it:
make clean download-elf
You can modify an application or user library makefile with the nios2-lib-update-makefile and nios2-app-update-makefile utilities. With these utilities, you can execute the following tasks:
- Add source files to a project
- Remove source files from a project
- Add compiler options to a project’s make rules
- Modify or remove compiler options in a project’s make rules