Skip to content

64 Bit Native Compiler: Testing

Abhishek Thakur edited this page May 17, 2019 · 6 revisions

Raspberry Pi Native Compiler Toolchain Testing 🔬

After successful Native 64-Bit Toolchain Binary installation, you can easily test/cross-check/verify those binaries as follows:


Important Note:warning::

  • These 64-Bit Toolchain Binaries will only work with Raspberry Pi Models/Versions with ARMv8-a CPU Architecture that supports 64-Bit mode(You can find Supported Raspberry Pi Models here) and with Raspberry Pi 64-Bit OS flavors(such as Pi64 by @bamarni) installed.

You can verify your system is aarch64 with uname -a command, check if the output is similar as follows: uname 64


Try following commands in your terminal:

Tip:bulb:: 'Right-Click' select 'Open image in new tab' to see the full-size image.

  • Test GCC Support with gcc-9.1.0 --version command, check if the output is similar as follows:

native 64 gcc

  • Test G++ Support with g++-9.1.0 --version command, check if the output is similar as follows:

native 64 g++

  • Test GFORTRAN Support with gfortran- --version command, check if the output is similar as follows:

native 64 gfortran