
gcc工具
code_thin_write
这个作者很懒,什么都没留下…
展开
-
gcc之链接 so a 库
(一)GOOGLE: gcc compile time search lib path environment; http://xahlee.info/UnixResource_dir/_/ldpath.html 文章说:很早以前:LD_LIBRARY_PATH 可以作为linker的搜索路径 在 -L 参数 之后被搜索!现在:a) LD_LIBRARY_PATH不被作为原创 2012-07-19 00:20:47 · 1803 阅读 · 0 评论 -
gcc之ld 官方文档学习
http://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_node/ld_26.html#SEC26http://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_node/ld_10.html The Location CounterSECTIONS{ output : { file1(.t原创 2012-07-19 00:14:23 · 2252 阅读 · 0 评论 -
原来gentoo已经集成了创建交叉编译工具链的环境,生活变得轻松了~ :)
http://www.gentoo.org/proj/en/base/embedded/handbook/index.xml http://www.gentoo.org/proj/en/base/embedded/handbook/?part=1&chap=2 先收藏着,有时间试试~翻译 2012-07-15 11:53:46 · 903 阅读 · 0 评论 -
gcc可以undefine一个macro,但功能很有限
GOOGLE: gcc how to undefine a macro using parameter;A1: You can use the -U option with gcc, but it won't undefine a macro defined in your source code. As far as I know, there's no way to do that.原创 2012-04-27 20:19:12 · 784 阅读 · 0 评论