1. 下載
https://fedorahosted.org/releases/e/l/elfutils/
2. 解壓
tar -jxvf elfutils-0.155.tar.bz2
3. 指令:
aclocal
autoheader
autoconf
automake --add-missing
碰到一些問題
目前分類:common tools (6)
- Jan 03 Thu 2013 21:08
[elfutils] arm 交叉編譯
- Dec 24 Mon 2012 20:01
[tcpdump] arm 交叉編譯
1. download source code
http://www.tcpdump.org/
選左手邊的Latest Release
下載
tcpdump-4.3.0.tar.gz
libpcap-1.3.0.tar.gz
2. 編譯 libpcap
建立安裝目錄
- Oct 08 Mon 2012 20:07
[netperf] arm 交叉編譯
1. 下載source code
ftp://ftp.netperf.org/netperf/
2. 解壓
tar -jxvf netperf-2.6.0.tar.bz2
3. 設定
cd netperf-2.6.0
./configure --host arm CC=arm-none-linux-gnueabi-gcc --config-cache
- Aug 19 Sun 2012 10:24
[postgresql] install on ubuntu
1. 為什麼要用postgresql?
http://sitig.blog.ithome.com.tw/post/3842/137072
2. 搞了一會兒,終於弄懂他的邏輯
sudo apt-get install postgresql (用套件安裝)
照理來說 套件安裝後 會自動在linux建立一個新帳號 "postgres"
密碼預設應該是空白的 如果真的登入不進去 就先繞去root吧
sudo -i
- Nov 10 Thu 2011 00:20
[git] gitweb 自動產生下載路徑
安裝好gitweb以後
其實它的原理就是利用gitweb.cgi
去把你的source code用網頁的方式顯示出來
在每一個project裡加入cloneurl的檔案
在網頁中就可以顯示出下載的command
- Jan 15 Sat 2011 20:30
[推薦] 文字編輯器 Notepad++
個人偏愛在黑底的環境下編輯程式
因此工作站的環境是很符合我的 ^^
但是有時候必須在windows下編輯軟體
很多的IDE又不支援顏色的調整 或是自己要調很久
剛好有一套open source的軟體符合我的需求