Tool/software: Code Composer Studio
I want to hide all the functions that we use for a specific driver so I started with one file using the GCC tool to generate the .a file and then put the (.a) file in the linker include options in CCS to be linked with the whole project.
I succeeded in generating the .a file using the GCC tool, but have an issue in building the project in CCS as it gives me errors as if I did not add the file to the linker path settings.
you will find screenshots of:
1. how I imported the .a file to CCS project
2. the linker errors
3. the content of the .a file using nm command in GCC compiler and the screenshot shows that the symbols exist in the .a file