For some reason, I have some object files compiled with GCC 5.4.x and some object files compiled with GCC 6.x . The source code is C++14 and I'm on a x86_64 machine running GNU/Linux 4.4.x.
Is it ever, at all, possible to link my objects together? If so, what are the restrictions/conditions for it to be possible, or what procedure do I need to follow to make it possible?