Arksine / katapult

Configurable bootloader for Klipper
GNU General Public License v3.0
390 stars 67 forks source link

Error 127 #97

Open stefanpieter opened 7 months ago

stefanpieter commented 7 months ago

Hello :-)

I am getting an error when trying to make with an error 127.

Details: Latest git clone https://github.com/Arksine/katapult Using Raspberry Pi Zero W (32bit) OS: Rasperry Pi OS (VERSION="11 (bullseye)")

pi@sauna:~/katapult $ make menuconfig Loaded configuration '/home/pi/katapult/.config' No changes to save (for '/home/pi/katapult/.config') pi@sauna:~/katapult $ make Compiling out/src/sched.o make: arm-none-eabi-gcc: No such file or directory make: *** [Makefile:71: out/src/sched.o] Error 127

Arksine commented 7 months ago

Try running make clean first.