Hello Everyone, I am working on a project to get IAQ values from the (ZMOD4410), They provided and example code which works fine, also they provided some precompiled libraries, I want to include those precompiled libraries to the project.
They suggests if the sensor don’t achieved best performance then it should need cleaning, they provided a precompiled library libzmod4xxx_cleaning.a which I want to used:
1- Include the respective header file
2- and call the cleaning_method
But once I clicked on compile, the error occurs that undefined reference to the function cleaning_method.
I have followed this link (Using a precompiled library *.a ) but unable to solve the problem.
compilation error:
please help me.
Thanks