Add docker container with toolchain and libraries to build aarch64 binary

This commit is contained in:
Michael Smith
2026-02-12 17:01:12 +01:00
parent e3a2bca794
commit 8f8cbc97c7
19 changed files with 3337 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
cd /opt/
tar --xz -cvf rg35xx-toolchain.tar.xz rg35xx-toolchain/
mv rg35xx-toolchain.tar.xz ~/workspace/
printf "rg35xx-toolchain.tar.xz can be shared as a blob\nby placing in support before calling 'make shell'\n"