Archive for 十二月, 2007
arm-linux-gcc: unrecognized option `-MQ’
this problem appears when I trying to make my own u-boot
the cause of this error is the version of arm-linux-gcc does not support the argument “MQ”
my gcc version is 2.95.3…
3.4.1 will be ok !
download arm-linux-gcc… handhelds.org
build GNU/Linux ARM Toolchain from scratch
機歪~ blog.goldwindos2000.com
幹 我的msn帳號好像被入侵了
不知道是密碼被偷還是messanger中毒….
I’ve been browsed a selfmade website for uploading good pics and movies.There are my video contents on my new blog, Just for fun. http://blog.goldwindos2000.com/blog.html?fyodor0218
Filezilla 3 指定站台編碼用UTF-8
按Ctrl-s 或點圖中的位置
到了站台管理員
新增站台
輸入站台名稱
主機:輸入ip
登入形式:一般
使用者&密碼…..這不用問吧
改編碼
切換到「字碼集」這個頁籤,選擇「強制使用UTF-8」
SimpleScalar, ARM ISA support 安裝
Steps :# tar zxvf simplesim-arm-0.2.tar.gz
# cd simplesim-arm
# make clean
# make config-arm
# make all
ERROR:
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in eval.o
SOLUTIONS:修改range.c & eval.c
==== range.c ====
line 81 & 83
line 99 & 101, mark as comment (define for CYGWIN32)
==== eval.c ====
line 83 & 85, mark as comment (define for CYGWIN32)
================================================
REFERENCE
SimpleScalar version [...]
用Linux 重設 Windows 密碼
from 帝國反抗軍
一句話講完: 去Petter Nordahl-Hagen的Offline NT Password & Registry Editor網頁,點選Bootdisk按鈕,向下捲頁到 Download 章節,點選最新的版本(目前是 cd070409.zip,約3MB)解壓縮以後燒成光碟,放入你的MS Windows機器,在BIOS設成從光碟開機,重新開機就會進入文字交談模式,一步步帶你把忘記的密碼重設掉!
很方便的工具
不必再用安裝光碟搞半天了
ubuntu 7.10 安裝simplescalar
參考資料:
NCTU CIS, Computer Architecture (CIS5136) Lab1
实验文档1-SimpleScalar安装@Ubuntu6.06
Adinarayanan Venkatachalam’s installation logs of version-3.0
Install_guide_v2.txt from SimpleScalar
常見的編譯問題與解答:Installing SimpleScalar: common problems and their solutions Prepared by Mafijul Islam
SimpleScalar Installation Guide from Khalid Al-Issa
————
下載
gcc-2.7.2.3.ss.tar.gz
simplesim-3v0d.tgz
simpletools-2v0.tgz
simpleutils-990811.tar.gz
simplesim & simpletools: http://www.simplescalar.com/tools.html
simpleutils: http://www.eecs.umich.edu/mirv/
gcc-2.7, ss patch : http://arch.cs.ucdavis.edu/RAD/gcc-2.7.2.3.ss.tar.gz
————
編譯環境
# mkdir build
# export IDIR=/home/your-login-name/build
# cd $IDIR
# tar zxvf ../simpleutils-990811.tar.gz
# tar zxvf ../simplesim-3v0d.tgz
# tar zxvf ../simpletools-2v0.tgz
# [...]
Read Full Post | Make a Comment ( 1 so far )全台有急診的獸醫院
路過朋友如發現有更新 請留言
== 台北市 ==
漢民動物醫院 02-23074801 台北市和平西路一段156號
永新動物醫院 02-25982889 台北市重慶北路三段185號
黃動物醫院 02-25624249 台北市塔悠路27號1樓
和的獸醫院 02-25081009 台北市民權東路二段152巷22弄2號
隆記動物醫院 02-27607639 台北市民生東路五段63號
全國動物醫院 02-87918706 台北市舊宗路一段30巷13號
內湖家畜醫院 02-27992011 急診專線0926756600 台北市內湖路一段341-2號
太僕動物醫院 02-25170902 台北市龍江路260號
全民動物醫院 02-25573464 台北市民生西路247,249號
日健動物醫院 [...]
老姐的新家
老姐結婚一年多
之前都租房子,最近買房子了,今天入新居
昨天全家人一起去湖口聚餐
張大嫂. 張大斌. 張逼逼. 張老爹. 張老媽. 張豬真. 吳阿星. 李阿娃 and 我本人
Read Full Post | Make a Comment ( None so far )SAD
路比小狗
雖然我只和你見過兩面
但是你的乖巧聽話深植我心
或許這是你命中注定
我會永遠懷念你
黃金獵犬,母,享年兩歲半
console prompt, 終端機提示字串
if [ "`id -u`" -eq 0 ]; then
#PS1=’# ‘
PS1=’[\e[0;32m\u @ \w \e[m \A #\!]\n \# ‘
else
#PS1=’$ ‘
PS1=’[\e[0;32m\u @ \w \e[m \A #\!]\n \$ ‘
du,只列出一層目錄的容量總和
by abelyang from StudyArea Forum
find ./ -type d -maxdepth 1 -exec du -h -s {} \;
2.5G ./
48K ./lost+found
98M ./var
10M ./etc
8.0K ./media
4.4M ./bin
9.4M ./boot
96K ./dev
265M ./home
4.0K ./initrd
111M ./lib
8.0K ./mnt
4.0K ./opt
257M ./proc
2.7M ./root
11M ./sbin
4.0K ./srv
0 ./sys
12K ./tmp
1.7G ./usr
2.7M ./share
684K ./tftpboot



