Simplescalar跑mibench的問題 - Linux

Edward Lewis avatar
By Edward Lewis
at 2013-04-27T14:31

Table of Contents

各位好

最近我在使用Simplescalar跑mibench

Simplescalar我已經安裝成功了

也可以跑helloworld檔

但是 我下載了mibench來編譯

像是其中的susan testbench

我修改了它的Makefile

把gcc 改成simplescalar的gcc

Makefile變成

FILE1 = basicmath_small.c rad2deg.c cubic.c isqrt.c
FILE2 = basicmath_large.c rad2deg.c cubic.c isqrt.c
CC = /home/lucien/sim_tool/bin/sslittle-na-sstrix-gcc

all: basicmath_small basicmath_large
basicmath_small: ${FILE1} Makefile
${CC} -static -O3 ${FILE1} -o basicmath_small -lm
basicmath_large: ${FILE2} Makefile
${CC} -static -O3 ${FILE2} -o basicmath_large -lm
clean:
rm -rf basicmath_small basicmath_large output*

但是執行make的時候

會出現 /sslittle-na-sstrix/bin/ld: cannot find -lm

然後 我在Makefile又加上

LIB = -L /lib這個參數 同時也加在 -lm前面


但是還是編不過

請問各位先進 這該如何解決呢?

若直接蓋掉-lm 就跑完了XD

但我還是想解決這個問題

再請大家賜教一下 謝謝!!!!

--
Tags: Linux

All Comments

台中發送 openSUSE 12.3 推廣DVD

Aaliyah avatar
By Aaliyah
at 2013-04-26T20:53
http://ppt.cc/_UeZ 收到台北寄來的openSUSE 12.3 promoDVD 共有50 片, 預計在5月6日(星期一)晚上 7:00 台中自由軟體聚會時發送 到場的朋友均可以拿到一片, 也歡迎幫未到的linux 同好索取 如果您打算要幫忙推廣 openSUSE 也可以多拿幾片 ...

刪除目前目錄下的多個檔案(ls + rm)

Andrew avatar
By Andrew
at 2013-04-26T16:35
欲刪除目前目錄下的所有png檔 請問該怎麼下指令呢 find找到的結果會包含子目錄下的檔案 那用ls + rm該怎麼下指令呢? 謝謝 - ...

Ubuntu 13.04 Released

Susan avatar
By Susan
at 2013-04-26T12:49
Ubuntu 13.04(Raring Ringtail) http://www.ubuntu-tw.org/modules/tinyd0/ 套件持續更新到明年十月 這網頁有簡介New Features http://goo.gl/haed4 - ...

請問有人再用unison同步資料夾的嘛?

Ophelia avatar
By Ophelia
at 2013-04-26T02:48
※ 引述《airjaguar (捷豹)》之銘言: : 最近才發現有一種可以同步資料夾的軟體unison 有點像windows底下的公事包 : 不過功能很強大就是了 還可以遠端同步 : 而且有GTK的版本 使用起來很簡單 : 但想要讓自己電腦裡的資料夾跟插在電腦上的隨身碟同步就是不成功 : 請問有人知到怎麼 ...

I/O Redirection

Suhail Hany avatar
By Suhail Hany
at 2013-04-25T11:13
user=user hostname=ip port=22011 scp -P $port ~/.ssh/id_rsa.pub $userat$hostname:~/.ssh/ ssh -p $port $userat$hostname and#34;cat ~/.ssh/id_rsa.pub andgt;a ...