kernel compile message
Anatoly Pugachev
matorola at gmail.com
Mon Oct 31 10:06:40 EDT 2022
got it again...
mator at ttip:~/linux-2.6$ make V=1 -j olddefconfig; nice make -j20 &&
nice make -j20 modules
make -f ./scripts/Makefile.build obj=scripts/basic
make -f ./scripts/Makefile.build obj=scripts/kconfig olddefconfig
scripts/kconfig/conf --olddefconfig Kconfig
#
# No change to .config
#
SYNC include/config/auto.conf.cmd
make[1]: /bin/sh: Bad address
^Cmake: *** [include/config/auto.conf.cmd] Deleting file
'include/generated/rustc_cfg'
make: *** [include/config/auto.conf.cmd] Deleting file
'include/generated/autoconf.h'
make[2]: *** [scripts/kconfig/Makefile:77: syncconfig] Interrupt
make[1]: *** [Makefile:697: syncconfig] Interrupt
make: *** [Makefile:798: include/config/auto.conf.cmd] Interrupt
mator at ttip:~/linux-2.6$ make V=1 -j olddefconfig
make -f ./scripts/Makefile.build obj=scripts/basic
make -f ./scripts/Makefile.build obj=scripts/kconfig olddefconfig
scripts/kconfig/conf --olddefconfig Kconfig
#
# No change to .config
#
so it's only seen when/after "SYNC include/config/auto.conf.cmd" ...
but I don't have this file... How do I enable SYNC config on make ?
And V=1 does not help...
More information about the Kernelnewbies
mailing list