On 23 April 2013 20:30, Christopher Covington cov@codeaurora.org wrote:
On 04/23/2013 01:44 AM, Zhenqiang Chen wrote:
On 23 April 2013 13:16, Sugumar Natarajan Sugumar.Natarajan@arm.com wrote:
I couldn’t find the arm-none-eabi- bare metal version of Linaro GCC 4.8. Please provide the link for prebuilt baremetal tool chain binaries?
arm-none-eabi- or aarch64-none-elf-? Linaro TCWG does not release arm-none-eabi toolchain.
Interesting. I didn't realize that while Linaro links to the arm-none-eabi- toolchain [1], the stuff is apparently actually built and maintained by ARM Ltd. employees with their own separate Launchpad project [2].
- http://www.linaro.org/downloads/ (see BARE-METAL)
- https://launchpad.net/gcc-arm-embedded
Yip.
Linaro TCWG releases prebuilt arm-linux-gnueabihf-, aarch64-none-elf- and aarch64-linux-gnu- toolchains at https://launchpad.net/linaro-toolchain-binaries/+download which are based on linaro-gcc source package release at https://launchpad.net/gcc-linaro/+download.
Bare-metal (arm-none-eabi-) toolchain is maintained by ARM Lt. employees. The 4.8 version will be released by the end of 2013.
Thanks! -Zhenqiang