On Debian and derivatives, the package you’re looking for is gcc-arm-none-eabi:

apt install gcc-arm-none-eabi

To find this out yourself in future, install apt-file, update your indexes and use it to search for commands:

apt install apt-file
apt-file update
apt-file search bin/arm-none-eabi-gcc
Answer from Stephen Kitt on Stack Exchange
Discussions

arm-none-eabi-gcc command not found
Hi, I am using Debian 8.2 out-of-the-box install and after make clean diet i got this error: arm-none-eabi-gcc command not found Please help. More on github.com
🌐 github.com
5
May 9, 2016
Provide instruction on how to install arm-none-eabi-gcc on Windows
Describe the bug Can't compile most recent version. To Reproduce Steps to reproduce the behavior: Follow directions and install everything needed for making a build on Windows. Type "make ... More on github.com
🌐 github.com
2
March 13, 2019
Can not compile: arm-none-eabi-g++: command not found
Hello, i am new to platformio, due i want to compile Marlin FW I installed PlatformIO in Atom and VistualStudio (tested both) on my Mac (MacOS Mojave) Everyting worked fine but until i want to compile: Processing LPC1768 (platform: https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/... More on community.platformio.org
🌐 community.platformio.org
1
0
September 5, 2019
c++ - Installing and using arm-none-eabi-gcc on MSYS2 - Stack Overflow
Collecting dependencies for: Bsp/....cpp /bin/sh: Zeile 1: arm-none-eabi-gcc: Command not found- ... More on stackoverflow.com
🌐 stackoverflow.com
🌐
Stack Overflow
stackoverflow.com › questions › 64131523 › arm-none-eabi-gcc-not-found-on-windows-10-stm32ide
c - arm-none-eabi-gcc: not found on Windows 10 STM32IDE - Stack Overflow
I had to find the cross-compiler online and install it manually. If anyone else has this problem the one I used can be found here: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads?fbclid=IwAR3WpgNJaqNSo0Y7G4RxPfz1g0WgGFYv8BHzFK0YvY1rw8964uTTfLkma5o
🌐
GitHub
github.com › travisgoodspeed › md380tools › issues › 103
arm-none-eabi-gcc command not found · Issue #103 · travisgoodspeed/md380tools
May 9, 2016 - You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert · {{ message }} travisgoodspeed / md380tools Public · Notifications · You must be signed in to change notification settings · Fork 250 · Star 841 · New issueCopy link · New issueCopy link · Closed · Closed · arm-none-eabi-gcc command not found#103 ·
Author   webkernel
🌐
Super User
superuser.com › questions › 1180903 › errors-with-arm-none-eabi-gcc-on-windows-10-bash
Errors with arm-none-eabi-gcc on Windows 10 Bash - Super User
February 20, 2017 - add-apt-repository ppa:terry.guo/gcc-arm-embedded sudo apt-get update apt-get install gcc-arm-none-eabi=4.9.3.2015q3-1trusty1 · Found this solution in the Ardupilot forum http://discuss.ardupilot.org/t/using-bash-on-windows-for-ardupilot-development/8604/7
🌐
GitHub
github.com › numworks › epsilon › issues › 922
Provide instruction on how to install arm-none-eabi-gcc on Windows · Issue #922 · numworks/epsilon
March 13, 2019 - Zook@DESKTOP MSYS /c/Users/Zook/OneDrive/Desktop/epsilon $ make I18N apps/i18n.cpp QSTRDAT python/port/genhdr/qstrdefs.generated.h CXX apps/main.o /bin/sh: arm-none-eabi-gcc: command not found make: *** [Makefile:107: build/device/apps/main.o] Error 127 · Updated build.
Author   GBCam
🌐
PlatformIO Community
community.platformio.org › t › can-not-compile-arm-none-eabi-g-command-not-found › 9458
Can not compile: arm-none-eabi-g++: command not found - PlatformIO Community
September 5, 2019 - Hello, i am new to platformio, due i want to compile Marlin FW I installed PlatformIO in Atom and VistualStudio (tested both) on my Mac (MacOS Mojave) Everyting worked fine but until i want to compile: Processing LPC1768 (platform: https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip; framework: arduino; board: nxp_lpc1768) -------------------------------------------------------------------------------- PackageManager: Installing toolchain-gccarmnoneeabi @ >=1.80201.181221 Do...
Find elsewhere
🌐
NXP
community.nxp.com › t5 › S32-Design-Studio › arm-none-eabi-gcc-command-not-found › td-p › 1695788
arm-none-eabi-gcc: command not found - NXP Community
May 15, 2024 - export CC_LIB=/home/<username>/NXP/S32DS.3.4/S32DS/build_tools/gcc_v9.2/gcc-9.2-arm32-eabi/arm-none-eabi/newlib ... Choose the 32 bit or 64 bit tool-chain lib path as gcc-9.2-arm32-eabi OR gcc-9.2-arm64-eabi.
🌐
GitHub
github.com › libopencm3 › libopencm3-examples › issues › 87
Communicating arm-none-eabi-gcc location on windows · Issue #87 · libopencm3/libopencm3-examples
May 17, 2015 - make in top level directory fails with this error: make[2]: arm-none-eabi-gcc: Command not found arm-none-eabi-gcc.exe in my system is located at: C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 ...
🌐
Particle
community.particle.io › developer tools › particle workbench
[ISSUE] Arm GCC not found, even though it is installed - Particle Workbench - Particle
November 1, 2022 - Hello, I am trying to compile a local project using VSCode Particle workbench extension, on Windows 10. I have been reading a lot of different forum posts about this topic, and I've followed the workflows of getting files out of OneDrive, disabling extensions, installing and reinstalling the ...
🌐
GitHub
github.com › Microsoft › pxt › issues › 3628
ERROR: the arm gcc program arm-none-eabi-gcc could not be found · Issue #3628 · microsoft/pxt
January 16, 2020 - You switched accounts on another tab or window. Reload to refresh your session. ... hi guys i want to build own editor of micro:bit via pxt-microbit project and then git clone repro it · but ,when i using 'npm install' and to execute 'pxt serve' ...
Author   xiaoliwe
🌐
GitHub
github.com › raspberrypi › pico-setup-windows › issues › 15
Compiler 'arm-none-eabi-gcc' not found · Issue #15 · raspberrypi/pico-setup-windows
April 26, 2023 - Hi, friends. I have download and run Windows Pico Installer. But I got following error when I tried to make the pico-examples folder: Compiler 'arm-none-eabi-gcc' not found What should I do? Add a "PICO_TOOLCHAIN_PATH" env variable? What...
Author   philwu
🌐
Thehackerworkshop
thehackerworkshop.com
Getting Started with the ARM GCC Compiler on Windows, Part 1: Installing GCC and Eclipse – The Hacker Workshop
Head over to this website and download the latest version of the compiler. The .exe version of the download includes a Windows installer, which makes installation easy. The current version happened to be gcc-arm-none-eabi-4_6-2012q2-20120614.exe when I wrote this blog post.
🌐
Mbed OS
forums.mbed.com › mbed cli
GCC_ARM_PATH error compiling with Windows Subsystem for Linux - Mbed CLI - Arm Mbed OS support forum
April 30, 2020 - Using mbed-cli v1.10.2, I get the following error: jgreene  /c/Users/ssc27/Projects/VoBoNode   master  mbed compile [mbed] Working path "/c/Users/ssc27/Projects/VoBoNode" (program) [OS ERROR] Command: /c/Program Files (x86)/GNU Tools ARM Embedded/6 2017-q2-update/bin/arm-none-eabi-gcc --version [ERROR] [Errno 2] No such file or directory [mbed] ERROR: "/usr/bin/python" returned error.
🌐
Nordic DevZone
devzone.nordicsemi.com › f › nordic-q-a › 23293 › sdk-12-3-0-linux-cannot-find-arm-none-eabi-gcc
SDK 12.3.0, Linux, cannot find arm-none-eabi-gcc - Nordic Q&A - Nordic DevZone - Nordic DevZone
July 6, 2017 - My eval boards are PCA10040's, v 1.1.0 and 1.1.1. I am making what I hope is a minor SDK upgrade, to 12.3.0. One of my colleagues has it running on a Windows dev box. I have obtained the GCC ARM Embedded toolchain from launchpad.net, as I have done many times in the past. The Makefile.posix in SDK 12.3.0 specifies the 4.9-2015-q3-update toolchain. I downloaded and extracted the tarball, and using admin privileges I copied the resulting gcc-arm-none-eabi-4_9-2015q3 folder to /usr/local/.
🌐
The Eclipse Foundation
eclipse.org › forums › index.php › t › 205558
Eclipse Community Forums: C / C++ IDE (CDT) » arm-none-eabi-gcc: command not found | The Eclipse Foundation
March 4, 2011 - The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source projects, including runtimes, tools and frameworks.
🌐
Arm Developer
developer.arm.com › downloads › - › gnu-rm
Downloads | GNU Arm Embedded Toolchain Downloads – Arm Developer
The wrong instruction causes an ... writeback - `vldr.16 s15,[r0]!'" The workaround is to use the -O0 command line option to generate the correct instruction when loading or storing of __fp16 type together with MVE....