腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
Linux
中的unistd_64.h
、
、
、
目前,我在x86上
使用
LinuxKernelv5.8。在我的ubuntu机器上,/usr/include/x86_64-
linux
-gnu/
asm
/unistd_64.h比/usr/src/
linux
-headers-5.8.0-50-generic/arch/
asm
/unistd_64.h (当然,我可以在/usr/src/
linux
-header
浏览 11
提问于2021-05-17
得票数 0
回答已采纳
2
回答
在
linux
ubuntu 16 32位上,DrPaulcarter汇编语言教程,未定义的引用错误
、
、
、
、
精确的pdf文件()第33页和书的第23页 问题在哪里?
浏览 0
提问于2017-07-06
得票数 0
回答已采纳
1
回答
为什么我的系统中有这么多版本的头文件?
、
、
、
但是,当我尝试在我的系统上查找头文件时(
使用
locate unistd.h),我得到了以下结果:/usr/include/
asm
-generic/unistd.h/
asm
/unistd.h /usr/src/
linux
-headers-3.5.0-27/arch/avr32/include/
asm
浏览 4
提问于2013-04-27
得票数 2
回答已采纳
1
回答
在/usr/local/include中找到未酿造的头文件
、
/
linux
-elf/
asm
/crypto/buildinf.h /u
浏览 25
提问于2020-06-04
得票数 2
1
回答
Linux
内核当前宏的实现
、
、
、
一般来说,如果我们想在
Linux
内核中
使用
当前宏,我们应该:但是有一个
asm
通用版本: #include <
asm
-generic/current.h说我们应该
使用
asm
版本,其中包括
asm
/current.h,但是很多博客或书籍说x86
使用
asm
--通用的版本来实现当前宏,包括、3、3进程管理,存储流程描述符。那么,
浏览 4
提问于2021-11-20
得票数 5
回答已采纳
1
回答
如何清理brew医生:在/usr/local/include中找到未酿造的头文件?
、
/archs/
linux
-aarch64/
asm
/include/progs.h
浏览 47
提问于2021-04-06
得票数 2
2
回答
Riscv GCC 4.9.2不能编译
linux
3.14.29
、
、
、
、
当我
使用
riscv gcc (verison4.9.2)编译
linux
(3.14.29版)时,我遇到了一些错误,看起来gcc无法识别某些操作码,我如何解决这个问题?把gcc改为4.6版?/home/riscv/riscv/
linux
-3.14.29/arch/riscv/include/
asm
/irqflags.h: Assembler messages: /home/riscv/riscv/<
浏览 3
提问于2015-04-25
得票数 2
回答已采纳
1
回答
Clang与
Linux
内核
、
/
asm
/processor.h:17:In file included from /mnt/lfs/sources/
linux
-2.6.37
浏览 93
提问于2019-05-23
得票数 0
1
回答
内核代码中
asm
与__
asm
__的区别
、
、
我正在研究如何在内核中
使用
内存屏障(
Linux
内核v4.19-rc5)。我不明白
asm
和__
asm
__之间的区别。例如,考虑障碍函数:{}#define mb() __
asm
__ __volati
浏览 1
提问于2018-09-28
得票数 1
回答已采纳
2
回答
“致命错误:
asm
/early_ioremap.h:没有这样的文件或目录”
、
为什么我在为x86_64和
Linux
4.4.15库构建简单的hello world内核驱动程序时遇到“致命错误:
asm
/early_ioremap.h:没有这样的文件或目录”,
使用
的是
Linux
4.4.15库,
使用
的是
Linux
-4.8.5?gcc正在搜索在
Linux
4.4.15中不可用的
asm
/early_ioremap.h。你知道我该怎么解决这个问题吗?/
linux
-4.4.15/ar
浏览 16
提问于2016-08-16
得票数 4
1
回答
asm
和
asm
在
linux
报头中是通用的--它们是一样的吗?
、
、
、
、
在我的
linux
头文件文件夹中,包含在/usr/src/
linux
-headers-5.7.0-kali1-common/include.目录中的Kali内核5.7.0头在这个文件夹中,我有包含在子文件夹中的头文件,如
asm
-generic、
linux
、uapi、acpi、crypto等等。但是在头文件中,即
linux
/module.h中有一个头文件引用,如 #include <
asm
/module.h>
浏览 9
提问于2021-01-06
得票数 1
回答已采纳
3
回答
无法在Mac os中
使用
nvm安装nodejs版本
、
、
、
当我尝试
使用
以下命令安装节点版本时我得到以下输出: ../deps/openssl/config/archs/
linux
-x86_64/
asm
/crypto/aes/aes-x86_64.s:394:1: ../deps/openssl/config/archs/
linux
-x86_64/
asm
浏览 27
提问于2021-07-14
得票数 2
3
回答
在ubuntu上编译C代码有问题。(#include error)
、
、
、
但是,当我用gcc程序编译c -o程序时,我得到一个错误:“致命错误:
asm
/page.h:没有这样的文件或目录”这里是头文件:#include <errno.hlimits.h>#include <unistd.h>#include <sys/mman.h>#in
浏览 28
提问于2013-10-11
得票数 9
1
回答
Gcc编译: Bitops.h错误:预期“=”、“
asm
”或“__attribute__”
、
、
、
-3.13.0-32/arch/x86/include/
asm
/percpu.h:44, from /usr/src/
linux
-headers-3.13.
浏览 8
提问于2017-05-23
得票数 0
回答已采纳
1
回答
如何恰当地
使用
内核头?
rm -rf /usr/include/
linux
ln -s /home/
linux
-2.6.21/include/
asm
-i386 &
浏览 0
提问于2011-05-16
得票数 1
回答已采纳
2
回答
如何调用铁锈内联
asm
模块中的锈蚀函数?
、
、
/
asm
_test/target/debug/deps/
asm
_test-cefff555edfd8301.
asm
_test.debf28cc-cgu.1.rcgu.o" "/home/zhou/codes/rust/practice/
asm
_test/target/debug/deps/
asm
_test-cefff555edfd8301
浏览 8
提问于2022-05-13
得票数 1
回答已采纳
3
回答
在单独的.S文件中写入内联程序集
、
、
、
、
arm-
linux
-gnueabihf-as -g --gstabs -o src/
asm
.o ../src/
ASM
.c mul64x64
asm
: MOVT R0,0x56
浏览 7
提问于2017-11-20
得票数 1
回答已采纳
1
回答
尝试为pjsip android生成.so文件时出现致命错误:'features.h‘文件未找到#include <features.h>
、
、
我在我的安卓应用程序中
使用
了库的VoIP调用功能,最近我的应用程序在play商店上被拒绝了,因为带有这些库的OpenSSL版本太旧了。我
使用
这些作为参考: 1. 2. 我现在正试图在一个虚拟机器中
使用
ubuntu OS,当我试图
使用
OpenSSL生成PjSip文件时,我得到了这个链接器错误: make depend &&am
浏览 418
提问于2018-05-17
得票数 3
1
回答
在64位
linux
主机上构建32位
linux
内核时出错
、
我正在尝试在安装了2.6.9 (相同版本)的64位
linux
主机上构建32位
linux
内核2.6.9。include/
linux
/smp.h:17, from arch/i386included from include/
asm
/smp.h:18, from include&
浏览 4
提问于2013-01-09
得票数 0
1
回答
如何
使用
LLVM模块级内联程序集定义和调用函数?
、
module
asm
"inline
asm
code goes here" 实际上,.s输出文件包含这些指令。谁能提供一个简单的示例.ll,其中用LLVM代码编写的@main()调用内联module
asm
中定义的函数(理想情况下传递一个或两个参数),并以该函数的返回值退出?它直接
使用
系统调用输出Hello World,不需要链接到标准库(所以如果有一种方法可以进行系统调用,而不需要进入本机程序集,我也想了解一下)。
浏览 1
提问于2018-09-23
得票数 1
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Linux分区信息丢失导致的asm无法启动问题
Oracle ASM 详解
Linux下使用SQLServer
在 Linux 上使用 yum 设置 ZFS|Linux 中国
Linux Mint 升级工具使用指南|Linux 中国
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券