腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
Linux
内核:获取内核驱动程序的函数地址
、
、
、
是否可以在
linux
内核模块中获取由另一个内核模块(类似于cat /proc/kallsyms)导出的函数的指针,但使用api调用。此外,如果不存在预期的模块,则将其加载到内存中。
浏览 4
提问于2014-04-11
得票数 1
回答已采纳
3
回答
安装debug_inspector (0.0.2)时发生错误,绑定程序无法继续
、
、
"DESTDIR="linking shared-object debug_inspector.so /usr/bin/ld: cannot
find
Results logged to /home/vpidev/.rvm/gems/ruby-2.2.4@ping/extensions/x86_64-
linux
/2.2.0/debug_inspectorcompil
浏览 17
提问于2016-07-27
得票数 1
2
回答
Cmake从项目路径链接共享库
如果我在
find
_library()中给出提示,那么它就被找到了,但是为什么没有提示就
找不到
它呢?CMAKE_LIBRARY_ARCHITECTURE})message("LIB: " ${CMAKE_LIBRARY_PATH}) lib/x86_64-
linux
-gnu/libmylibrary.so: ELF
浏览 1
提问于2020-11-26
得票数 0
3
回答
can ng
找不到
pthread.so
、
我正在尝试使用can ng来编译一个使用pthread的程序,但是由于某种原因,链接器
找不到
这个库。我已经检查过了,这些库位于-L指定的链接路径中,这是参数。下面是错误: /home/***/raspberrypi/toolchain/lib/gcc/arm-unknown-
linux
-gnueabi/4.6.3/../../../../arm-unknown-
linux
-gnueabi/bin
浏览 5
提问于2013-01-08
得票数 7
1
回答
CMake在系统根目录中
找不到
libcurl
、
、
、
、
/bin/arm-
linux
-gnueabi-gcc) SET(CMAKE_
FIND
_ROOT_PATH /home/bsp/bsp-
linux
/sysroot) SET(CMAKE_
FIND
_ROOT_PATH_MODE_PROGRAMONLY) SET(CMAKE_
浏览 7
提问于2020-06-08
得票数 0
1
回答
linux
find
regexp
、
、
我在让正则表达式在
find
中使用+和*时遇到了问题。-type d -maxdepth 1 -name "[0-9]" | while read f mv $f $TESTPATHdodone
find
.-type d -maxdepth 1 -name "[0-9][0-9][0-9]"
浏览 6
提问于2011-12-02
得票数 1
回答已采纳
2
回答
如何在程序中包含内核头
、
、
、
、
我是
linux
内核编程的新手。我需要包含/usr/ include /
linux
中没有的
linux
/skbuff.h、net/checksum.h和许多相关的内核头文件。我在编译时得到以下错误 fatal error: net/checksum.h: No
浏览 8
提问于2012-10-15
得票数 2
回答已采纳
4
回答
linux
"
find
“命令
、
、
、
我有这样的东西:输出结果如下:/home/dir2
浏览 6
提问于2013-01-11
得票数 1
4
回答
Linux
Find
命令
、
、
、
我在
FIND
命令中做错了什么?我不明白这是怎么回事:
find
/home/michael/foxpro/mount/A1/[12][0-9][0-9][0-9] "*.dbf" -type f -exec ln -s {} \;
find
/home/michael/foxpro/mount/AF/[12][0-9][0-9][0-9] "*.dbf" -type f -exec l
浏览 11
提问于2012-09-21
得票数 3
回答已采纳
1
回答
如何在
Linux
上正确编译Synergy?
、
、
/bin/synergy-corecollect2: error: ld returned 1 exit status src/cmd
浏览 4
提问于2018-04-21
得票数 0
1
回答
在redhat
linux
7上安装libgpgme开发包
我尝试通过pip在python中安装gpg,但得到以下错误: Could not
find
gpgme-config.我的操作系统是
linux
7,但是我
找不到
任何可以在
Linux
7上安装上述软件包的rpm,我已经在this网站上搜索过了,但是
找不到
任何适用于
Linux
7的软件包。谁能指导我如何在
Linux
7上安装libgpgme-devel?
浏览 233
提问于2020-10-12
得票数 0
1
回答
find
_library选择静态库而不是共享库。
、
、
我的缺点是我正在使用MinGW交叉编译
Linux
上的Windows。示例:finds this: zlib1.似乎指的是静态库命名为blah.lib (Windows)或blah.a (
Linux
)的传统情况。在这种在
Linux
上使用mingw的交叉编译器情况下,它们被命名为blh.dll.a 我需要它找到这
浏览 4
提问于2016-09-25
得票数 3
回答已采纳
1
回答
编译第三方包时“无法找到-lfftw3_omp”错误。如何连接现有的图书馆?
、
、
、
当我运行make时,编译会因以下错误而停止:/home/myname/anaconda3/compiler_compat/ld: cannot
find
-lmerror: command
浏览 5
提问于2017-11-27
得票数 0
1
回答
没有版本、扩展和lib前缀,CMake的
find
_library就
找不到
库
当我有这个/usr/lib/x86_64-
linux
-gnu/libtcmalloc.so.4时,我试图链接到一个系统库: CMakeLists.txtproject(all) if(TCMALLOC_LIB)我得到了 CMake Error at CMakeLists.txt:13 (mess
浏览 1
提问于2019-07-03
得票数 2
回答已采纳
1
回答
Mac `
find
`与
Linux
`
find
`的区别
、
、
、
有问题的命令很简单,它只需调用
find
在测试中,我发现是-type选项在我的Mac上有问题。如果我改为运行:它可以工作,但两者在
Linux
机器上的工作(看似等同)。因此,我的问题是,在操作系统的
find
二进制文件和
Linux
的
find
之间是否有显著的差异?我对脚本的修改(在开头添加./路径)会破坏我还没有发现的任何东西吗?
浏览 2
提问于2013-07-09
得票数 12
回答已采纳
1
回答
CMake在/usr/lib/aarch64-
linux
-gnu/中
找不到
库。
、
问题是这个电话:我可以在libUnitTest++.so中找到/usr/lib/aarch64-
linux
-gnu/,但是CMake
找不到
它: Could not
find
UnitTest++ using the following我试过各种各样的小提琴,比如 set(CMAK
浏览 9
提问于2022-09-28
得票数 0
1
回答
PlayOnLinux无法打开,无法从curl中找到卷曲
每次我尝试在
Linux
上打开游戏时,我都会收到这样的消息:You need to install it to continue但我似乎
找不到
我应该在哪里得到这个cUrl。
浏览 0
提问于2013-12-26
得票数 1
1
回答
Ubuntu14.04上的hdf5安装
、
、
建议手动向hdf5目录添加路径到Makefile.config,但我根本
找不到
目录。 希望有人能帮我。谢谢。
浏览 16
提问于2017-01-06
得票数 0
回答已采纳
1
回答
[
linux
find
cmd]:将
find
命令限制为搜索与给定单词或正则表达式匹配的目录
、
是否可以将
find
命令限制为仅搜索与给定正则表达式匹配的目录?$ man
find
使用RHEL GNU/
Linux
。
浏览 5
提问于2020-03-22
得票数 0
1
回答
我在ubuntu18.x上的perl dir中
找不到
模块"core“
、
、
、
find
-lperlobjs/Makefile:1670: recipe for target 'objs/ngx_http_perl_module.so/ngxbuild/nginx-1.14.0'make: *** [build] Error 2问题是,在
浏览 0
提问于2018-06-02
得票数 1
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
智聆口语评测
活动推荐
运营活动
广告
关闭
领券