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
07b45173
Commit
07b45173
authored
Oct 05, 2017
by
Thanassis Tsiodras
Browse files
build-script is auto-generated - refactor into user_init_pre.sh
parent
abd11f3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Demo_C_RTEMS_Gaisler/build-script.sh
View file @
07b45173
#!/bin/bash
if
[
!
-e
/opt/rtems-4.10
]
;
then
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
# This script will build your TASTE system (by default with the C runtime).
# You should not change this file as it was automatically generated.
...
...
Demo_C_RTEMS_Gaisler/user_init_pre.sh
0 → 100644
View file @
07b45173
if
[
!
-e
/opt/rtems-4.10
]
;
then
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