-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildinfo.txt
45 lines (17 loc) · 1.22 KB
/
buildinfo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Building Gem5
scons build/ALPHA/gem5.opt
Running a binary
./build/ALPHA/gem5.opt --debug-flags=Branch configs/example/se.py -c tests/test-progs/hello/bin/alpha/linux/hello --cpu-type=detailed --caches
Compiling a binary statically - no optimizations no stack smashing protection
gcc loop.c -std=c99 -fno-stack-protector -static -o0 -o loop
Running benchmarks
1. anagram - works!
build/ALPHA/gem5.opt configs/example/se.py --stats-file=anagram_stats.txt --input=../benchmarks/anagram.in -c ../benchmarks/anagram.alpha --caches --l2cache --cpu-type=detailed -o ../benchmarks/words
2. cc1
build/ALPHA/gem5.opt configs/example/se.py --stats-file=cc1_stats.txt --input=../benchmarks/anagram.in -c ../benchmarks/anagram.alpha --caches --l2cache --cpu-type=detailed -o ../benchmarks/words
3. compress95
Doesn't run :(
4. go - Mismatched address :(
build/ALPHA/gem5.opt --stats-file=go_stats.txt configs/example/se.py -c ../benchmarks/go.alpha --caches --l2cache --cpu-type=detailed -o "50 9 /home/cowanmeg/Documents/ShadowStack/benchmarks/2stone9.in"
5. perl
build/ALPHA/gem5.opt --debug-file=out.txt --debug-flags=Ras configs/example/se.py -c tests/test-progs/hello/bin/alpha/linux/hello --caches --l2cache --cpu-type=detailed