could anybody tell me which arm tool chain i have to use for LS1043A (ARM V8,A53) to build bare metal code (AARCH 32 bit) in Windows. Can i install that Arm tool chain in CodeWarrior? How?
Thank you
Rana.
Hi Team,
Thanks for your support. Can you please help in answering the below questions:
1. We would like to run Arm V8 (LS1043A processor) in 32 bit mode. Is there any IDE that can support in this mode?
2. If there is no environment (IDE) available, let us know the way on generating the build in 32 bit mode for LS1043A processor?
A quick response is highly appreciated.
Regards,
M.Sreenivasan.
Hello Ranadeep Reddy Vanga,
For 32 bit ARM bare metal Toolchain, you could download CodeWarrior for Networked Applications package from CodeWarrior Dev Tools for Networked Apps|NXP, then install CodeWarrior for ARM v7, you will get 32 bit ARM ARCH Toolchain gcc-linaro-arm-none-eabi-4.9.3 in C:\Freescale\CW4NET_<version>\CW_ARMv7\Cross_Tools.
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi yipingwang
In here i found gcc-linaro-arm-none-eabi-4.9.3 tool chain in the path C:\Freescale\CW4NET_v2016.01\CW_ARMv7\Cross_Tools.
1) So you are saying that this will work for me to build My startup code(I wrote bare metal startup code for LS1043A to bootup in AArch32 bit exexution mode) in windows Right???.
2)For AArch32 bit mode can i use ARMV7 architecture tool chain???
please reply ASAP.
And one more thing i found that there is another tool chain named gcc-linaro-arm-linux-gnueabihf-4.9.3 is this for Linux???
Thank you so much
Rana
Hi addiyi Thanks for the document...
Actually I want to boot the LS1043A-RDB in AARCH32 bit mode. Code warrior is not providing baremetal 32bit startup code. So I did wrote a code. I want to build that. That is why i want the tool chain and I want to know i can able to add that tool chain to codewarrior or not.
According to Arm V8 reference manual it is fully compatible to Arm V7 architecture. May be That is why yipingwang
told me to use that tool chain from CodeWarrior for ARMv7. But i'm not sure linaro tool chain will work for baremetal code or not.
Thanks
Rana.