Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
regression-suites
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
regression-suites
Commits
07b45173
Commit
07b45173
authored
Oct 05, 2017
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-script is auto-generated - refactor into user_init_pre.sh
parent
abd11f3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
Demo_C_RTEMS_Gaisler/build-script.sh
Demo_C_RTEMS_Gaisler/build-script.sh
+0
-7
Demo_C_RTEMS_Gaisler/user_init_pre.sh
Demo_C_RTEMS_Gaisler/user_init_pre.sh
+6
-0
No files found.
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
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