Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
e05de118
Commit
e05de118
authored
Mar 09, 2021
by
Maxime Perrotin
Browse files
Add script to install gaisler rtems cross rc9
parent
a18bc273
Changes
1
Hide whitespace changes
Inline
Side-by-side
add-ons/install-gaisler-rcc-1.3-rc9.sh
0 → 100755
View file @
e05de118
#!/bin/bash
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
# shellcheck source=common.sh
.
"
${
DIR
}
/common.sh"
DESCRIPTION
=
"Gaisler's RCC1.3-rc9"
PREFIX
=
"/opt"
INSTALL_PATH
=
"
$PREFIX
/rcc-1.3.-rc9"
URL
=
"https://www.gaisler.com/anonftp/rcc/bin/linux/sparc-rtems-5-gcc-7.5.0-1.3-rc9-linux.txz"
CheckTargetFolder
"
${
DESCRIPTION
}
"
"
${
INSTALL_PATH
}
"
DownloadAndExtract
"
${
DESCRIPTION
}
"
"
${
URL
}
"
"
${
PREFIX
}
"
"J"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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