ChinaUnix.net
相关文章推荐:

arm uboot安装编译

提示: MISC:Can not locate your MiniGUI.cfg file or bad files! InitGUI:Initialization of misc things failure. 我的板子是smdk2410的, 编译命令如下: arm-linux-gcc -I/usr/local/minigui1.6.10/include -L/usr/local/minigui1.6.10/lib -O2 -o xxx xxx.c -lminigui -lmgext -lm -ljpeg -static 我把MiniGUI.cfg放在根文件系统的/usr/local 内容为: # MiniGUI Ver 2.0.3/1.6.9 # This configuration file is fo...

by zealane - GUI编程 - 2008-09-04 08:53:46 阅读(3442) 回复(1)

相关讨论

cc1: error: unrecognized command line option "-mapcs-32" /opt/uboot/u-boot-1.1.4/cpu/arm926ejs/start.S:0: error: bad value (arm926ejs) for -mtune= switch 上边是出错代码, 看样子是编译器不支持这个选项, 那么在gcc编译时加哪个选项, 让arm-linux-gcc支持这个选项呢. 请教

by piaoyizu - C/C++ - 2008-10-17 09:35:00 阅读(5470) 回复(3)

我想在S3C44B0下移植uboot1.1.4,照着这里的教程做了一遍,可是却不能通过,我也不知道到底是哪里出错了,请大家帮我看看,教教我,谢谢

by ker0 - 内核/嵌入技术 - 2006-09-25 17:08:57 阅读(1101) 回复(1)

我下载了一个u-boot.里面有一个smc91111的驱动,但是现在要把这个驱动移植到arm上的linux里. 不知道该怎么做?我以前没写过驱动,不知道从什么地方入手.请各位高人指点,多谢! :cry:

by chunhui_true - 内核/嵌入技术 - 2005-08-26 09:17:46 阅读(834) 回复(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 阅读(3619) 回复(0)

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

by imbigapple - Mac OS X - 2009-01-12 19:56:37 阅读(8476) 回复(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)

mSQL怎样编译arm9版本

by hchhpl - Oracle - 2009-07-15 15:09:41 阅读(956) 回复(0)

mSQL怎样编译arm9版本

by hchhpl - DB2 - 2009-07-15 15:09:04 阅读(1544) 回复(0)