Dynamically load a function while cross compiling in Linux
If I have a function that is in one Linux Kernel, but not others, how would I go about using the same source code to compile for different kernels? For example, if functionA is an old function which both kernels support, but functionB is only supported in newer kernels and I want to use functionB… Read More Dynamically load a function while cross compiling in Linux