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
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.