Maybe aarch64-linux-gnu-gcc is not installed. Try

sudo apt-get install gcc-aarch64-linux-gnu
Answer from user7305360 on Stack Overflow
🌐
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 ...
🌐
Stack Overflow
stackoverflow.com › questions › 72183352 › bin-sh-aarch64-linux-gnu-gcc-ar-command-not-found-on-centos-7
centos7 - /bin/sh: aarch64-linux-gnu-gcc-ar: command not found on centos-7 - Stack Overflow
Sorry, the file 'aarch64-linux-gnu-gcc-ar' appeared first time with gcc v5.3.1 : Fedora 22 packages archives.fedoraproject.org/pub/archive/fedora/linux/updates/22 ..... + archives.fedoraproject.org/pub/archive/fedora/linux/releases/22/… .........
🌐
GitHub
github.com › openssl › openssl › issues › 14221
aarch64-linux-gnu-gccranlib: not found · Issue #14221 · openssl/openssl
February 18, 2021 - Currently facing issues with the 'make install' command. install ./include/openssl/x509v3.h -> /usr/include/openssl/x509v3.h install ./include/openssl/x509v3err.h -> /usr/include/openssl/x509v3err.h install libcrypto.a -> /usr/lib/libcrypto.a /bin/sh: 5: aarch64-linux-gnu-gccranlib: not found Makefile:311: recipe for target 'install_dev' failed make: *** [install_dev] Error 127
Author   openssl
🌐
Loginroot
pkgs.loginroot.com › errors › notFound › aarch64-linux-gnu-gcc
aarch64-linux-gnu-gcc: command not found
[root@server ~]# echo $PATH /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin If it's empty, You may set the PATH variable with this command · export PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin" /usr/bin/aarch64-linux-gnu-gcc - from package: gcc-aarch64-linux-gnu You may install the required package with command yum install {package}
🌐
NVIDIA Developer Forums
forums.developer.nvidia.com › developer tools › other tools
Make clean: gcc not found - Other Tools - NVIDIA Developer Forums
March 19, 2020 - Hi, I am rebuilding the Linux kernel for a NANO device. “make ARCH=arm64 O=$TEGRA_KERNEL_OUT tegra_defconfig” was successful. But “make mrproper” or “make clean” generates the following error: make: /l4t-gcc/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc: Command not found I have set the environment variale: CROSS_COMPILE=/l4t-gcc/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu- Anyone can tell me how to fix the problem?
🌐
Medium
medium.com › geekculture › error-command-usr-bin-aarch64-linux-gnu-gcc-failed-with-exit-code-1-36dfac6c72d6
error: command ‘/usr/bin/aarch64-linux-gnu-gcc’ failed with exit code 1 - Geek Culture - Medium
October 14, 2022 - error: command ‘/usr/bin/aarch64-linux-gnu-gcc’ failed with exit code 1 · ~ #include <Python.h> ^~~~~~~~~~ compilation terminated. ~ ~ legacy-install-failure ~ You need Python header files. You can solve the problem by installing pythonx.x-dev with apt-get. (replace x.x with the python version you are using) sudo apt-get install python3.8-dev · After that, it will be installed without issues. Note: If it is not Python3, python-dev seems to be the way to go.
Find elsewhere
🌐
GitHub
github.com › dani-garcia › vaultwarden › issues › 322
Package gcc-aarch64-linux-gnu is not available · Issue #322 · dani-garcia/vaultwarden
January 1, 2019 - Anyway when trying to build the docker image for arm using this command: sudo docker build -t bitwardenarm -f Dockerfile.aarch64 . The gcc package is not found. Package gcc-aarch64-linux-gnu is not available, but is referred to by another package.
Author   dani-garcia
🌐
GitHub
github.com › NVIDIA-AI-IOT › tf_trt_models › issues › 25
Installation error: command 'aarch64-linux-gnu-gcc' failed with exit status 1 · Issue #25 · NVIDIA-AI-IOT/tf_trt_models
October 24, 2018 - In file included from /tmp/pip-install-s479x1s5/h5py/h5py/defs.c:654:0: /tmp/pip-install-s479x1s5/h5py/h5py/api_compat.h:27:18: fatal error: hdf5.h: No such file or directory compilation terminated. error: command 'aarch64-linux-gnu-gcc' failed with exit status 1
Author   NVIDIA-AI-IOT
🌐
Linux Man Pages
linux.die.net › man › 1 › aarch64-linux-gnu-gcc
aarch64-linux-gnu-gcc(1) - Linux man page
The option -fno-gnu89-inline explicitly tells GCC to use the C99 semantics for "inline" when in C99 or gnu99 mode (i.e., it specifies the default behavior). This option was first supported in GCC 4.3. This option is not supported in -std=c90 or -std=gnu90 mode.
🌐
Stack Overflow
stackoverflow.com › questions › 67014598 › aarch64-linux-gnu-gcc-error-unrecognized-command-line-option-i
c++ - aarch64-linux-gnu-gcc: error: unrecognized command line option ‘-i’ - Stack Overflow
April 9, 2021 - The standard GCC option to only run the preprocessor have always been -E. ... I have found reviews that say the book have some errors, but haven't found an errata to fix those errors. This is probably one of the errors. ... Find the answer to your question by asking. Ask question ... See similar questions with these tags. ... PS Plus subscriber — Football Manager 2024 worked yesterday on PS5 but now says "This content is not available.
🌐
GitHub
github.com › motioneye-project › motioneye › issues › 2393
Could not run curl-config: [Errno 2] | error: command 'aarch64-linux-gnu-gcc' failed with exit status 1 twisted · Issue #2393 · motioneye-project/motioneye
March 28, 2022 - Could not run curl-config: [Errno 2] | error: command 'aarch64-linux-gnu-gcc' failed with exit status 1 twisted#2393
Author   motioneye-project
🌐
Friendlyarm
friendlyarm.net › forum › topic › 5239
arm-linux-gcc command not found - FriendlyARM
June 6, 2013 - Thanks, i did it and now i am getting a new error. prateek@ubuntu:/host/xilinx_example/ZYNQ_TRD_HOME/u-boot-xlnx$ make zynq_zc70xConfiguring for zynq_zc70x board... make make[1]: Entering directory `/host/xilinx_example/ZYNQ_TRD_HOME/u-boot-xlnx' Generating include/autoconf.mk cc1: error: unrecognized command line option "-mno-unaligned-access" cc1: error: unrecognized command line option "-mno-unaligned-access" cc1: error: unrecognized command line option "-fstack-usage" Generating include/autoconf.mk.dep cc1: error: unrecognized command line option "-mno-unaligned-access" cc1: error: unrecog
🌐
GitHub
github.com › confluentinc › confluent-kafka-python › issues › 462
pip installation issue (command 'aarch64-linux-gnu-gcc' failed) · Issue #462 · confluentinc/confluent-kafka-python
October 6, 2018 - In file included from confluent_kafka/src/confluent_kafka.c:17:0: confluent_kafka/src/confluent_kafka.h:21:32: fatal error: librdkafka/rdkafka.h: No such file or directory compilation terminated. error: command 'aarch64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Failed building wheel for confluent-kafka
Author   confluentinc
🌐
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-...
🌐
Arch Linux
aur.archlinux.org › packages › aarch64-none-elf-gcc-bin
AUR (en) - aarch64-none-elf-gcc-bin - Arch Linux
https://developer.arm.com/-/media/Files/downloads/gnu/14.2.rel1/binrel/arm-gnu-toolchain-14.2.rel1-x86_64-aarch64-none-elf.tar.xz
🌐
Arch Linux Man Pages
man.archlinux.org › man › aarch64-linux-gnu-gcc.1.en
aarch64-linux-gnu-gcc(1) — Arch manual pages
March 18, 2020 - Yet other options control the assembler and linker; most of these are not documented here, since you rarely need to use any of them. Most of the command-line options that you can use with GCC are useful for C programs; when an option is only useful with another language (usually C++), the explanation says so explicitly.