aboutsummaryrefslogtreecommitdiffhomepage
path: root/CorOS-dev-environment/install_toolchain.sh
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2023-05-23 18:04:55 +0200
committerThomas Van Iseghem <[email protected]>2023-05-23 18:04:55 +0200
commita5a395cce2d24928b11735f315c231dd104acd71 (patch)
tree46895927ee7e3b15a181ac0678798e2d95d8b980 /CorOS-dev-environment/install_toolchain.sh
parent808a8a3cec2b75a3dcb658a2238f2998fcf38e54 (diff)
downloadOpenCortex-a5a395cce2d24928b11735f315c231dd104acd71.tar.gz
OpenCortex-a5a395cce2d24928b11735f315c231dd104acd71.zip
Created a better slimmed down emulation container
Diffstat (limited to 'CorOS-dev-environment/install_toolchain.sh')
-rw-r--r--CorOS-dev-environment/install_toolchain.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/CorOS-dev-environment/install_toolchain.sh b/CorOS-dev-environment/install_toolchain.sh
new file mode 100644
index 0000000..d4a5465
--- /dev/null
+++ b/CorOS-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