We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have clone repo using git clone and run make menuconfig Following error found on screen
No .config file found, run make menuconfig *** kconfig-frontends is not installed No .config file found, run make menuconfig Source code: https://github.com/jameswalmsley/kconfig-frontends (supported) Source code: http://ymorin.is-a-geek.org/projects/kconfig-frontends (original) MAC OSX : brew tap PX4/homebrew-px4 MAC OSX : brew update MAC OSX : brew install kconfig-frontends /home/punit/bitthunder/.dbuild/dbuild.mk:174: recipe for target 'menuconfig' failed make: *** [menuconfig] Error 1
Source code: https://github.com/jameswalmsley/kconfig-frontends (supported) Source code: http://ymorin.is-a-geek.org/projects/kconfig-frontends (original) MAC OSX : brew tap PX4/homebrew-px4 MAC OSX : brew update MAC OSX : brew install kconfig-frontends /home/punit/bitthunder/.dbuild/dbuild.mk:174: recipe for target 'menuconfig' failed make: *** [menuconfig] Error 1
The text was updated successfully, but these errors were encountered:
In the latest master branch I have solved this problem by shipping a pre-compiled binary in the source tree.
This works for linux x86_64, OSX and Win32. I will also add a binary for linux i386 also.
Sorry if this was too late for you.
Sorry, something went wrong.
No branches or pull requests
I have clone repo using git clone and run make menuconfig
Following error found on screen
The text was updated successfully, but these errors were encountered: