Question
Linking external object files
Posted on October 31, 2016 at 10:05
Hello,
I have some closed-source library code, which I need to use in my project.If I just add the headers and the .o files to my project, when I build, I get the linker error ''undefined reference to xxx ...''. I need a way to tell the linker where to find the object files. I can't find the usual eclipse setting allowing to do so.Does anyone know how to do this?Thank you in advance. #object #.o #linking