学霸
发布时间:2015-08-10 00:53:22
source file app.c fun.c fun.h(source codes are in the attachment)
----------static library(method 1)
gcc -c fun.c
gcc -c app.c
ar cr -o libfun.a fun.o
gcc -o app app.o -L. -lfun
app size is 7453
ldd app
linux-gate.so.1 => (0xb7792000).........【阅读全文】
发布时间:2015-07-31 10:34:33
<div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code710')">此处</span>)折叠或打开</p></div><div id="code710" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" class="dp-css"><li><span style="color:.........【阅读全文】
发布时间:2015-06-15 17:13:08
CMakeLists最优可扩展最近有一个基于CMakeLists的可在不用平台之上通用的代码的需求。分为以下几部分1.Build(编译目录) tools win/linux 下cmake及相关编译工具 compile_linux.sh linux下编译脚本 compile_win.bat win下批处理脚本 setbuildenv.bat 为compile_win.bat设置运.........【阅读全文】
发布时间:2015-04-01 13:31:12
工具包下载地址:https://collaboration.opengroup.org/pegasus/pages.php?action=show&ggid=392open pegasus install for linux脚本文件pegs_linux.sh点击(此处)折叠或打开#!/bin/bashexport BUILD_ROOT=/home/xiaoheiexport PEGASUS_HOME=$BUI.........【阅读全文】