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
0930719f
Commit
0930719f
authored
Jan 25, 2016
by
michael
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
userconfig fix
parent
67d1a6ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
7 deletions
+18
-7
userconfig.sh
userconfig.sh
+18
-7
No files found.
userconfig.sh
View file @
0930719f
#!/bin/bash
vagranthome
=
${
PWD
}
ca_dir
=
"
${
vagranthomw
}
/advanced_computer_architecture"
ca_dir
=
"
${
HOME
}
/advanced_computer_architecture"
mkdir
-p
advanced_computer_architecture
cd
cd
$HOME
if
[
!
-d
gem5
]
;
then
hg clone http://repo.gem5.org/gem5
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
cd
$ca_dir
sudo
wget http://www.gem5.org/dist/current/arm/aarch-system-2014-10.tar.xz
mkdir
system
cd
system
wget http://www.gem5.org/dist/current/arm/aarch-system-2014-10.tar.xz
tar
xvJf aarch-system-2014-10.tar.xz
cd
$vagranthome
cp
-r
/vagrant/local_config/ssh ~/.ssh
/vagrant/local_config/local_bootstrap.sh
\ No newline at end of file
if
[
$?
==
0
]
;
then
rm
aarch-system-2014-10.tar.xz
fi
echo
'export M5_PATH="${ca_dir}/system"'
>>
.bashrc
cd
$HOME
cp
-r
/vagrant/local_config/ssh/
*
~/.ssh
/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