QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2347|回复: 5

arm-elf-gcc 出错!!

[复制链接]
发表于 2005-7-1 11:42:53 | 显示全部楼层 |阅读模式
各位大虾,你好!
我编了一个小程序,文件名:hello.c:
#include <stdio.h>
int main(void)
{
   int i;
   for(i=0;i<6;i++){
         printf("i=%d ",i);
        printf("hello,embedded linux!\n");
    }
    return 0;
}
编译命令如下:
arm-elf-gcc -Wl,-elf2flt -o hello hello.c,
出现如下错误:
/usr/local/bin/arm-elf-gcc:1:Syntax error:word unexpected (expecting")")
其中arm-elf-gcc 在/usr/local/bin/目录下
发表于 2005-7-1 15:28:13 | 显示全部楼层
用 arm-linux-gcc ,如果你是基于 linux 运行你的程序的话。
回复

使用道具 举报

发表于 2005-7-9 14:45:00 | 显示全部楼层
李老师怎么这么排斥arm-elf-gcc呢?
一楼的问题应该是个简单的手误吧。
回复

使用道具 举报

发表于 2005-7-9 14:48:40 | 显示全部楼层
斑竹怎么总这么排斥arm-elf-gcc呢?
这两个交叉编译器有什么区别吗?
上面
回复

使用道具 举报

发表于 2005-7-9 18:03:56 | 显示全部楼层
你在什么OS上用的?
是windows的话,就转到linux上拔
,是linux的话,就试试:chmod 744 /usr/local/bin/arm-elf-gcc
回复

使用道具 举报

发表于 2005-7-13 00:42:40 | 显示全部楼层
有些区别,清华 bbs 精华区里面有提到过:
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-16 08:05 , Processed in 0.060238 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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