zhemao / zhemao.github.com

Github pages page
http://zhemao.github.com
Other
4 stars 1 forks source link

Problem when Installing the Root Filesystem #31

Closed hohaidang closed 4 years ago

hohaidang commented 7 years ago

Hello zhemao, After I run make menuconfig -> save. I run make command to build. I hit a problem like this. I don't know why. I checked everything seem all right. In file included from ../ncurses/curses.priv.h:283:0, from ../ncurses/lib_gen.c:19: _11334.c:835:15: error: expected ‘)’ before ‘int’ ../include/curses.h:1594:56: note: in definition of macro ‘mouse_trafo’

define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen)

                                                    ^

Makefile:795: recipe for target '../obj_s/lib_gen.o' failed make[2]: [../obj_s/lib_gen.o] Error 1 make[2]: Waiting for unfinished jobs.... make[2]: Leaving directory '/home/hohaidang/Downloads/buildroot-2013.11/output/build/host-ncurses-5.9/ncurses' Makefile:307: recipe for target '../lib/libncurses.so' failed make[1]: [../lib/libncurses.so] Error 2 make[1]: Leaving directory '/home/hohaidang/Downloads/buildroot-2013.11/output/build/host-ncurses-5.9/progs' package/pkg-generic.mk:121: recipe for target '/home/hohaidang/Downloads/buildroot-2013.11/output/build/host-ncurses-5.9/.stamp_built' failed make: [/home/hohaidang/Downloads/buildroot-2013.11/output/build/host-ncurses-5.9/.stamp_built] Error 2