QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1347|回复: 1

skyeye-1.2.4 helloworld问题

[复制链接]
发表于 2008-4-14 22:34:47 | 显示全部楼层 |阅读模式
先写一个小程序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

把编译好的hello可执行程序拷贝到/romfs/bin目录里

执行 genromfs -f boot.rom -d romfs/

然后运行   skyeye -e linux-2.4.x/linux

----------------请问为什么运行后的bin下面没有hello,如果我要运行hello该怎么做,谢谢。。。。

[ 本帖最后由 viptell 于 2008-4-14 22:36 编辑 ]
发表于 2008-4-16 14:38:36 | 显示全部楼层
check all your steps. I guess maybe you made some mistake. Make sure boot.rom generated by you is loaded by SkyEye.
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-2 10:17 , Processed in 0.071849 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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