Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to define the source file list?
I want to define the source file lists including the source files that I am going to complie. But it seems that I cannot modifiy the makefile, which is generated automatically. So, how to modif...
Altera_Forum
Honored Contributor
21 years agoneo,
the NIOSII IDE expects all source files in its current project directory. Right click the project name and select 'Refresh' to include all source files into the project currently found in this directory. The triangle icon lets you then 'Edit Active Working Set' to include or exclude the files you want. After that, your makefile will be updated. Mike