clean up toolchain documentation
This commit is contained in:
parent
cad5c37dab
commit
738ba7e0c8
2 changed files with 58 additions and 30 deletions
|
|
@ -21,13 +21,14 @@ ADACASIO_TARGET="sh3eb-elf"
|
|||
#dnf install @c-development gnat gprbuild gmp-devel mpfr-devel libmpc-devel git
|
||||
|
||||
# prepare configure and build enviornment
|
||||
#wget -O binutils.tar.gz $ADACASIO_BINUTILS_URL
|
||||
#wget -O gcc.tar.gz $ADACASIO_GCC_URL
|
||||
wget -O binutils.tar.gz $ADACASIO_BINUTILS_URL
|
||||
wget -O gcc.tar.gz $ADACASIO_GCC_URL
|
||||
tar -xf binutils.tar.gz
|
||||
tar -xf gcc.tar.gz
|
||||
|
||||
# Got the command list from https://git.planet-casio.com/Lephenixnoir/sh-elf-binutils Method 3
|
||||
# Step 2. configure and build GCC and binutils
|
||||
|
||||
mkdir build-binutils build-gcc $ADACASIO_PREFIX
|
||||
|
||||
cd build-binutils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue