We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,I have download the gcc arm toolchain sources (gcc-arm-none-eabi-8-2018-q4-major-src.tar.bz2) and I would like to build that on a computer x64 that running Ubuntu but I want the compiler to run on a host machine with aarch64-linux as architecture (build = x64 , host =aarch64-linux). Could you give me instructions on what to change on scripts so I can achieve that?Thank you,Thanos
Hello Thanos,
when you get the source from https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/8-2018-q4-major, there are build scripts
./build-prerequisites.sh./build-toolchain.sh
thanks
zheng