Skip to content
New issue

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

make menuconfig error #96

Open
vanbong opened this issue May 20, 2022 · 1 comment
Open

make menuconfig error #96

vanbong opened this issue May 20, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@vanbong
Copy link

vanbong commented May 20, 2022

bong@bong-IRH-Gaming:~/crazyflie-firmware$ make menuconfig
make[1]: Entering directory '/home/bong/crazyflie-firmware/build'
GEN ./Makefile
HOSTCC scripts/kconfig/mconf.o
: fatal error: curses.h: No such file or directory
compilation terminated.
make[2]: *** [scripts/Makefile.host:108: scripts/kconfig/mconf.o] Error 1
make[1]: *** [tools/kbuild/Makefile.kbuild:403: menuconfig] Error 2
make[1]: Leaving directory '/home/bong/crazyflie-firmware/build'
make: *** [tools/kbuild/Makefile.kbuild:150: sub-make] Error 2

what is problem for me?

@knmcguire knmcguire added the documentation Improvements or additions to documentation label May 23, 2022
@knmcguire
Copy link
Member

It seems that you need to install the curses library. The wifi example repo doc said:

First see the crazyflie-firmware repository documentation for more details on how to build and flash and checkout how to setup kbuild’s menuconfig.

and the kbuild menuconfig noted that should install:

sudo apt install build-essential libncurses5-dev

but perhaps this should have been noted more clearly... We will rewrite this a bit!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants