c++ - Getting link error when using kernel object -
i'm developing on ubuntu 14.04.
i'm trying use kernel object got (.ko developed other department in company). ko loaded (i can see via lsmod).
i'm building c++ program use api of ko. added include path of ko headers. i'm getting link error (undefined reference) ko functions.
what need add compilation, in order use ko?
Comments
Post a Comment