Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

NIOS IDE compilation problem

Altera_Forum
Honored Contributor II
1,519 Views

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?
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
479 Views

Hi, 

 

I don't know exactly where the NIOS IDE gets its information to compile everything, but I solved this by changing the extension (from .cc to .bcc for example).  

 

With kind regards, 

Jos
0 Kudos
Altera_Forum
Honored Contributor II
479 Views

I want to say something: 

If you want to build the certain project,right click on the project and choose build project ;you also set in perspective/preference/build order to fulfill your purpose.
0 Kudos
Altera_Forum
Honored Contributor II
479 Views

Did you try to use CVS? it's also integrated into Eclipse... 

 

bye 

 

Paolo
0 Kudos
Reply