Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
advanced_computer_architecture
exercises
Commits
b674f236
Commit
b674f236
authored
Apr 27, 2016
by
Christoph Gerum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrections blatt01
parent
10cf852d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
aufgaben/blatt01/blatt01.md
aufgaben/blatt01/blatt01.md
+3
-1
No files found.
aufgaben/blatt01/blatt01.md
View file @
b674f236
...
...
@@ -64,7 +64,9 @@ Schreiben Sie ein Programm das ```Hello World!``` ausgibt in C und kompilieren
arm-linux-gnueabihf-gcc -static -O3 hello.c -o hello.elf
Führen Sie dieses im gem5-Simulator aus. Verwenden Sie dafür die bereitgestellte Konfigurationsdatei se.py
Führen Sie dieses im gem5-Simulator aus. Verwenden Sie dafür die bereitgestellte Konfigurationsdatei se.py .
```
${GEM5_ROOT}``` bezeichnet dabei das Verzeichnis in das gem5 installiert wurde. In der bereitgestellten VM ist dies
```/home/vagrant/parallel_computer_architecture/gem5``` .
$(GEM5_ROOT)/build/ARM/gem5.opt $(GEM5_ROOT)/configs/example/se.py -c hello.elf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment