我正在尝试构建一个独立的Android内核,我想编写可加载的内核模块,但是当我构建我的module.c文件时,我有这个错误
error: smd_private.h: No such file or directory
谷歌搜索告诉我,我应该将<smd_private.h>
更改为"smd_private.h"
。但错误仍然存在!!
你能救我吗?
答案 0 :(得分:0)
检查以确保smd_private.h与我的module.c位于同一目录中
以下是来自https://gcc.gnu.org/onlinedocs/cpp/Include-Syntax.html#Include-Syntax
的信息Class.forName("com.mysql.jdbc.Driver ");