Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

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

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

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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!
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

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