Part Number: SIMPLELINK-CC26X2-SDK
Tool/software: Code Composer Studio
I added 2 new files to a project by right-clicking on the project -> Add Files... and then select "copy files". They are added to the project and physically copied to the according project path. Do I have to explicitly add those 2 files to the linker now, so that they can be found? Because when I build the project I got unresolved symbols remain error saying all functions defined in those 2 files are unkown to the linker ("undefines symbols") when I make calls to those functions.
This is a standard use case in every IDE and I must be missing some very basic stuff...
Best Regards