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