Chinaunix首页 | 论坛 | 博客
  • 博客访问: 133593
  • 博文数量: 20
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 247
  • 用 户 组: 普通用户
  • 注册时间: 2014-04-12 22:24
个人简介

学霸

文章分类

全部博文(20)

文章存档

2016年(1)

2015年(11)

2014年(8)

我的朋友

发布时间: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).........【阅读全文】

阅读(1634) | 评论(0) | 转发(0)

发布时间: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:.........【阅读全文】

阅读(3164) | 评论(0) | 转发(0)

发布时间:2015-07-21 15:30:29

usage while id shift detect os type......【阅读全文】

阅读(1782) | 评论(0) | 转发(0)

发布时间: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设置运.........【阅读全文】

阅读(1397) | 评论(0) | 转发(0)

发布时间: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.........【阅读全文】

阅读(1651) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册