This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/SIMPLELINK-CC26X2-SDK: error #10234-D: unresolved symbols remain

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