You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I also tried to write a simple kernel module with SQLite which I download the source code from home page.But it returned that I couldn't include <stdio.h> .
I know the stdio.h is an user-space library, but I don't know how to handle that .
The text was updated successfully, but these errors were encountered:
Okay , I have compiled your codes in kernel version 4.x.x, but when I insmod the .ko file , it was going wrong: ksqlite: Unknown symbol add_vfs (err 0)
And I also tried to write a simple kernel module with SQLite which I download the source code from home page.But it returned that I couldn't include <stdio.h> .
I know the stdio.h is an user-space library, but I don't know how to handle that .
The text was updated successfully, but these errors were encountered: