我正在Eclipse IDE for C/C++ Linux Developers (Indigo SR2)中为嵌入式系统开发一个Linux内核模块(驱动程序)。我已经将内核的include目录添加到我的项目的索引路径(项目>属性> C/C++常规>路径和Sybmols -> Includes (选项卡) -> Add ...(按钮)。)但是,有几个内核的头文件引用了asm目录,它实际上是linux/asm-powerpc<em
我用CMake (2.8)构建了一个共享库和一个测试应用程序。root/ mylib.so test1 ...error while loading shared libraries: mylib.so: cannot open shared object file: No such file or directory编辑
这是我的CMakeLists.txt