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

tracked it to

mator@ttip:~/linux-2.6$ rm include/config/auto.conf.cmd
mator@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@ttip:~/linux-2.6$ rm include/config/auto.conf.cmd
mator@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@ttip:~/linux-2.6$

^^ no error...

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to