在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程序,请问这是为什么? First response:Which program did you want to find: hello.o or hello ?
页:
[1]