QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2343|回复: 7

arm-elf 和arm-linux-elf 有什么不同啊!

[复制链接]
发表于 2005-6-17 11:59:05 | 显示全部楼层 |阅读模式
arm-elf 和arm-linux-elf 有什么不同啊!
发表于 2005-6-24 00:45:17 | 显示全部楼层
你的意思是:arm-elf-gcc和arm-linux-gcc有什么区别吧??
两个不同的交叉编译器,没什么可比性,都很不错的,只是uboot好像默认的要arm-linux-gcc编译的

我也是初学者,上面的回答只是我的理解,可能有误,请高手们砸玉!!
回复

使用道具 举报

 楼主| 发表于 2005-6-27 08:25:28 | 显示全部楼层
我是指它们编译出来的obj文件格式啦!都是ELF,但在linux和cygwin下有什么不同呢?
谢谢!
回复

使用道具 举报

发表于 2005-7-11 11:16:05 | 显示全部楼层
如果你用uClinux, 就使用arm-elf-gcc, (cpu不带mmu)
如果你用armlinux, 就使用arm-linux-gcc, (cpu带mmu)
回复

使用道具 举报

发表于 2005-7-21 10:09:03 | 显示全部楼层
[quote:075bb0f22a="see22"]如果你用uClinux, 就使用arm-elf-gcc, (cpu不带mmu)
如果你用armlinux, 就使用arm-linux-gcc, (cpu带mmu)[/quote]
你这个说法好象有问题吧!!!
arm-elf-gcc,arm-linux-gcc是两个不同的工具,怎么会跟带不带MMU有关系呢?
不同的工具是应该对应不同的操作系统吧。
arm-linux-gcc我就看有人用在uClinux上啊。。。
arm-elf-gcc是在cygwin上吗?这个能用在linux上吗?
arm-linux-gcc是在linux上吗?这个能用在cygwin上吗?
回复

使用道具 举报

发表于 2005-7-21 10:12:09 | 显示全部楼层
我很想知道这个正确答案,因为我看到有不同的说法。。。
还请高手指点啊
回复

使用道具 举报

发表于 2005-7-22 23:36:36 | 显示全部楼层

据说这么个区别

arm-elf是编译stand along得,比如bootloader,kernel
arm-linux用来编译运行在target Linux system上的应用程序
回复

使用道具 举报

发表于 2005-7-27 16:53:24 | 显示全部楼层
经典解释:

there are some differences between arm-elf, arm-linux, andarm-uclinux toolch
ains.

As I know, arm-uclinux-binutils is the same as arm-linux-binutils.
arm-uclinux-gcc was patched from arm-linux-gcc to generate PIC
(Program Independent Code) code without GOT (Global Offset Table);

and arm-elf-gcc is designed for operating system independent
applications. For example, arm-elf-gcc will insert code for initializing
global C++ constructors at the beginning of main(), so even no-OS
platforms can work properly. BTW, they are almost the same while
compiling the Linux kernel.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-23 10:42 , Processed in 0.078633 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表