MediaTek-Labs/linkit-smart-7688-feed

Issue in make menuconfig.

Closed this issue · 2 comments

I'm trying to build for LinkIt Smart 7688 Duo. I am following all necessary steps provided in this documentation. But I'm getting error in make menuconfig, error is as below,

$ make menuconfig
fatal: No tags can describe 'e6fbf31baae41b618ff333f3ae55ff032333bd6a'.
Try --always, or create some tags.
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'zlib'... ok.
Checking 'libssl'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'md5sum'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'svn'... ok.
Checking 'git'... failed.
Checking 'file'... ok.
Checking 'openssl'... ok.
Checking 'ldconfig-stub'... ok.

Build dependency: Please install Git (git-core) >= 1.6.5

/home/mitesh/linkit_smart/build_1/openwrt/include/prereq.mk:12: recipe for target 'prereq' failed
Prerequisite check failed. Use FORCE=1 to override.
/home/mitesh/linkit_smart/build_1/openwrt/include/toplevel.mk:140: recipe for target 'staging_dir/host/.prereq-build' failed
make: *** [staging_dir/host/.prereq-build] Error 1

But I have already installed git on host system

$ git --version
git version 2.17.1

May I know where am I doing wrong?

I managed to get a working version of development environment. Hope it helps.

https://github.com/pawisoon/LinkitSmart7688Duo

This error is due to I'm using obsoleted version of OpenWRT. Thank you for your support.