Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
9182b030
Commit
9182b030
authored
Jul 15, 2017
by
Thanassis Tsiodras
Browse files
Add symlink from original path - RTEMS toolchain "burns" hardcoded paths...
parent
5349c0bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/85_rtems.sh
View file @
9182b030
...
...
@@ -60,3 +60,9 @@ cat $HOME/.bashrc.taste | \
sed
's,opt/rtems-4.[0-9]*/sparc-rtems4.[0-9]*/leon.,opt/rtems-4.12/sparc-rtems4.12/leon3,'
\
>
${
TMPCFG
}
mv
${
TMPCFG
}
$HOME
/.bashrc.taste
# Add symlink from original path - RTEMS toolchain "burns" hardcoded paths!
[
-f
/opt/rtems-4.12/bin/sparc-rtems4.12-gcc
]
&&
\
/opt/rtems-4.12/bin/sparc-rtems4.12-gcc
-v
2>&1 |
\
grep
4f3b8da031e42d126afd94d17582123f66b78a68
&&
\
{
cd
/opt
;
sudo ln
-s
rtems-4.12 rtems-4.11.2-SMP-FPU-2017.07.13
;
}
Write
Preview
Supports
Markdown
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