Revision 73410535

View differences:

tools/compiler/GCC/gccsetup.sh
467 467
  done
468 468

  
469 469
  # read download URL form user
470
  printf "In order to install a compiler, you have to specify a download link for the according installation file.\n"
471
  printf "For this project, the GNU Arm Embedded Toolchain is recommended:\n"
472
  printf "  https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm\n"
473
  printf "The following link can be used to install the GNU Arm Embedded Toolchain version 8-2018-q4-major:\n"
474
  printf "  https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2\n"
475
  printf "\n"
470 476
  printLog "read installation url from user\n"
471 477
  local armgcc_downloadurl=""
472 478
  while [ -z "$armgcc_downloadurl" ]; do

Also available in: Unified diff