Share code between processes

Have common files that need to be shared between processes. In the source file where I need to use it I have the standard #include “constants.h” for one of those files. I created a folder that contains the common files and have attempted several things trying to get the compiler (qcc 4.2.4) to locate them; including: adding include directive on the Paths & Symbols Includes tab, adding a workspace folder to the Source location and trying to link the folder (again under the Source location tab). Nothing helps, I continue to receive “No such file or directory” for the “constants.h”.
Any clue would be greatly appreciated

The Path and Symbols include tab should have work. Are you sure you specified it for GCC and not only for ASM?

Grrrrrrrr; good call, did not specify GCC.

Thanks!

Guess how I know… lol!