Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
neo,
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 - Altera_Forum
Honored Contributor
The problem is that the source file (.c) file need to be complied based on the macros. Can I do that?
And I also have a .c file need to be included not complied.