
Flash Advertise
| uClinux中添加用户应用程序的详细方法 | |||
| 摘自: linux.ccidnet.com 被阅读次数: 443 | |||
由 yangyi 于 2007-06-14 18:32:43 提供 | |||
1. uClinux-dist/user/Makefile dir_$(CONFIG_USER_HELLO_WORLD) += hello
2. uClinux-dist/config/Configure.help CONFIG_USER_HELLO_WORLD A simple hello world program
3. uClinux-dist/config/config.in 找到下面两行 mainmenu_option next_comment comment 'Miscellaneous Applications' 添加如下一行 bool 'hello' CONFIG_USER_HELLO_WORLD
4.1.uClinux-dist/user/hello/Makefile
4.2.uClinux-dist/user/hello/hello.c
5. 将用户程序编译进romfs
参考资料: uClinux-dist/Documentation/Adding-User-Apps-HOWTO
原文链接: http://tech.ccidnet.com/art/302/20070604/1100755_1.html |