From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 07F22C433EF for ; Thu, 24 Feb 2022 13:28:51 +0000 (UTC) Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.94.2) (envelope-from ) id 1nNEAb-0000EW-BJ; Thu, 24 Feb 2022 08:28:33 -0500 Received: from mail-wr1-x430.google.com ([2a00:1450:4864:20::430]) by shelob.surriel.com with esmtps (TLS1.2) tls TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nNEAZ-0000EL-UP for kernelnewbies@kernelnewbies.org; Thu, 24 Feb 2022 08:28:32 -0500 Received: by mail-wr1-x430.google.com with SMTP id b5so2083222wrr.2 for ; Thu, 24 Feb 2022 05:28:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=r7utny2UYSf5RQjsYY2HecEEg4UFiYBwu5e/qc59JKI=; b=RlRQGobwumoYkxNO5CHeFuPpNsE240by+s6u1howq6e+dxskRkM5QTtzHsjIVZF7PJ 3S0m76hlLlL26E4h4uk1xzr1KnObBXEcT+0J4IZGRL49ql9m27BIh0imxbKcL3GpKCwj W6z5LbAvllbbVWuAegmLOHPjvscbx2UCCWahdmA/Vv+TS6RF9LaLVMnQwLo80KND2tmo D/RkZ7cEUnaChZmlA7DQgA58xuKTof53WHvTnAhwTg8SK1NVy/w4hLv31tfG6q9RQmvq sYZj4MESnruMF0pY7Gt89EgiGSMslluPXWx7PYaMgpfcu58b3R7qAhJ4ewO7CZWEA27j riHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=r7utny2UYSf5RQjsYY2HecEEg4UFiYBwu5e/qc59JKI=; b=oNnjaYU9Px40wPk/5wtZh22lnHfhZZtbe6bJ43S3QJpKDunLv7dzRel5X4UsWtfSRs f3O1QTn44Vn13Xs4lrbN8fwijVfzFEoa9MuZr4aN80cWokkx6RMWuXZKQY7S8g/SP5G4 ltoSqNzy/UteYA47R4wfHfsuHjxbHm2VwZf12OUiGCNuYRWakIY/9eyJY3srk43MQjju 76UGcwT4BaqDvfg0ym1quZ+6xMU7Bd7DzHCJe8jqrSfLStWsaDjGl9BxEPVp/VvuCaQu MiVLg/4xuJlzD0y9IjTlOaYVWOHa4mw30ME6n31tAo1l0F+jbJl2fkYXbWDHNFJnua4M JQLw== X-Gm-Message-State: AOAM532Cm2beZOPKscaOrxc+ahoaXJxBKJjB86A4FcBNURtZPOe/7PZO QDyL+LASPvdnfQR/Kh3VsYvcBPcF+maIBlXt7TsU7OobQ/Q= X-Google-Smtp-Source: ABdhPJwj/LjkbmfiSHUVikWkPeO3zq3mBA69oZso37klGbq8jcV15XzNMnsvKCQhQN/mAjQlHgqn0tFEyIMX/UH0nwE= X-Received: by 2002:adf:db84:0:b0:1ed:d428:a944 with SMTP id u4-20020adfdb84000000b001edd428a944mr2273725wri.359.1645709310313; Thu, 24 Feb 2022 05:28:30 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Constantine Shulyupin Date: Thu, 24 Feb 2022 15:28:19 +0200 Message-ID: Subject: Re: make menuconfig and make j$(nproc) throwing errors To: Aruna Hewapathirane Cc: Greg KH , kernelnewbies X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0267871715291669398==" Errors-To: kernelnewbies-bounces@kernelnewbies.org --===============0267871715291669398== Content-Type: multipart/alternative; boundary="000000000000d8491205d8c38e2d" --000000000000d8491205d8c38e2d Content-Type: text/plain; charset="UTF-8" You are welcome to use and update manual: https://en.wikibooks.org/wiki/The_Linux_Kernel/Updating On Thu, 24 Feb 2022 at 14:03, Aruna Hewapathirane < aruna.hewapathirane@gmail.com> wrote: > > >> > Greg, now make complains it requires 'flex' ? >> >> Yes, please install that. > > > Done and first compile went smooth took slightly over 40 minutes and below > is the second run... > > aruna@debian:/media/aruna/linux-next/home/linux-5.16.10$ time make > -j$(nproc) > DESCEND objtool > CALL scripts/atomic/check-atomics.sh > CALL scripts/checksyscalls.sh > CHK include/generated/compile.h > Kernel: arch/x86/boot/bzImage is ready (#1) > > real 0m20.783s [ pre-compiled kernel ] > user 0m54.987s > sys 0m12.117s > > Now I have to install and start praying :-) > > For anyone who may be interested I had to install these to get things > going: > build-essential > libncurses-dev > libssl-dev > bison > libelf-dev > flex > bc > > Make menuconfig still needs a fix :-( > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies@kernelnewbies.org > https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > -- Constantine Shulyupin --000000000000d8491205d8c38e2d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
You are welcome to use and update manual: https://en.wikibooks.or= g/wiki/The_Linux_Kernel/Updating

On Thu, 24 Feb 2022 at 14:03, Arun= a Hewapathirane <aruna.= hewapathirane@gmail.com> wrote:
<snip>
> Greg, now make complains it requires 'flex' ?

Yes, please install that.

Done a= nd first compile went smooth took slightly over 40 minutes and below is the= second run...

aruna@debian:/media/aruna/linu= x-next/home/linux-5.16.10$ time make -j$(nproc)
=C2=A0 DESCEND objtool=C2=A0 CALL =C2=A0 =C2=A0scripts/atomic/check-atomics.sh
=C2=A0 CALL = =C2=A0 =C2=A0scripts/checksyscalls.sh
=C2=A0 CHK =C2=A0 =C2=A0 include/g= enerated/compile.h
Kernel: arch/x86/boot/bzImage is ready =C2=A0(#1)
=
real 0m20.783s=C2=A0=C2=A0=C2=A0=C2=A0 [ pre-compiled kernel ]
user = 0m54.987s
sys 0m12.117s

Now I have to insta= ll and start praying :-)

For anyone who may=C2=A0 = be interested I had to install these to get things going:
build-e= ssential
libncurses-dev
libssl-dev
bison
libelf-dev
flex
= bc

Make menuconfig still needs a fix :-(
=

_______________________________________________
Kernelnewbies mailing list
Kernel= newbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailma= n/listinfo/kernelnewbies


--
Constantine Shulyupin
--000000000000d8491205d8c38e2d-- --===============0267871715291669398== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies --===============0267871715291669398==--