M理论 发表于 2006-3-24 18:11:09

在uclinux里面添加自己的应用程序出现的问题请教

我在网上看到有人用以下的方法来在uclinux里面添加自己的应用程序:
1 先写一个hello world~!的程序
2 按命令: arm-elf-gcc -Wl,-elf2flt hello.c -o hello 来编译hello.c
3 把hello 拷贝到uclinux-dist/romfs/bin目录下 接着运行
make romfs
make image

但是我按照他的方法来做就根本不行,在skyeye运行uclinux后打开bin目录找不到我编译好的hello.o程序,请问这是为什么?

ksh 发表于 2006-3-30 15:26:14

First response:Which program did you want to find: hello.o or hello ?
页: [1]
查看完整版本: 在uclinux里面添加自己的应用程序出现的问题请教