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
16 years agoThanks Jake. Unfortunately there doesn't seem to be anything in the NiosII entry for the project to help me with this issue but it does seem like changing this data in Makefile directly is safe amd gets the job done
It's just a shame that setting the directory path in eclipse doesn't push the changes into the Makefile but I guess I'll have to live with that :) Thanks again, Darren.