腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
3
回答
实现版本4.1.2及更早版本的GCC cas功能
、
、
、
、
/
asm
[root@centos-
linux
-7 workspace]# ./
asm
[root@centos-
linux
-7 workspace]# ./
asm
[root@centos-
linux
-7 workspace]# ./
asm
[root@centos-
linux
-7 workspace]# ./
asm
[ro
浏览 1
提问于2018-07-30
得票数 0
1
回答
在Xcode中的特定行显示运行时错误消息
、
、
、
我想在运行时用C/C++代码在Xcode中显示自定义错误消息。例如,这可以用于自定义assert()函数。 现在,我唯一能做的就是使用__builtin_trap在正确的行处停止。但不显示自定义错误消息。
浏览 2
提问于2013-11-02
得票数 6
1
回答
如何使用copy_to_user
、
我正在尝试将自定义系统调用添加到
linux
内核中。下面是一个简单的代码:#include <
linux
/kernel.h>#include<
asm
/system.h>
in
浏览 2
提问于2013-11-17
得票数 7
1
回答
Gcc编译: Bitops.h错误:预期“=”、“
asm
”或“__attribute__”
、
、
、
/x86/include/
asm
/current.h:5, from rtos.c:55: /usr/src/
linux
-headers-3.13.0-32/arch/x86
浏览 8
提问于2017-05-23
得票数 0
回答已采纳
1
回答
Linux
设备驱动程序ed
3
代码编译错误和
Linux
头文件
、
在我开始阅读这本书之前,我正在尝试从
Linux
设备驱动程序ed
3
(ldd
3
)中获得运行的示例,这样我就可以有一组可以使用的运行示例。我得到了以下错误(在Debian squeeze和Crunchbang
Linux
中看到错误): inp.c:33:20: error: [u]
asm
/io.h:[/u] No such file or我在/usr/src/
linux
-headers-2.6.39-bpo.2-common/下找到
浏览 3
提问于2011-12-07
得票数 2
回答已采纳
2
回答
如何停止使用Anaconda的OpenSSL版本
、
、
、
version -a时,输出是:built on: reproducible build, date unspecifiedoptions: bn(64,64) rc4(16x,
int
) des(idx,cisc,16,
int
) idea(
int
) blowfish(idx) compiler: /tmp/build/80754af9/openssl_152216253158
浏览 0
提问于2018-09-10
得票数 5
1
回答
计算机重新启动解密失败或mac记录错误后出现openssl错误
、
、
:SSL routines:SSL
3
_GET_RECORD:wrong version number:s
3
_pkt.c:288: M/C Details:
Linux
awtah.dispatchserver1 3.6.11-1.fc16.i686options: bn(64,32) md2(
int
) rc4(
浏览 0
提问于2013-07-31
得票数 1
3
回答
在单独的.S文件中写入内联程序集
、
、
、
、
由于对另一个问题的建议,我试图将我的汇编代码与C代码分开,但我得到了这个错误:
ASM
.c extern void mul64x64
asm
(); mul64x64
asm
&
浏览 7
提问于2017-11-20
得票数 1
回答已采纳
2
回答
在makefile中,作为规则目标的唯一破折号是什么意思?
我看到一个.missing-syscalls.d文件,其中包含 include/generated/autoconf.h \ /home/ckim/MVP/snake_
linux
_3.3.mvpe/arch/sparc/include/<e
浏览 0
提问于2014-08-15
得票数 6
1
回答
如何获取内核头文件?
、
、
#include <
linux
/kernel.h>#include <
linux
/module.h>#include <
linux
/fcntl.h>
浏览 18
提问于2011-05-14
得票数 1
回答已采纳
1
回答
交叉编译arm架构时出错
、
、
、
、
- KERNELDIR=~/
linux
-stable/ cd /home/wlan-
3
/qca/qca9377-le-2-
3
-
3
_qca_oem.git/wlan_host/include/
linux
/module.h:9, from /home/wlan-
3
/qca/qca9377-l
浏览 26
提问于2018-04-04
得票数 0
1
回答
试图在windows上编译
linux
( clang / llvm / ld.ldd )会得到一个不受支持的函数
、
、
、
、
我正在尝试从windows编译一个
linux
二进制文件。-pc-
linux
-gnu /usr/bin/ld.llim.o register
int
64_t rax __
asm
__ ("rax") = 1; register
int
浏览 2
提问于2021-10-15
得票数 0
1
回答
如果sched_find_first_bit没有找到任何东西,它的返回值是什么?
内核是2.4。
浏览 4
提问于2010-04-30
得票数 1
回答已采纳
1
回答
尝试从task_struct读取进程的寄存器值
、
、
、
、
到目前为止,我写的是: register
int
mar
asm
("%mar"); register
int
mdr
asm
("%mdr<
浏览 1
提问于2021-01-01
得票数 1
回答已采纳
1
回答
如何测量ARM Cortex-A53处理器的程序执行时间?
、
unsigned
int
cc; enabled = 1;
asm
volatilePMCCNTR_EL0 counts every clock cycle/every 64 clock cycles */ #define QUADD_ARMV8_PMCR_D (1 &
浏览 2
提问于2015-05-09
得票数 9
1
回答
编译
linux
内核2.4.0时内联程序集错误
、
、
、
我试图在Ubuntu 15.10 32位上编译
linux
内核2.4.0 .我在构建时收到此错误:gcc抱怨的是内嵌程序中的引文: static __inline__ unsigned short
int
csum_ipv6_ma
浏览 2
提问于2016-01-09
得票数 0
回答已采纳
1
回答
linux
上的汇编编译器。Nasm还是AS?
、
、
、
、
我不确定这是转帖还是什么,但我会问它:P-rw-r--r-- 1
int
3
int
3
280 Out 11 19:22
asm
.
asm
-rw-r--r-
浏览 0
提问于2013-10-12
得票数 2
2
回答
导入文件中的冲突类型
、
、
、
ParteB/driverPersonal.c:11:/usr/src/
linux
-headers-2.6.39.4.mikernel/arch/x86/include/
浏览 2
提问于2014-01-07
得票数 1
回答已采纳
2
回答
在RPI
3
/ModelB上实现CPU热插拔的系统调用
、
、
、
、
我的目标是在
linux
内核中实现一个启用/禁用CPU内核的系统调用。#include <
linux
/kernel.h>#include <
asm
/uaccess.h>#include <
l
浏览 2
提问于2017-08-21
得票数 1
2
回答
如何调用铁锈内联
asm
模块中的锈蚀函数?
、
、
.
3
.rcgu.o" "/home/zhou/codes/rust/practice/
asm
_test/target/debug/deps/
asm
_test-cefff555edfd8301.
asm
_test.debf28cc-cgu/codes/rust/practice/
asm
_test/target/debug/
浏览 8
提问于2022-05-13
得票数 1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Linux分区信息丢失导致的asm无法启动问题
Linux基础(3)linux命令3
实战-升级CENTOS/REDHAT6.X的OPENSSH版本
高并发系列——CAS操作及CPU底层操作解析
Linux达人养成3-使用远程工具操作Linux
热门
标签
更多标签
云服务器
ICP备案
云直播
对象存储
腾讯会议
活动推荐
运营活动
广告
关闭
领券