Maybe aarch64-linux-gnu-gcc is not installed. Try
sudo apt-get install gcc-aarch64-linux-gnu
Answer from user7305360 on Stack OverflowArm Developer
developer.arm.com › downloads › - › gnu-a
Downloads | GNU-A Downloads – Arm Developer
Download the toolchain manifest file from the GNU Arm toolchain page on developer.arm.com, for example: gcc-arm-aarch64-none-elf-abe-manifest.txt. ... The built toolchain will be installed and available for use in the builds/destdir/x86_64-unknown-linux-gnu/bin/ directory.
Videos
14:54
Compared Analysis of GCC Codegen for AArch64 and RISC-V - YouTube
01:11:03
I CAN'T BELIEVE I even had to PATCH GCC for ARM64 to build in a ...
10:16
2021 LLVM Dev Mtg “Clang vs. GCC for SPEC on AArch64” - YouTube
12:07
GCC support for the Darwin AArch64 ABI - Maxim Blinov/Andrew ...
12:03
Cross compiling for arm or aarch64 on Debian or Ubuntu - YouTube
Debian
packages.debian.org › sid › gcc-aarch64-linux-gnu
Debian -- Details of package gcc-aarch64-linux-gnu in sid
This is the GNU C compiler, a fairly portable optimizing compiler for C · This is a dependency package providing the default GNU C cross-compiler for the arm64 architecture
GitHub
github.com › radcolor › aarch64-linux-gnu
GitHub - radcolor/aarch64-linux-gnu: Bleeding edge GNU GCC toolchain (CC only) built from sources using latest binutils and glibc · GitHub
Bleeding edge GNU GCC toolchain (CC only) built from sources using latest binutils and glibc - radcolor/aarch64-linux-gnu
Starred by 32 users
Forked by 15 users
Languages C++ 47.2% | C 38.5% | Roff 11.3% | Perl 1.8% | Python 0.4% | XC 0.3%
Fedora
packages.fedoraproject.org › pkgs › cross-gcc › gcc-aarch64-linux-gnu
gcc-aarch64-linux-gnu - Fedora Packages
View gcc-aarch64-linux-gnu in the Fedora package repositories. gcc-aarch64-linux-gnu: Cross-build binary utilities for aarch64-linux-gnu
Toradex Community
community.toradex.com › technical support
Aarch64-none-linux-gnu-gcc: not found - Technical Support - Toradex Community
July 11, 2024 - Hi, i am using colibri-imx6ull SOM and trying to create the costume linux by using “Build U-Boot From Source Code | Toradex Developer Center” right now i am in the phase of host image creation in host device, while i am trying to follow the same i am facing the following issue lcl@lcl-Latitude-5430:~/workdir/u-boot$ make mrproper /bin/sh: 1: aarch64-none-linux-gnu-gcc: not found make: aarch64-none-linux-gnu-gcc: No such file or directory /bin/sh: 1: aarch64-none-linux-gnu-gcc: not found ...
GNU
gcc.gnu.org › onlinedocs › gcc › AArch64-Options.html
AArch64 Options (Using the GNU Compiler Collection (GCC))
The value ‘native’ is available on native AArch64 GNU/Linux and causes the compiler to pick the architecture of the host system. This option has no effect if the compiler is unable to recognize the architecture of the host system. When -march=native is given and no other -mcpu or -mtune is given then GCC ...
NVIDIA Developer Forums
forums.developer.nvidia.com › robotics & edge computing › jetson systems › jetson tx2
Cross-compiling user-space apps using GCC-11/G++11 - Jetson TX2 - NVIDIA Developer Forums
November 29, 2023 - Hello! I’ve been developing TX2 apps via chroot emulation for some time now but I wanted to try cross-compilation. My main thing is that I want to cross-compile user-space applications (with Argus, Qt, etc) and I am using C++20 standard. Currently I’m compiling with GCC-11 & G+±11 on Jetson itself, so as there’s no official toolchain of GCC-11, G+±11 from Nvidia, I decided to try just installing on Ubuntu 22.04: sudo apt install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu which both contain 11....
Linux Man Pages
linux.die.net › man › 1 › aarch64-linux-gnu-gcc
aarch64-linux-gnu-gcc(1) - Linux man page
In C99 mode (-std=c99 or -std=gnu99), this switch only affects the "asm" and "typeof" keywords, since "inline" is a standard keyword in ISO C99. ... Don't recognize built-in functions that do not begin with __builtin_ as prefix. GCC normally generates special code to handle certain built-in functions more efficiently; for instance, calls to "alloca" may become single instructions which adjust the stack directly, and calls to "memcpy" may become inline copy loops.
Stack Exchange
unix.stackexchange.com › questions › 777511 › building-gcc-12-2-0-from-source-for-aarch64-target
make - Building GCC 12.2.0 from source for aarch64 target - Unix & Linux Stack Exchange
../gcc-12.2.0/configure --build=x86_64-pc-linux-gnu --host=aarch64-linux-gnu --enable-languages=c,c++ --prefix-path=/opt/cross/gcc-12.2.0/build_aarch64 --disable-multilib
Qt Forum
forum.qt.io › home › qt development › installation and deployment › using cross-compilation for arm64 in the ubuntu 24.04 x86 environment
Using cross-compilation for ARM64 in the Ubuntu 24.04 x86 environment | Qt Forum
March 10, 2025 - ../Src/configure \ -prefix /home/ptc/Qt/6.8.2/arm64 \ -qt-host-path /home/ptc/Qt/6.8.2/gcc_64 \ -platform linux-g++ \ -device linux-aarch64-gnu-g++ \ -device-option CROSS_COMPILE=aarch64-linux-gnu- \ -no-opengl \ -skip qtopcua -skip qtwebengine -skip qtwebview -skip qtserialport -skip qtlocation \ -no-feature-brotli -no-feature-hunspell \ -- -DCMAKE_TOOLCHAIN_FILE=$HOME/Qt/6.8.2/toolchain/arm64-toolchain.cmake · Before this, create a new toolchain.cmake file yourself. set(CMAKE_SYSTEM_NAME Linux) set(CMAKE_SYSTEM_PROCESSOR aarch64) set(CMAKE_C_COMPILER "/usr/bin/aarch64-linux-gnu-gcc") set(CM
NVIDIA Developer Forums
forums.developer.nvidia.com › robotics & edge computing › jetson systems › jetson orin nano
Error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1 - Jetson Orin Nano - NVIDIA Developer Forums
April 2, 2024 - I am following the instructions to install torchvision from here :PyTorch for Jetson I can install Pytorch but after the cloning step when I use python3 setup.py install --user I am getting following error : building 'torchvision._C' extension aarch64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -I/usr/local/cuda-12.2/include -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DWITH_CUDA -I/home/t-...
Pkgs.org
pkgs.org › download › gcc-aarch64-linux-gnu
Gcc-aarch64-linux-gnu Download (DEB, RPM)
Download gcc-aarch64-linux-gnu linux packages for ALT Linux, CentOS, Debian, Fedora, Mageia, Ubuntu
NXP Community
community.nxp.com › t5 › i-MX-Processors › aarch64-linux-gnu-gcc-vs-aarch64-poky-linux-for-IMX8M-Mini-based › m-p › 1010670
Solved: Re: aarch64-linux-gnu-gcc vs aarch64-poky-linux for IMX8M Mini based custom hardware - NXP Community
March 7, 2022 - We are using linaro toolchain "gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu" earlier.
Arch Linux
security.archlinux.org › package › aarch64-linux-gnu-gcc
aarch64-linux-gnu-gcc - Arch Linux
Arch Linux · Packages · Forums · GitLab · Security · Download · issues · advisories · stats · login
GitHub
github.com › axodotdev › cargo-dist › issues › 1378
cross-compiling to aarch64-unknown-linux-gnu uses wrong linker · Issue #1378 · axodotdev/cargo-dist
August 28, 2024 - Compiling ring v0.17.8 Compiling parking v2.2.0 The following warnings were emitted during compilation: warning: ring@0.17.8: Compiler family detection failed due to error: ToolNotFound: Failed to find tool. Is `arm-linux-gnueabihf-gcc` installed? warning: ring@0.17.8: Compiler family detection failed due to error: ToolNotFound: Failed to find tool.
Author axodotdev
Jensd's I/O buffer
jensd.be › 1126 › linux › cross-compiling-for-arm-or-aarch64-on-debian-or-ubuntu
Cross compiling for arm or aarch64 on Debian or Ubuntu | Jensd's I/O buffer
January 26, 2021 - I will cover both 32bit ARM (armv6, ... ARM (aarch64). To find out for which of these (32 bit or 64 bit ARM) you need to compile, the easiest is to look at the output of uname -m. ... Before we can start compiling, we need to install the necessary packages and tools for cross compiling for ARM. These include the standard tools needed for compiling native: jensd@deb10:~$ sudo apt install gcc make gcc-arm-linux-gnueabi ...
Arm Developer
developer.arm.com › downloads › - › arm-gnu-toolchain-downloads
Arm GNU Toolchain Downloads – Arm Developer
For Linux, the binaries are provided as tarball files. For macOS, the binaries are provided as tarball files and pkg files. The sources for this release are provided in the source tar ball, arm-gnu-toolchain-src-snapshot-14.3.rel1.tar.xz, and includes the following items: ... $ md5sum --check arm-gnu-toolchain-14.3.rel1-x86_64-aarch64-none-linux-gnu.tar.xz.asc arm-gnu-toolchain-14.3.rel1-x86_64-aarch64-none-linux-gnu.tar.xz: OK