Hello, I have a question concerning System.map file. I’m compiling drivers not as a module but as a part of kernel. However symbols from the driver are not included into System.map. Can somebody please explain that to me? Regards Tom
Have you exported your symbol with EXPORT_SYMBOL_GPL()?
EXPORT_SYMBOL_GPL()
Please tell us if it does not help.
Forgetting EXPORT_SYMBOL_GPL()?
Have you exported your symbol with
EXPORT_SYMBOL_GPL()?Please tell us if it does not help.