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
Hi Rana,
I suggest you also take a look at Development Studio 5, which ships with Arm Compiler 6 and can build code for Armv8 (AArch32 and AArch64). You can download, and request a 30 day evaluation license from developer.arm.com/.../downloads
Further, should you have the need for a JTAG debug and trace solution, DS-5 can be used together with the DSTREAM and DSTREAM-ST probes to debug the LS1043A target.
Best regards,
Lukas
Thank you so much Lukas. Yes i need a debugger also. i will definitely look at DS5.
ThanksRana.