Home > OS >  Write the driver, an error occurred when loading the module, Unknown symbol in the module
Write the driver, an error occurred when loading the module, Unknown symbol in the module

Time:09-24

When load module tip
Insmod: ERROR: could not insert the module globalvar. Ko: Unknown symbol in the module
Then want to rely on found dpends is empty

So the makefile

CodePudding user response:

Your current driven compile the kernel directory is not your current running kernel compilation of kernel directory

CodePudding user response:

Dmesg | tail check your modules are dependent on library file is not installed,
  • Related