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

Popular posts from this blog

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - On Gitbash - Bower : ENOGIT git is not installed or not in the PATH -