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
regression-suites
Commits
abd11f3b
Commit
abd11f3b
authored
Oct 05, 2017
by
Thanassis Tsiodras
Browse files
If the Gaisler toolchain is missing, suggest the add-on.
parent
1aa5982e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Demo_C_RTEMS_Gaisler/build-script.sh
View file @
abd11f3b
#!/bin/bash
if
[
!
-e
/opt/rtems-4.10
]
;
then
echo
The Gaisler RTEMS4.10 toolchain must be placed under /opt/rtems-4.10.
echo
'[x] The Gaisler RTEMS4.10 toolchain appears to be missing.'
echo
'[x] Use ~/tool-src/add-ons/install-gaisler-4.10.sh to install it.'
exit
1
fi
export
PATH
=
/opt/rtems-4.10/bin:
$PATH
...
...
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