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
vagrant
Commits
f8147c95
Commit
f8147c95
authored
Mar 07, 2016
by
michael
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix userconfig-sh
parent
e08e2fc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
userconfig.sh
userconfig.sh
+8
-9
No files found.
userconfig.sh
View file @
f8147c95
...
...
@@ -3,11 +3,7 @@
cd
$HOME
ca_dir
=
"
${
HOME
}
/advanced_computer_architecture"
mkdir
-p
$ca_dir
cd
$ca_dir
git clone git@atreus.informatik.uni-tuebingen.de:advanced_computer_architecture/exercises.git
cd
$HOME
if
[
!
-d
gem5
]
;
then
hg clone http://repo.gem5.org/gem5
fi
...
...
@@ -15,10 +11,10 @@ fi
cd
gem5
hg pull
#scons build/ARM/gem5.debug
scons build/ARM/gem5.opt
#scons build/X86/gem5.debug
#scons build/X86/gem5.opt
#scons build/ARM/gem5.debug
--jobs 4
scons build/ARM/gem5.opt
--jobs
4
#scons build/X86/gem5.debug
--jobs 4
#scons build/X86/gem5.opt
--jobs 4
cd
util/term/
make
...
...
@@ -35,9 +31,12 @@ if [ $? == 0 ]; then
rm
aarch-system-2014-10.tar.xz
fi
cd
$HOME
echo
'export M5_PATH="/home/vagrant/advanced_computer_architecture/system"'
>>
.bashrc
cp
-r
/vagrant/local_config/ssh/
*
~/.ssh
mkdir
-p
$ca_dir
cd
$ca_dir
git clone git@atreus.informatik.uni-tuebingen.de:advanced_computer_architecture/exercises.git
/vagrant/local_config/local_bootstrap.sh
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