aboutsummaryrefslogtreecommitdiffhomepage
path: root/QC-dev-environment/install_toolchain.sh
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2023-03-09 20:22:56 +0100
committerThomas Van Iseghem <[email protected]>2023-03-09 20:22:56 +0100
commitd7814640a57323fc3fb410831e8d26083c7e0067 (patch)
treebfc493da2115890c0b78fa5ae9cff7fd30c27deb /QC-dev-environment/install_toolchain.sh
parent83728ae0b6584fcfec776abbb47afa1d12de6b24 (diff)
parent03c976530b91ab70510479bbc75c04cbe4c6d979 (diff)
downloadOpenCortex-d7814640a57323fc3fb410831e8d26083c7e0067.tar.gz
OpenCortex-d7814640a57323fc3fb410831e8d26083c7e0067.zip
Merge branch 'feature/docker-dev-environment' into developdevelop
Diffstat (limited to 'QC-dev-environment/install_toolchain.sh')
-rw-r--r--QC-dev-environment/install_toolchain.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/QC-dev-environment/install_toolchain.sh b/QC-dev-environment/install_toolchain.sh
new file mode 100644
index 0000000..d4a5465
--- /dev/null
+++ b/QC-dev-environment/install_toolchain.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Original toolchain download is broken, debian package can't be unpacked.
+# This is the /opt/analog folder from the debian package.
+curl -LO https://www.roelj.com/qc/qc-compiler-toolchain.tar.gz
+cd /
+tar axvf $1/qc-compiler-toolchain.tar.gz \ No newline at end of file