Hello,
I'm new to arm cortex a9. how good does the compiler support C++11 or C++14 on bare metal? where can i find the latest compiler?
I use Xilinx Zynq 7010 SoC, which comes with a Dual ARM® Cortex™-A9 MPCore™ with CoreSight™. (Zynq-7000 Silicon Devices)
Thanks,
Mike
Hello, are there anything inconvenient with Clang/LLVM?
Best regards,
Yasuhiko Koumoto.
i wonder how good the debugging tools are with clang ...are there any disadvantages compared to the standard compiler?
christopherseidl and reinhardkeil can you comment?
Hello mike,
don't you say about the compiler?
Do you want any useful tool chains?
Hello Mike,
I'm not a compiler expert. I suppose this should be answered by stefanocadario.
Kind regards,
Christopher
im looking for different compiler and toolchain options. for two different os hosts: windows 7, linux
Christopher Seidl and Reinhard Keil can you comment?
In my experience, CLANG/LLVM is a superior compiler to GCC. Faster compiles, better error messages, more features (e.g. static analysis of your code). LLVM is based on the llvm.org project, which also has better licensing than GCC.