I am getting hidden symbol being referenced by DSO error with custom libraries during cross-compiling for ARM processors _
hidden symbol `_ZN7vid3App17sendToEncEPN6cam12ICam' in CMakeFiles/nix_cam.dir/vidVis.cpp.o is referenced by DSO
A beautiful explanation about this issue is explained @ - What does exactly the warning mean about hidden symbol being referenced by DSO?
When checked with objdump command with the referenced shared library it showed - 00000000 UND 00000000 _ZN7vid3App17sendToEncEPN6cam12ICam
Now, I am clueless about how to solve this issue. Please help...