摘要: Using ashttp://sourceware.org/binutils/docs/as/gnu as 翻译计划http://gas.linuxsir.org/ 阅读全文
posted @ 2011-01-25 15:28 阿C 阅读(226) 评论(0) 推荐(0)
摘要: GNU Binutilshttp://www.gnu.org/software/binutils/Documentation for binutils 2.21http://sourceware.org/binutils/docs/GNU binutils笔记http://blogold.chinaunix.net/u/13991/showart_104690.html 阅读全文
posted @ 2011-01-25 15:25 阿C 阅读(219) 评论(0) 推荐(0)
摘要: objcopy把一种目标文件中的内容复制到另一种类型的目标文件中.(1)将图像编译到可执行文件内Q: 如何将一个二进制文件,比如图片,词典一类的东西做为.o文件,直接链接到可执行文件内部呢?A:$ objcopy -I binary -O elf32-i386 -B i386 14_95_13.jpg image.o$ gcc image.o tt.o -o tt$ nm tt | grep 14_950805d6c7 D _binary_14_95_13_jpg_end00014213 A _binary_14_95_13_jpg_size080494b4 D _binary_14_95_1 阅读全文
posted @ 2011-01-25 15:03 阿C 阅读(338) 评论(0) 推荐(0)
摘要: JRE(JavaRuntimeEnvironment,Java运行环境)http://www.java.com/zh_CN/download/manual.jspEclipse集成开发环境http://www.eclipse.org/downloads/http://www.eclipse.org/cdt/downloads.phphttp://download.eclipse.org/tools/cdt/builds/7.0.1/I.I201009241320/index.htmlGNUARMtoolchain(GNUARM交叉编译工具链)http://www.codesourcery.co 阅读全文
posted @ 2011-01-25 13:46 阿C 阅读(893) 评论(0) 推荐(0)
摘要: 针对 ARM 体系结构的应用程序二进制接口 (ABI)目录ABI IntroductionProcedure Call Standard for the ARM ArchitectureELF for the ARM ArchitectureDWARF for the ARM ArchitectureBase Platform ABI for the ARM ArchitectureC++ ABI for the ARM ArchitectureException Handling ABI for the ARM ArchitectureRun-time ABI for the ARM Arc 阅读全文
posted @ 2011-01-25 13:37 阿C 阅读(632) 评论(0) 推荐(0)
摘要: http://www.kernel.org/doc/Documentation/CodingStylehttp://www.kernel.org/doc/Documentation/zh_CN/CodingStyle 阅读全文
posted @ 2011-01-25 13:16 阿C 阅读(366) 评论(0) 推荐(0)
摘要: http://www.gnu.org/prep/standards/http://www.linuxforum.net/books/gcodestd.htmlhttp://blog.csdn.net/ylc3895_cn/archive/2006/06/30/856914.aspx 阅读全文
posted @ 2011-01-25 10:22 阿C 阅读(422) 评论(0) 推荐(0)
摘要: 《使用 GNU autotools 改造一个软件项目》automake 进阶实例http://codingdao.com/wp/post/automake-autoconf-rebuild-project-case-bookmark/GNU autotools 中文版http://www.cnblogs.com/cgwolver/archive/2009/09/15/1567207.html 阅读全文
posted @ 2011-01-24 15:03 阿C 阅读(189) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2011-01-24 12:39 阿C 阅读(358) 评论(0) 推荐(0)
摘要: 参考配色方案:http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/http://code.google.com/p/gnuemacscolorthemetest/1、Eclipse颜色设置在菜单Windows - Preferences,如图1所示。 图1、Preferences2、General - Appearance - Colors and Font,如图2所示。 图2、Colors and Font可在此进行字体设置。3、General - Editors - Text Editors,如图3所示。 图3、Text Edit 阅读全文
posted @ 2011-01-23 20:12 阿C 阅读(36303) 评论(0) 推荐(0)