I have been given a static library(.a) by my client for my project. The objective of this static library is to integrate the functionality present in the library to my project.
The problem I'm facing is that when I'm trying to link this file, my linker could not link it and throws error.
Eg: consider the library has a function defined "void get_input ()". When I trying to invoke this function in my c file, my linker throws the error that the symbol is undefined.
I'm using Greenhills compiler.