Skip to content

Cross Compiler: Testing

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

Raspberry Pi Cross Compiler Toolchain Testing 🔬

After successful Cross 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 arm-linux-gnueabihf-gcc -v command, check if the output is similar as follows:

cross gcc

  • Test G++ Support with arm-linux-gnueabihf-g++ -v command, check if the output is similar as follows:

cross g++

  • Test GFORTRAN Support with arm-linux-gnueabihf-gfortran -v command, check if the output is similar as follows:

cross gfortran

  • Test GDB Debugger Support with arm-linux-gnueabihf-gdb -v command, check if the output is similar as follows:

cross gfortran

Clone this wiki locally