Linux Running on an ARM64 Platform

The following table lists the procedures to compile programs on ARM64 platforms.

Compiler

Compiler Command Line

GCC C

gcc -g program.c

GCC C++

g++ -g program.cxx

GCC Fortran

gfortran -g program.f