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
taste-setup
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
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
TASTE
taste-setup
Commits
fa25797d
Commit
fa25797d
authored
Jan 28, 2020
by
Konrad Grochowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Addons: RCC rc4 is no longer available, rc6 added insted
parent
6e4b872f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
add-ons/install-gaisler-rcc-1.3-rc6.sh
add-ons/install-gaisler-rcc-1.3-rc6.sh
+19
-0
No files found.
add-ons/install-gaisler-rcc-1.3-rc
4
.sh
→
add-ons/install-gaisler-rcc-1.3-rc
6
.sh
View file @
fa25797d
...
...
@@ -2,18 +2,18 @@
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
.
"
${
DIR
}
/common.sh"
echo
"[-] Checking if Gaisler's RCC1.3-rc4 is already under /opt/...
"
if
[
-e
/opt/rcc-1.3-rc4
]
;
then
echo
'[-] /opt/rcc-1.3-rc4 is there already. Aborting...'
exit
1
fi
DESCRIPTION
=
"Gaisler's RCC1.3-rc6
"
PREFIX
=
"/opt"
INSTALL_PATH
=
"
$PREFIX
/rcc-1.3.-rc6"
CheckTargetFolder
"
${
DESCRIPTION
}
"
"
${
INSTALL_PATH
}
"
echo
"[-] Downloading and uncompressing Gaisler's RCC1.3-rc
4
..."
echo
"[-] Downloading and uncompressing Gaisler's RCC1.3-rc
6
..."
echo
"[-]"
cd
/opt
||
exit
1
wget
-q
-O
- https://www.gaisler.com/anonftp/rcc/bin/linux/sparc-rtems-5-gcc-7.2.0-1.3-rc
4-linux.txz |
sudo tar
Jx
vf -
wget
-q
-O
- https://www.gaisler.com/anonftp/rcc/bin/linux/sparc-rtems-5-gcc-7.2.0-1.3-rc
6-linux.txz |
sudo tar
xJ
vf -
if
[
$?
-ne
0
]
;
then
echo
"Downloading Gaisler's RCC1.3-rc
4
toolchain has failed."
echo
"Downloading Gaisler's RCC1.3-rc
6
toolchain has failed."
echo
Aborting...
exit
1
fi
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