Forum Discussion
Altera_Forum
Honored Contributor
16 years ago(Eclipse) How to add directories to GCC include path
Hi, I'm trying to bring some existing code into a program that relies on the GCC compiler finding include files in other project include directories For example x/x.c says: # include "my...
Altera_Forum
Honored Contributor
14 years agobasafran, I had the same problem as you - after entering the include path in Properties -> Nios II Application Properties -> Nios II Application Paths they where gone when the settings opened again.
I think there is a problem with the access rights of file system. After I chaged they with chmod -R +w <application_dir> in the Nios command shell the settings maintains. (the rights for the bsp dir I have also changed) Jens