Brenton Chapin (7 June 2018 18:30) wrote
> Tried to configure Linux kernel 2.6.26 on Lubuntu 18.04 with make 4.1 and gcc 
> 7.3.
> "make menuconfig" gives "No rule to make target menuconfig".
>
> With make 3.8 (Lubuntu 12.10), menuconfig works.
> With kernel 2.6.32 and make 4.1, menuconfig works.

You'll need to study the makefile in question to see why it fails; this
just looks like a bug in the makefile (that got away with working "by
mistake" before but no longer does).  Or supply the makefile(s) and
maybe someone on this list shall have the patience to work out what's
wrong.  It might be a bug but, without the specifics of what's supposed
to define the menuconfig rule, there's not much folk on this list can do
for you,

        Eddy.

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to