Reorganized setup to only have required scripts

This commit is contained in:
Dreaded_X 2021-02-01 01:04:35 +01:00
parent 5ec6f9ae78
commit d3ac1eec7a
4 changed files with 0 additions and 18 deletions

View File

@ -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

View File

@ -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

View File

@ -1,2 +0,0 @@
# Add all the tools to the path
PATH=$(dirname $(readlink -f $0))/arm-none-eabi/bin:$(dirname $(readlink -f $0))/microblazeel-xilinx-elf/bin:$(dirname $(readlink -f $0))/bin:/opt/Xilinx/14.7/ISE_DS/EDK/bin/lin64:/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64:$PATH