Arksine / katapult

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

Issue with make, and Error 127 #105

Closed Z035 closed 5 months ago

Z035 commented 5 months ago

When I run make, the error pop up:

phoebus@035:~/Documents/github/katapult$ make
  Creating symbolic link out/board
  Building out/autoconf.h
  Compiling out/src/sched.o
make: arm-none-eabi-gcc: No such file or directory
make: *** [Makefile:71: out/src/sched.o] Error 127

I tried to resolve the problem by first make clean then make. But the problem persists

Arksine commented 5 months ago

You don't have the build tools installed correctly. Katapult is derived from Klipper, so if you have Klipper installed on your machine you should be able to build Katapult.