HI I'm new to arm. Im working on LS1043A processor which is having Arm V8 and A53 core. i wrote some startup code. i want to build that one in windows. For that which arm tool chain i have to use?and how to install in windows?Thanks in advance,Rana.
See www.linaro.org/.../ at the bottom of the page. For Cortex-A53 AARCH64, you want the aarch64-elf binaries (for bare metal) and a mingw32 archive (for a Windows host)releases.linaro.org/.../gcc-linaro-7.2.1-2017.11-i686-mingw32_aarch64-elf.tar.xz
For Cortex-A53 AARCH32 you want the arm-eabi binaries (for bare metal) and a mingw32 archive (for a Windows host)
https://releases.linaro.org/components/toolchain/binaries/latest/arm-eabi/gcc-linaro-7.2.1-2017.11-i686-mingw32_arm-eabi.tar.xz
Hope that helpsMarkN.
I wrote the code to boot up in AARCH 32 bit mode. So i need the tool chain to build 32bit code that too in windows!!!Is the second link work for this purpose???Thanks for the help.Rana