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
🌐
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
🌐
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
🌐
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 ...
🌐
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....
🌐
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
Find elsewhere
🌐
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
🌐
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
🌐
GitHub
github.com › libopencm3 › libopencm3-examples › issues › 87
Communicating arm-none-eabi-gcc location on windows · Issue #87 · libopencm3/libopencm3-examples
May 17, 2015 - export PATH="/c//Python27:/c//Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q1/bin:/usr/local/bin:/usr/bin:/bin"
🌐
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.
🌐
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...
🌐
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' command , i got the error message as bellow · i'm 100% sure that arm-none-eabi-gcc has installed as bellow
Author   xiaoliwe
🌐
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.
🌐
Particle
docs.particle.io › archives › local-build-using-gcc-arm
Local build using gcc-arm | Archives | Particle
For Windows, download the installer gcc-arm-none-eabi-5_3-2016q1-20160330-win32.exe.
🌐
GitHub
github.com › metalcode-eu › windows-arm-none-eabi
GitHub - metalcode-eu/windows-arm-none-eabi: GNU Arm embedded toolchain for Windows · GitHub
{ "version": "2.0.0", "tasks": [ { "label": "build firmware", "type": "shell", "command": "make test", "options": { "env": { "INCLUDE": "${config:arm-none-eabi.include}", "LIB": "${config:arm-none-eabi.lib}", "LIBGCC": "${config:arm-none-eabi.libgcc}/thumb/v6-m/libgcc.a", } }, "osx": { "options": { "env": { "PATH": "${config:arm-none-eabi.bin}:${env:PATH}", } }, }, "linux": { "options": { "env": { "PATH": "${config:arm-none-eabi.bin}:${env:PATH}", } }, }, "windows": { "options": { "env": { "PATH": "${config:arm-none-eabi.bin};${env:PATH}", } }, }, "group": { "kind": "build", "isDefault": true, }, "problemMatcher": "$gcc" } ] } With the following makefile: .PHONY: test test: @echo $(PATH) @echo $(INCLUDE) @echo $(LIB) @echo $(GCCLIB) Version 8-2018-q4-major for Windows Released: December 20, 2018 ·
Starred by 9 users
Forked by 3 users
Languages   HTML 68.4% | C++ 27.7% | C 3.3% | Python 0.5% | Assembly 0.1% | XC 0.0%
🌐
CMake Discourse
discourse.cmake.org › usage
[Solved] Problem with arm-none-eabi compiler variables on Windows - Usage - CMake Discourse
March 11, 2023 - Hi! After several hours of trying to build blink with pico-sdk “the harder way :)” (mostly playing with CMake and learning), I am coming for help. I have setup VS 2022, CMake 3.25, ARM GNU toolchain, Ninja. So far so good. But I cannot convince pico-sdk to compile “the way I want”. In my cmake I have these variables: set(CMAKE_C_COMPILER arm-none-eabi-gcc) set(CMAKE_CXX_COMPILER arm-none-eabi-g++) These executables are in my path, I can call them in terminal and even CMake finds them. cmake...
🌐
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.
🌐
GitHub
github.com › microsoft › AirSim › issues › 104
bash on windows arm-none-eabi-gcc --version Exec format error · Issue #104 · microsoft/AirSim
March 13, 2017 - suggesting that arm-none-eabi-gcc is a 32 bit file, which is not compatible with bash on windows according to microsoft/WSL#390
Author   eiselesr