Hi all,
I have created a source file and added to the MCSDK Image processing demo master project (using CCS v5.0.23). After build, the .obj for the source file is created in the debug folder.
But when I create the same file in the slave its corresponding .obj is not created. And hence the error
undefined symbol filter(function in the source file) first referenced in image_processing_task(function called from here)
WHY IS THE .OBJ FILE NOT CREATED? DO WE HAVE TO MAKE ANY MODIFICATIONS IN ORDER TO ADD NEW FILES?
Regards,
Sohal