To use the GNU compiler, type:
<Compiler_Name> options files...
Where
<Compiler_Name>
refers to one of the
following compilers:-
mb-gcc
for MicroBlaze -
arm-none-eabi-gcc
for Cortex A9 -
aarch64-none-elf-gcc
for Cortex-A53 and Cortex-A72 -
armr5-none-eabi-gcc
for Cortex-R5F
To compile C++ programs, you can use the mb-g++
or arm-none-eabi-g++
command.