mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
enable i386 arch for running rx-gcc
This commit is contained in:
parent
59883237f7
commit
973cbd3338
@ -42,6 +42,10 @@ commands:
|
||||
if [[ << parameters.toolchain >> == rx-gcc ]]; then
|
||||
mv toolchain.tar.gz toolchain.run
|
||||
chmod +x toolchain.run
|
||||
# rx-gcc is i386 binary
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt update
|
||||
sudo apt install libc6:i386 libncurses5:i386 libstdc++6:i386
|
||||
./toolchain.run -p ~/cache/<< parameters.toolchain >>/gnurx -y
|
||||
else
|
||||
tar -C ~/cache/<< parameters.toolchain >> -xaf toolchain.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user