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