ChinaUnix.net
相关文章推荐:

编译ARM平台的QtEmbeded

用的是什么版本的内核? 工具链用的什么版本? 具体一点。谢谢了!

by forboa - C/C++ - 2008-06-03 14:23:11 阅读(1363) 回复(1)

相关讨论

因为目前将Windows做工作平台还是要比NetBSD方便得多,所以以后AntBSD的编译和仿真环境将首先建立在windows平台。下面将研究如何在windows平台用cygwin环境编译NetBSD4.0 1. 下载和安装cygwin 从cygwin的官方主页 http://www.cygwin.com/ 下载setup.exe安装程序。 运行setup.exe,我选择先完全下载到本地。 其间会选择下载服务器,我用的是电信2M的ADSL选择ftp.ntu.edu.tw,下载速度很快,可以到达200KBps。选择下载所有程序包。...

by LaziAnt - BSD - 2008-05-13 21:20:02 阅读(4531) 回复(3)

一、准备文件和补丁 建立一个空的文件夹,下载下列文件: http://ftp.gnu.org/gnu/binutils/binutils-2.16.tar.gz http://ftp.gnu.org/gnu/gcc/gcc-3.4.6/gcc-3.4.6.tar.bz2 http://ftp.gnu.org/gnu/glibc/glibc-2.3.6.tar.bz2 http://ftp.gnu.org/gnu/glibc/glibc-linuxthreads-2.3.6.tar.bz2 http://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.9.tar.gz 以及补丁: flow.c.diff: http://gcc.gnu.org/cgi-bin/cvsweb.cg...

by hellwolf - 存储文档中心 - 2006-09-19 09:42:18 阅读(1137) 回复(0)

高手们都在做什么??? [ 本帖最后由 jerry017cn 于 2006-12-11 16:05 编辑 ]

by jerry017cn - C/C++ - 2006-12-06 17:59:55 阅读(977) 回复(1)

这段话是在网上搜到的: The asmlinkage tag is one other thing that we should observe about this simple function. This is a #define for some gcc magic that tells the compiler that the function should not expect to find any of its arguments in registers (a common optimization), but only on the CPU's stack. Recall our earlier assertion that system_call consumes its first argument, the system call num...

by rocky1972 - C/C++ - 2008-04-17 10:32:03 阅读(1399) 回复(0)

环境: MAC10。5。5 IPHONE SDK2。1 The first thing to do is to ensure that you have the cross-toolchain (cross compiler, cross linker, cross binutils, cross libc) installed. In the majority case, you cannot use the default gcc in your Linux development PC (assuming you are using an x86-based PC) because it doesn't support arm9 architecture by default. I assume that you have the cross-t...

by ltaotao007 - Mac OS X - 2009-03-10 15:00:06 阅读(3620) 回复(0)

有两个arm asm文件,属于gnu asm语法,后缀为.S .加入project以后,可能被认为是intel 汇编,编译出错。 我看编译Rules里的编译器为Nasm,是不是应该改这个地方呢?还是别的方法?

by imbigapple - Mac OS X - 2009-01-12 19:56:37 阅读(8480) 回复(4)

前面一切正常,当编译结束时,出错如下: CC init/version.o LD init/built-in.o LD vmlinux arm-unknown-linux-gnu-ld: no machine record defined make: *** [vmlinux] Error 1 请问是什么问题? 谢谢!

by guotie - 内核/嵌入技术 - 2006-07-25 13:59:38 阅读(634) 回复(0)

大家好,第一次发帖,请多多关照。我自己写了一个十分简单的驱动程序,想编译到内核里,结果,编译出错,信息如下,大家帮我看看怎么回事? /usr/local/arm/2.95.3/bin/arm-linux-nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aUw] \)\|\(\.\.ng$\)\|\(LASH[RL]DI\)' | sort > System.mapmake[1]: Entering directory `/home/arm/toneyshi/linux-2.4.19-rmk7/arch/arm/boot' make[2]: Entering directory `/home/arm/toneys...

by xiaojiemao - 内核/嵌入技术 - 2005-12-09 10:21:54 阅读(819) 回复(0)

小弟在编译时报错:ANSI C++ forbits data member "ip_opts" with same name as encloing class.这个ip_opts是定义在bits/in.h中的,结构如下 struct ip_opts { struct in_addr, ip_dst; char ip_opts[40] ; } 请问大家有没有什么办法可以解决的

by xiaojiemao - C/C++ - 2005-06-27 09:50:01 阅读(891) 回复(0)

小弟最近在移植Linphone,但是就是没有声音出来,请指点一二,谢谢!

by guoshang - VoIP开发技术 - 2009-11-10 09:24:55 阅读(5561) 回复(5)