
GNU 工具链
文章平均质量分 81
learnboy007
be a programer
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
arm-linux-gcc(4.6.1)交叉编译工具链的建立
本文参考文献:http://cross-lfs.org/view/clfs-sysroot/arm/cross-tools/chapter.htmlhttp://blog.chinaunix.net/uid-436750-id-2123570.html感谢youbest的深刻分析!感谢Google!(额,怎么不感谢百度呢? 你懂的。。。)本文的疏漏和不足之处,还请大家慷慨指出,共同原创 2012-03-30 17:31:52 · 3307 阅读 · 0 评论 -
编译gcc时关于工具链的调整
例如:把链接器指向/tools 目录中的版本SPECS=`dirname $(gcc -print-libgcc-file-name)`/specsgcc -dumpspecs | sed \ -e 's@/lib\(64\)\?/ld@/tools&@g' \ -e "/^\*cpp:$/{n;s,$, -isystem /tools/include,}" > $SPECS原创 2012-04-28 09:18:49 · 479 阅读 · 0 评论 -
x86_64 函数调用约定
Registers galorex86 has just 8 general-purpose registers available (eax, ebx, ecx, edx, ebp, esp, esi, edi). x64 extended them to 64 bits (prefix "r" instead of "e") and added another 8(r8, r9,转载 2015-10-14 11:29:42 · 1073 阅读 · 0 评论