This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Open source clang support for ARM processor

Hi Experts,

Does the open source clang compiler supports the ARM architecture ?

I had seen that the ARM Compiler 6 is on LLVM based and it is only trial version I think.

In future any plans to release so, like instead of gcc the clang could be given as open source ?

Parents
  • Hi,

        clang compiler already supports ARM architecture. You can download and build clang from Clang - Getting Started if you want. Depending on the application you are developing, you might need libraries and a linker.

    The advantage of using ARM Compiler 6 is that it just works and it's professionally supported: you would be productive from day 1.

    Ciao,
    Stefano

Reply
  • Hi,

        clang compiler already supports ARM architecture. You can download and build clang from Clang - Getting Started if you want. Depending on the application you are developing, you might need libraries and a linker.

    The advantage of using ARM Compiler 6 is that it just works and it's professionally supported: you would be productive from day 1.

    Ciao,
    Stefano

Children