ChinaUnix.net
相关文章推荐:

Androidspecific ABI

Register Alt. Name Usage r0 a1 First function argument Integer function result Scratch register r1 a2 Second function argument Scratch register ...

by zhoubaozhou - Linux文档专区 - 2010-02-17 10:17:12 阅读(964) 回复(0)

相关讨论

abi/Eabi/Oabi http://wiki.debian.org/ArmEabiPort ArmEabiPort (..............................) Terminology Strictly speaking, both the old and new ARM abis are subsets of the ARM Eabi specification, but in everyday usage the term "Eabi" is used to mean the new one described here and "Oabi" or "old-abi" to mean the old one. However, there are one or two programs that sometimes describe an old abi b...

by okitamicuki1412 - Linux文档专区 - 2008-11-18 14:33:05 阅读(1309) 回复(0)

下面的代码大家可以在entry-common.S中找到。 在2.6.21中,认真研究大家会发现,你回避不了这样一个概念,Eabi是什么东西? 内核里面谈Eabi,Oabi,其实相对于系统调用的方式,当然我们所说的系统限于arm系统。 Eabi (Extended abi),说的是这样的一种新的系统调用方式 mov r7, #num swi 0x0 原来的系统调用方式是这样, swi (#num | 0x900000) (0x900000是个magic值) 也就是说原来的调用方式(Old abi)是通过跟随在swi指令中的调用号来...

by eslover - Linux文档专区 - 2008-07-07 17:29:50 阅读(994) 回复(0)

[code] [root@rhel4 ~]# rpm -Uvh iotop-0.4-1.noarch.rpm error: Failed dependencies: python(abi) = 2.6 is needed by iotop-0.4-1.noarch [root@rhel4 ~]# which python /usr/local/bin/python [root@rhel4 ~]# /usr/local/bin/python --version Python 2.6.2 [root@rhel4 ~]# [/code]python(abi)是什么呢?

by XQKA - Python - 2010-04-20 14:10:02 阅读(5981) 回复(0)

x11-base/xorg-server-1.3.0.0 x11-base/xorg-x11-7.3 x11-drivers/xf86-input-mouse-1.2.2 x11-drivers/xf86-input-keyboard-1.2.0 上面可以。。 http://www.nvnews.net/vbulletin/showthread.php?t=98083 This server has a video driver [color="#cc0033"]abi version of [color="#cc0033"]2.0 but this driver is designed to work with versions before [color="#cc0033"]2.0. "Just a heads up: whee let us know that the...

by qing - Linux文档专区 - 2007-09-16 23:01:48 阅读(533) 回复(0)

tuxedo升级: 8.1 ---> 10R3 服务器更换:hpux 11.11 pa ---> hpux 11.31 ia(64) 在对原来的程序做make的时候报 aCC -o WtcTuxAdapter.o WtcTuxAdapter.cpp -I. -I../../include/parameter -I../../include/comm -I../../include/config -I../../ccbs/include -I/home/oracle/app/oracletg/precomp/public -I/home/oracle/app/oracletg/rdbms/demo -I/home/oracle/app/oracletg/rdbms/public -I/home/tuxedo/tuxedo103/tux...

by waitcopy_9567 - C/C++ - 2012-09-30 11:14:59 阅读(2035) 回复(1)

GCC的ARM编译选项-mfloat-abi=name,其中soft和softfp有什么区别? 下面是GCC ARM的解释,我的理解是: hard表示编译成浮点运算指令,一般是CPU内带有支持浮点运算的FPU soft表示软件实现浮点运算,一般是在glibc里有软件的方法实现浮点运算(以前好像有种FPE的方法,在内核里面实现浮点运算,因为性能低下,现在很少使用) softfp按照他的翻译是,虽然生成了浮点指定,但是仍然使用软浮点运算的调用规则? 什么意思。。 -mfl...

by bgqsl11 - CPU与编译器 - 2010-07-07 17:27:51 阅读(6356) 回复(3)

http://www.codesourcery.com/public/cxx-abi/abi.html 不要问我是做什么的,不要怀疑有没有用。

by prolj - CPU与编译器 - 2010-06-09 23:39:03 阅读(2733) 回复(2)

如果需要python(abi) = 2.4 是否一定需要在系统中卸载原有的python2.5,安装python2.4才可以? 比如安装某rpm包时提示: python(abi) = 2.4 is needed by ... 但是我现在系统中python版本是2.5,我怎么能解决这个问题,如果把python2.5卸载,很多依赖python2.5的程序又起不来了,怎么办? 谢谢

by micra - Python - 2007-12-21 09:43:56 阅读(2718) 回复(0)

在hp下编译报 ld: Mismatched abi (not an ELF file) for -lcomm 错误。 用file查看了指向的 comm包的类型是 libcomm.a: awk program text 是不是这个包的文件格式有问题? ps.这个包是从32位的ibm中编译好后直接拿到了64位的hp,是不是需要在hp上重新编译生成这个包?

by morn_memory - HP-UX - 2007-09-05 16:55:56 阅读(9526) 回复(1)

在hp下编译报 ld: Mismatched abi (not an ELF file) for -lcomm 错误。 用file查看了指向的 comm包的类型是 libcomm.a: awk program text 是不是这个包的文件格式有问题? ps.这个包是从32位的ibm中编译好后直接拿到了64位的hp,是不是需要在hp上重新编译生成这个包?

by morn_memory - HP-UX - 2007-09-05 16:55:56 阅读(6607) 回复(1)