-
-
Notifications
You must be signed in to change notification settings - Fork 107
Cross Compiler: Testing
Abhishek Thakur edited this page May 17, 2019
·
2 revisions
After successful Cross Toolchain Binary installation, you can easily test/cross-check/verify those binaries as follows:
Note::bulb: These instructions are exclusively for GCC Cross Compiler version 9.1.0 but will work with all compiler versions available with this project.
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:
-
Test G++ Support with
arm-linux-gnueabihf-g++ -v
command, check if the output is similar as follows:
-
Test GFORTRAN Support with
arm-linux-gnueabihf-gfortran -v
command, check if the output is similar as follows:
-
Test GDB Debugger Support with
arm-linux-gnueabihf-gdb -v
command, check if the output is similar as follows:
If these binaries helped you big time, please consider supporting it. Thank you.
Also, don't forget to share your views & drop a ⭐
- Native-Compiler ARM Toolchains Guide
- Cross-Compiler ARM Toolchains Guide
- Native-Compiler 64-Bit GCC ARM64 Toolchains Guide
- Cross-Compiler 64-Bit GCC ARM64 Toolchains Guide