Altera_Forum
Honored Contributor
21 years agoNIOS IDE compilation problem
IDE compiles all of source file in project working directory together.
Generally, software engineer saves revision files in same working directory. for example, hello_world_v1.c hello_world_v2.c --> a revision from hello_world_v1.c then engineer want to compile only hello_world_v1.c but IDE compiles all of file. also, the files which user does not include files be included in the project automatically. Could you explain this problem to me?