We depend on several open-source libraries, as well as at least one closed-source third-party library.
When using the cross-compiler tool-chain (Windows to Linux), what’s the recommended process for working with these libraries?
Perhaps there is some simple solution such as SCP the headers, archives and shared objects to the Windows machine for compilation? Can WinGDB fetch the files it needs (*.h / *.a / *.so) automatically from the Linux target?