Which system do you use? Android, Ubuntu, OOWOW or others?
Android 11
Which version of system do you use? Khadas official images, self built images, or others?
self built images
Please describe your issue below:
I follow steps described in: VIM4 Build Android [Khadas Docs], but the calls to make
fail and should probably be updated
Post a console log of your issue below:
$ make distclean
build/make/core/main.mk:2: Calling make directly is no longer supported.
build/make/core/main.mk:3: Either use 'envsetup.sh; m' or 'build/soong/soong_ui.bash --make-mode'
build/make/core/main.mk:4: *** done. Stop.
$ make clean
build/make/core/main.mk:2: Calling make directly is no longer supported.
build/make/core/main.mk:3: Either use 'envsetup.sh; m' or 'build/soong/soong_ui.bash --make-mode'
build/make/core/main.mk:4: *** done. Stop.