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++
12746 Discussions

How to include multiple/recursive include directories with NIOS EDS 10.0?

Altera_Forum
Honored Contributor II
1,572 Views

Hi. 

 

We have a project under NIOS EDS 10.0 with many include directories. 

In project properties->nios ii application properties->nios ii application paths you have to set the application include directories

 

If you click on add you can only add one directory. So in case you have many directories you can spend some hours to include all your files. 

 

is there any solution for including multiple directories at once? or to select an option like recursiv, for including all sub-directories? 

 

In my opinion such a feature is mandatory for software development!  

Thanks, 

Philipp
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
618 Views

Hi, 

I'm looking for a quick way to add include directories too. Our software is split up in 20+ folders and I'm not going to add each separately. 

 

I looked around the settings files to see if I could add these directories with a text editor but couldn't find the right settings file. Any luck with this pillemann? 

 

I'm surprised there aren't more complaints about this!
0 Kudos
Altera_Forum
Honored Contributor II
618 Views

Hi there, 

 

I think the settings file you are searching for is the makefile. If you want to add some include directories within a text editor you have to modify the makefile

 

Regards
0 Kudos
Altera_Forum
Honored Contributor II
618 Views

Thanks that works. It is the APP_INCLUDE_DIRS in makefile. I guess EDS isn't consistent with where it saves the GUI fields.

0 Kudos
Reply