I've met problems when I edit MakeFile, and the original code is as below:
TERMINAL :=terminator
debug:
$(UCOREIMG)
$(V)$(QEMU) -S -s -parallel stdio -hda $< -serial null &
$(V)sleep 2
$(V)$(TERMINAL) -e "cgdb -q -x ./tools/gdbinit"
And when I use the command"make debug", I was given:
/bin/sh: 1: terminator: not found
Makefile:221: recipe for target 'debug' failed
make: *** [debug] Error 127