Arksine / katapult

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

Cannot make menuconfig #103

Closed Z035 closed 6 months ago

Z035 commented 6 months ago

Issue occured when trying to make menuconfig When running:

PS C:\Users\22547\Documents\Github\katapult> make -I menuconfig

Occurs the error:


There shouldn't be -z。
Makefile:139: out/board-link: No such file or directory
make: *** No rule to make target 'C:/Users/22547/Documents/Github/katapult/.config', needed by 'out/board-link'.  Stop.```
Arksine commented 6 months ago

Sorry, Katapult doesn't support building on Windows. It should build fine on WSL though.

Z035 commented 6 months ago

Got it thx!