file includes
Hello,
Since I am new to Eclipse and Ac6, I have a simple (stupid) question:
I know if I ‘import’ a .c file, it will get compiled and linked in. But, suppose I do NOT
want it linked separately, I just want to include it ‘in-line’. How is that done?
Where should it be put in the file structure?
I changed one of my normal included files, to make it compile separately with
extern and such, and it did. Then the linker told me my reference to TFTinit();
in main.c could not be found, even though the c file with that function had been
imported and compiled, and main.c had the function as an extern...
TIA
Glenb