Totalview® for HPC Reference Guide : PART IV Platforms and Operating Systems : Chapter 9 Platforms and Compilers : Compiling with Debugging Symbols : Linux Running on an ARM64 Platform
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 -gprogram.f