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
RTEMS-build-workflows
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thanassis Tsiodras
RTEMS-build-workflows
Commits
204a0433
Commit
204a0433
authored
Nov 10, 2016
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Done with build scripts.
parent
94c3063c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
OAR/contrib/build.rtems.4.11.smp.sh
OAR/contrib/build.rtems.4.11.smp.sh
+2
-0
OAR/contrib/build.rtems.4.12.sh
OAR/contrib/build.rtems.4.12.sh
+6
-3
No files found.
OAR/contrib/build.rtems.4.11.smp.sh
View file @
204a0433
...
@@ -56,6 +56,8 @@ BUILD_LOG=~/rtems.build.logs/${DATE}.log
...
@@ -56,6 +56,8 @@ BUILD_LOG=~/rtems.build.logs/${DATE}.log
# Verify that we have all we need to build
# Verify that we have all we need to build
source-builder/sb-check
source-builder/sb-check
cd
rtems
# Your network firewall may or may not be an issue at this point:
# Your network firewall may or may not be an issue at this point:
# Many of the source tarballs needed by the RSB are fetched over
# Many of the source tarballs needed by the RSB are fetched over
# PASV-enabled FTP servers.
# PASV-enabled FTP servers.
...
...
OAR/contrib/build.rtems.4.12.sh
View file @
204a0433
...
@@ -61,12 +61,15 @@ BUILD_LOG=~/rtems.build.logs/${DATE}.log
...
@@ -61,12 +61,15 @@ BUILD_LOG=~/rtems.build.logs/${DATE}.log
# Your network firewall may or may not be an issue at this point:
# Your network firewall may or may not be an issue at this point:
# Many of the source tarballs needed by the RSB are fetched over
# Many of the source tarballs needed by the RSB are fetched over
# PASV-enabled FTP servers.
# PASV-enabled FTP servers.
#
# If your network is like the one in ESA/ESTEC and this is forbidden,
# If your network is like the one in ESA/ESTEC and this is forbidden,
# you'll have to fetch these tarballs and hardlink to them each time
# you'll have to fetch these tarballs and hardlink to them each time
# (so no FTP action is triggered by the RTEMS RSB builder).
# (so no FTP action is triggered by the RTEMS RSB builder).
# The sed invocation below also replaces ftp: with http:
# (since this needs no PASV port meddling - which some firewalls object to)
#
# This is the way I do it - adapt it according to your needs:
#
#
# This is one way to do it - adapt it according to your needs:
# [ ! -d sources ] && {
# [ ! -d sources ] && {
# mkdir -p sources
# mkdir -p sources
# cd sources
# cd sources
...
@@ -77,7 +80,7 @@ BUILD_LOG=~/rtems.build.logs/${DATE}.log
...
@@ -77,7 +80,7 @@ BUILD_LOG=~/rtems.build.logs/${DATE}.log
# done
# done
# }
# }
# Build the cross compil
er
# Build the cross compil
ing toolchain
# (we're in the master branch, which is currently the "unofficial" 4.12)
# (we're in the master branch, which is currently the "unofficial" 4.12)
../source-builder/sb-set-builder
--log
=
stage1.log
--prefix
=
${
RTPREFIX
}
4.12/rtems-sparc
../source-builder/sb-set-builder
--log
=
stage1.log
--prefix
=
${
RTPREFIX
}
4.12/rtems-sparc
...
...
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