fixed, using:
sudo apt-get install gcc-arm*
Answer from Ahmed Mkaouar on Stack Overflow Top answer 1 of 12
46
fixed, using:
sudo apt-get install gcc-arm*
2 of 12
20
Are you compiling on a 64-bit OS? Try:
sudo apt-get install ia32-libs
I had the same problem when trying to compile the Raspberry Pi kernel. I was cross-compiling on Ubuntu 12.04 64-bit and the toolchain requires ia32-libs to work on on a 64-bit system.
See http://hertaville.com/2012/09/28/development-environment-raspberry-pi-cross-compiler/
Compile error arm-linux-gnueabihf-gcc not found
Hi, I just try to compile the project but I have a compile error like a file is missing. ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make zImage make: arm-linux-gnueabihf-gcc: Command not found scr... More on github.com
arm-linux-gnueabihf-g++: Command not found
Change all references of ...gnueabihf-gcc. Save the file and exit. In the root of the new qt directory, create a config script file: ... ./configure -v -opensource -confirm-license -xplatform linux-arm-gnueabihf-g++ -embedded arm -little-endian -host-little-endian -prefix /usr/local/qt4.8.6-armhf Save and exit. ... make[1]: arm-linux-gnueabihf-g++: Command not found make[1]: *** ... More on forum.qt.io
apt - Package gcc-arm-linux-gnueabi is not available, but is referred to by another package - Raspberry Pi Stack Exchange
I try to compile a piece of software with a pre-defined Docker-enviroment, where following packages are getting installed: gcc-arm-linux-gnueabi, g++-arm-linux-gnueabi, gcc-arm-linux-gnueabihf and ... More on raspberrypi.stackexchange.com
unable to execute 'arm-linux-gnueabihf-gcc': No such file or directory
I run sudo python setup.py installand it comes back with the errorunable to execute 'arm-linux-gnueabihf-gcc': No such file or directory` Here is the full log: SteamController.txt I am usin... More on github.com
GitHub
github.com › android-rpi › device_brcm_rpi3 › issues › 3
Compile error arm-linux-gnueabihf-gcc not found · Issue #3 · android-rpi/device_brcm_rpi3
April 15, 2016 - Hi, I just try to compile the project but I have a compile error like a file is missing. ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make zImage make: arm-linux-gnueabihf-gcc: Command not found scr...
Author android-rpi
Texas Instruments E2E
e2e.ti.com › support › processors-group › processors › f › processors-forum › 351504 › error-on-first-compile-cannot-locate-arm-linux-gnueabihf-gcc
Error on first compile, cannot locate arm-linux-gnueabihf-gcc - Processors forum - Processors - TI E2E support forums
I had exactly the same ‘arm-linux-gnueabihf-gcc command not found’ issue, I remove the 'sudo' when commit the make command, then problem fixed, hope this would help you.
Raspberry Pi Forums
forums.raspberrypi.com › board index › using the raspberry pi › beginners
make: arm-linux-gnueabihf-gcc: Command not found - Raspberry Pi Forums
Depending on the distribution you run you can get it by doing apt-get install arm-linux-gnueabihf-gcc (or whatever packagemanager you use)
Stack Exchange
raspberrypi.stackexchange.com › questions › 125013 › package-gcc-arm-linux-gnueabi-is-not-available-but-is-referred-to-by-another-pa
apt - Package gcc-arm-linux-gnueabi is not available, but is referred to by another package - Raspberry Pi Stack Exchange
May 25, 2021 - A search through the packages suggested that apt-get install gcc-arm-linux-gnueabihf could solve this (have not tried it; just a suggestion).
Intel Community
community.intel.com › t5 › Programmable-Devices › arm-linux-gnueabihf-gcc-command-not-found › td-p › 174268
arm-linux-gnueabihf-gcc command not found - Intel Community
May 20, 2014 - I general the command not found is due to that you do not have a correct path to the binary. So it's either a problem with the embedded command shell or some other setup file. I don't know what operating system and shell you are using, but if this was Linux and sh/bash you could resolve the ...
Raspberry Pi Forums
forums.raspberrypi.com › board index › community › general discussion
Building the Kernel, get error during module install - Raspberry Pi Forums
And indeed, because of that you will need to specify the full path to your compiler, or, which is way easier, and a more generic solution, add "env PATH=$PATH" to your command line, thusly: sudo env PATH=$PATH make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=mnt/ext4 modules_install That takes care of the missing cross compiler ... Problem solved! Thanks guys! ... I faced the similar issue while installing the modules. ... testsys@ubuntu:~/linux$ sudo make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=mnt/ext4 modules_install ./scripts/gcc-version.sh: line 26: arm-linux-gnueabihf-gcc: command not found ./scripts/gcc-version.sh: line 27: arm-linux-gnueabihf-gcc: command not found make: arm-linux-gnueabihf-gcc: Command not found make: arm-linux-gnueabihf-gcc: Command not found INSTALL arch/arm/crypto/aes-arm-bs.ko ...
Raspberry Pi Forums
forums.raspberrypi.com › board index › software › raspberry pi os
problems cross compiling.. - Raspberry Pi Forums
Even I change to 64-bits tools ...nux-gnueabihf-bcm2709_defconfig make: arm-linux-gnueabihf-bcm2709_defconfiggcc: Command not found The error tells you you have a typo in there....
GitHub
github.com › ynsta › steamcontroller › issues › 42
unable to execute 'arm-linux-gnueabihf-gcc': No such file or directory · Issue #42 · ynsta/steamcontroller
October 27, 2016 - I run sudo python setup.py installand it comes back with the errorunable to execute 'arm-linux-gnueabihf-gcc': No such file or directory` Here is the full log: SteamController.txt I am usin...
Author ynsta
Arm Community
community.arm.com › support-forums › f › compilers-and-libraries-forum › 45352 › arm-none-linux-gnueabihf-gcc-does-not-detect-soname-libraries-even-though-path-to-the-directory-is-set
arm-none-linux-gnueabihf-gcc does not detect soname ...
Have a question about working on Arm technology? Browse our support forums for solutions to your questions, answer questions from fellow community members and get help from Arm experts.
Arch Linux
aur.archlinux.org › packages › arm-linux-gnueabihf-gcc
AUR (en) - arm-linux-gnueabihf-gcc
Install arm-linux-gnueabihf-gcc from AUR (with -glibc dependency). -glibc will conflict with the -glibc-headers package. You'll need to remove it before installing -glibc. -gcc will conflict with the -gcc-stage2 package. You'll need to remove -gcc-stage2 after building -gcc, but before installing ...
Armbian Community Forums
forum.armbian.com › using armbian › beginners
arm-linux-gnueabihf-gcc doesn't find sysroot - Beginners - Armbian Community Forums
August 6, 2020 - I've built Armbian for my purposes with the following build settings: ./compile.sh BOARD="bananapi" BRANCH="current" RELEASE="focal" \ KERNEL_ONLY="no" KERNEL_CONFIGURE="no" BUILD_DESKTOP="no" EXTERNAL="yes" \ INSTALL_HEADERS="yes" .. and the board boots from the resulting image just fine, and se...
Rust Programming Language
users.rust-lang.org › help
Cargo always want to compile to arm-linux-gnueabihf-gcc - help - The Rust Programming Language Forum
May 24, 2021 - Since yesterday, cargo by default ... be the default. I've got this error when doing cargo check in an empty new crate: error: linker `arm-linux-gnueabihf-gcc` not found | = note: No such file or directory (os error 2) error: aborting due to previous error error: could not ...
Arm Community
community.arm.com › support-forums › f › armds-forum › 44729 › build-failed-when-cross-compiling-using-arm-linux-gnueabihf-toolchain-in-arm-ds
Build failed when cross-compiling using arm-linux ...
December 3, 2019 - Have a question about working on Arm technology? Browse our support forums for solutions to your questions, answer questions from fellow community members and get help from Arm experts.