Skip to content

Native Compiler: Testing

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

Raspberry Pi Native Compiler Toolchain Testing 🔬

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

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 gcc

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

native g++

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

native gfortran

Clone this wiki locally