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

[SOLVED] Arm-none-eabi-gcc not found when building firmware on Linux
Hello everyone! I have been working on po-util recently, and I am encountering a very frustrating bug on Ubuntu / Mint. Arm-none-eabi-gcc is not being found, and I am having trouble adding it to $PATH. Here is the output when trying to build firmware on my VPS (Ubuntu 16.04.1): nrobinson@u... More on community.particle.io
🌐 community.particle.io
4
0
August 23, 2016
CMake cannot find `arm-none-eabi-g++`
On a linux system (Ubuntu 18.04 WSL). I installed all the dependencies, and am performing step 7 of this guide. This is the error I'm getting. CMake Error at mbed-cmake/CMakeLists.txt:35 (proje... More on github.com
🌐 github.com
5
June 21, 2020
c - Program "arm-none-eabi-g++" not found in PATH, Program "arm-none-eabi-gcc" not found in PATH - Stack Overflow
I am excited to write my first program in C language with Eclipse. I have done steps 1 to 4 under Prerequisites given on https://code.visualstudio.com/docs/cpp/config-mingw. However, The following More on stackoverflow.com
🌐 stackoverflow.com
ERROR: the arm gcc program arm-none-eabi-gcc could not be found
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' command , i got the e... More on github.com
🌐 github.com
7
January 16, 2020
🌐
Particle
community.particle.io › troubleshooting
[SOLVED] Arm-none-eabi-gcc not found when building firmware on Linux - Troubleshooting - Particle
August 23, 2016 - Hello everyone! I have been working on po-util recently, and I am encountering a very frustrating bug on Ubuntu / Mint. Arm-none-eabi-gcc is not being found, and I am having trouble adding it to $PATH. Here is the o…
🌐
Openstm32
openstm32.org › forumthread1112
OpenSTM32 Community Site | Program "arm-none-eabi-g++" not found in PATH
Program “arm-none-eabi-g++” not found in PATH testf7 Project Properties, C++ Preprocessor Include.../Providers, Ac6 SW4 STM32 MCU Built-in Compiler Settings options C/C++ Scanner Discovery Problem Program “arm-none-eabi-gcc” not found in PATH testf7 Project Properties, C++ Preprocessor ...
🌐
GitHub
github.com › USCRPL › mbed-cmake › issues › 2
CMake cannot find `arm-none-eabi-g++` · Issue #2 · USCRPL/mbed-cmake
June 21, 2020 - CMake Error at mbed-cmake/CMakeLists.txt:35 (project): The CMAKE_CXX_COMPILER: arm-none-eabi-g++ is not a full path and was not found in the PATH. Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. I've added the bin folder of the Arm toolchain to the path in .bashrc, .bash_profile, and .profile. I've added the following lines in cmake, just above include(mbed_gcc_arm_toolchain):
Author   ProExpertProg
🌐
Stack Overflow
stackoverflow.com › questions › 68546551 › program-arm-none-eabi-g-not-found-in-path-program-arm-none-eabi-gcc-not-f
c - Program "arm-none-eabi-g++" not found in PATH, Program "arm-none-eabi-gcc" not found in PATH - Stack Overflow
But am still getting the same errors... ... Well, you need to resolve the issue in the command prompt first. Until you can call GCC in the shell, it makes no sense to try in any IDE. -- You might like to show us where "g++.exe" (or "arm-none-eabi-g++.exe") is on your harddisk, and what contents your PATH has.
🌐
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 - 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' command , i got the error message as bellow i'm 100% sure that arm-none-eabi-...
Author   xiaoliwe
Find elsewhere
🌐
Raspberry Pi Forums
forums.raspberrypi.com › board index › hardware and peripherals › raspberry pi pico › sdk
Raspberry pi no arm-none-eabi-gcc found - Raspberry Pi Forums
sudo apt install gcc-arm-none-eabi looks to have fixed it for me. Unsure why it didn't install with the SDK. I had similar issues when I initially tried on my mac which is why I switched to a pi. ... -DPICO_TOOLCHAIN_PATH="location_to_compilers_root_dir_not_bin_this_time" or set it inside CMakeLists.txt.
🌐
CMake Discourse
discourse.cmake.org › code
The CMAKE_C_COMPILER / CMAKE_ASM_COMPILER: arm-none-eabi-gcc is not a full path and was not found in the PATH. - Code - CMake Discourse
May 11, 2024 - Hello friends, I’ve recently started working with CMake and have run into a problem that I’ve been sitting on for a few days and can’t find a solution to. I have an application (based on a ThreadX RTOS) which I want to build with a Ninja build system. I have created a CMakeLists.txt file ...
🌐
GitHub
github.com › RIOT-OS › RIOT › issues › 9929
objcopy not found. Compiler arm-none-eabi-gcc is required but not found in PATH · Issue #9929 · RIOT-OS/RIOT
September 13, 2018 - native gcc: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609 msp430-gcc: missing/error avr-gcc: missing/error arm-none-eabi-gcc: arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] mips-mti-elf-gcc: missing/error ../RIOT/dist/tools/ci/print_toolchain_versions.sh: 92: ../RIOT/dist/tools/ci/print_toolchain_versions.sh: clang: not found arm-none-eabi-newlib: "2.4.0" mips-mti-elf-newlib: missing/error avr-libc: missing/error (missing/error) cppcheck: missing coccinelle: missing git: git version 2.7.4
Author   dcjw
🌐
The Eclipse Foundation
eclipse.org › forums › index.php › t › 373329
Eclipse Community Forums: C / C++ IDE (CDT) » arm-none-eabi-gcc not found | The Eclipse Foundation
September 5, 2012 - The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source projects, including runtimes, tools and frameworks.
🌐
Td-next
community.td-next.com › viewtopic.php
TD next - Community - View topic - [SOLVED] "arm-none-eabi-gcc" not found in PATH
October 19, 2015 - You need to add "C:\TD\TD_RF_Module_SDK-v4.0.0\gnu\arm-none-eabi\bin" to your Windows environment variables and restart Eclipse. Alternatively, you can create a PATH variable in Eclipse only: navigate to the "Windows > Preferences" menu entry, then in the "Preferences" dialog box, navigate ...
🌐
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
However when I try to cross compile a program (ARM based target program), I keep getting an error saying that "arm-none-eabi-gcc: not found". Is there any way I can fix this? ... arm-none-eabi-gcc is the name of the cross-compiler itself. You will need to install it. Unfortunately, I don't know the Windows 10 STM32IDE, or where you can obtain the compiler. ... Did you check that you have that compiler installed? If so, does the STM32IDE need the PATH environment variable be extended with the compiler's path?
🌐
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...
🌐
Electro-Smith
forum.electro-smith.com › troubleshooting and support
Vscode not finding arm-none-eabi-gcc under linux - Troubleshooting and Support - Daisy Forums
July 22, 2023 - Hello there, I am setting up my environment for the daisy right now. I was able to build the daisy example folder in my terminal via the ./rebuild_all.sh script. I tried to build it from vscode without success. The task build_all command stops with the following error: make: arm-none-eabi-gcc: No such file or directory make: *** [Makefile:358: build/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.o] Error 127 echo $PATH gives me the correct folder and arm-none-eabi-gcc --version outputs the c...
🌐
STMicroelectronics Community
community.st.com › t5 › stm32cubeide-mcus › lost-link-path-to-gcc-after-uninstall-of-ide-and-reinstall › td-p › 102997
lost link/path to gcc after uninstall of IDE and r... - STMicroelectronics Community
September 7, 2022 - Some toolchains have two sets of executables: one named "arm-none-eabi-thing.exe", another without the prefix in filename: arm-none-eabi/bin/thing.exe. For CubeIDE you need to add to the PATH the latter. ... Thank you, Pavel! Concerning CubeIDE I am learning a lot! Yesterday I was viewing a video on YouTube showing how to setup a project using CubeMX. ​ All necessary installations and path configurations are shown and explained including gcc toolchain.