Reorganized setup to only have required scripts
This commit is contained in:
parent
5ec6f9ae78
commit
d3ac1eec7a
|
@ -1,8 +0,0 @@
|
|||
# Cleanup old files
|
||||
rm -rf arm-none-eabi
|
||||
|
||||
# Download and extract latest arm toolchain
|
||||
wget https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2020q2/gcc-arm-none-eabi-9-2020-q2-update-x86_64-linux.tar.bz2 -O arm-none-eabi-gcc.tar.bz2
|
||||
tar xvf arm-none-eabi-gcc.tar.bz2
|
||||
mv gcc-arm-none-eabi-9-2020-q2-update arm-none-eabi
|
||||
rm arm-none-eabi-gcc.tar.bz2
|
8
setup.sh
8
setup.sh
|
@ -1,8 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# @todo Check if all the required programs are installed
|
||||
|
||||
./scripts/arm.sh
|
||||
./scripts/microblaze.sh
|
||||
|
||||
# svn checkout svn://svn.code.sf.net/p/sdcc/code/trunk sdcc-code
|
Loading…
Reference in New Issue
Block a user