kernel compile message

Anatoly Pugachev matorola at gmail.com
Mon Oct 31 10:16:07 EDT 2022


On Mon, Oct 31, 2022 at 5:06 PM Anatoly Pugachev <matorola at gmail.com> wrote:
>
> got it again...
>

tracked it to

mator at ttip:~/linux-2.6$ rm include/config/auto.conf.cmd
mator at ttip:~/linux-2.6$ make V=1 include/config/auto.conf.cmd
: "  SYNC    include/config/auto.conf.cmd"
make -f ./Makefile syncconfig
make[1]: /bin/sh: Bad address
make -f ./scripts/Makefile.build obj=scripts/basic
make -f ./scripts/Makefile.build obj=scripts/kconfig syncconfig
scripts/kconfig/conf  --syncconfig Kconfig
make: 'include/config/auto.conf.cmd' is up to date.

trying "syncconfig":

mator at ttip:~/linux-2.6$ rm include/config/auto.conf.cmd
mator at ttip:~/linux-2.6$ make V=1 -f ./Makefile syncconfig
make -f ./scripts/Makefile.build obj=scripts/basic
make -f ./scripts/Makefile.build obj=scripts/kconfig syncconfig
scripts/kconfig/conf  --syncconfig Kconfig
mator at ttip:~/linux-2.6$

^^ no error...



More information about the Kernelnewbies mailing list