Skip to content

Instantly share code, notes, and snippets.

@advancedwebdeveloper
Created January 7, 2021 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save advancedwebdeveloper/fabce3284423d0b9ad2ebe584d0b7d55 to your computer and use it in GitHub Desktop.
Save advancedwebdeveloper/fabce3284423d0b9ad2ebe584d0b7d55 to your computer and use it in GitHub Desktop.
oceanfish81@oceanfish81-A8He:~/Desktop/openwrt$ make menuconfig
Collecting package info: done
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
oceanfish81@oceanfish81-A8He:~/Desktop/openwrt$ make defconfig
#
# No change to .config
#
oceanfish81@oceanfish81-A8He:~/Desktop/openwrt$ make --trace
/home/oceanfish81/Desktop/openwrt/include/toplevel.mk:232: target 'world' does not exist
OPENWRT_BUILD= QUIET=0 make V=s -r -s prereq
/home/oceanfish81/Desktop/openwrt/include/toplevel.mk:81: update target 'prepare-tmpinfo' due to: FORCE
make -r -s staging_dir/host/.prereq-build OPENWRT_BUILD= QUIET=0
mkdir -p tmp/info
export MAKEFLAGS= ;make V=s -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPTH=5 SCAN_EXTRA=""
export MAKEFLAGS= ;make V=s -j1 -r -s -f include/scan.mk SCAN_TARGET="targetinfo" SCAN_DIR="target/linux" SCAN_NAME="target" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
for type in package target; do \
f=tmp/.${type}info; t=tmp/.config-${type}.in; \
[ "$t" -nt "$f" ] || ./scripts/${type}-metadata.pl config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
done
[ tmp/.config-feeds.in -nt tmp/.packageauxvars ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
./scripts/package-metadata.pl mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
./scripts/package-metadata.pl pkgaux tmp/.packageinfo > tmp/.packageauxvars || { rm -f tmp/.packageauxvars; false; }
./scripts/package-metadata.pl usergroup tmp/.packageinfo > tmp/.packageusergroup || { rm -f tmp/.packageusergroup; false; }
touch /home/oceanfish81/Desktop/openwrt/tmp/.build
/home/oceanfish81/Desktop/openwrt/include/toplevel.mk:96: update target '.config' due to: prepare-tmpinfo
if [ \! -e .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \
[ -e /home/oceanfish81/.openwrt/defconfig ] && cp /home/oceanfish81/.openwrt/defconfig .config; \
export MAKEFLAGS= ;make V=s menuconfig OPENWRT_BUILD= QUIET=0; \
fi
/home/oceanfish81/Desktop/openwrt/include/toplevel.mk:212: update target 'prereq' due to: prepare-tmpinfo .config
make V=s -r -s prereq
target/Makefile:17: update target '/home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_prereq' due to: /home/oceanfish81/Desktop/openwrt/tmp/.build .config
/home/oceanfish81/Desktop/openwrt/scripts/timestamp.pl -n /home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_prereq target .config || make --no-print-directory target/prereq
target/Makefile:23: target 'target/linux/prereq' does not exist
/home/oceanfish81/Desktop/openwrt/scripts/time.pl "time: target/linux/prereq" make -w -r -C target/linux BUILD_SUBDIR="target/linux" BUILD_VARIANT="" prereq || ( printf "%s\n" " ERROR: target/linux failed to build."; exit 1;)
Makefile:13: update target 'prereq' due to: FORCE
make V=s -C x86 prereq
Makefile:24: target 'image-prereq' does not exist
make V=s -s -C image prereq TARGET_BUILD=
/home/oceanfish81/Desktop/openwrt/target/linux/x86/Makefile:26: update target 'prereq-mkisofs' due to: FORCE
printf "Checking 'mkisofs'... "
Checking 'mkisofs'... if make V=s -f Makefile check-mkisofs >/dev/null 2>/dev/null; then echo 'ok.'; else echo 'failed.'; echo ": Please install mkisofs." >> /home/oceanfish81/Desktop/openwrt/tmp/.prereq-error; fi
ok.
/home/oceanfish81/Desktop/openwrt/include/prereq.mk:12: update target 'prereq' due to: prereq-mkisofs
if [ -f /home/oceanfish81/Desktop/openwrt/tmp/.prereq-error ]; then \
echo; \
cat /home/oceanfish81/Desktop/openwrt/tmp/.prereq-error; \
rm -f /home/oceanfish81/Desktop/openwrt/tmp/.prereq-error; \
echo; \
false; \
fi
Makefile:26: update target 'prereq-mkisofs' due to: FORCE
printf "Checking 'mkisofs'... "
Checking 'mkisofs'... if make V=s -f Makefile check-mkisofs >/dev/null 2>/dev/null; then echo 'ok.'; else echo 'failed.'; echo ": Please install mkisofs." >> /home/oceanfish81/Desktop/openwrt/tmp/.prereq-error; fi
ok.
/home/oceanfish81/Desktop/openwrt/include/prereq.mk:12: update target 'prereq' due to: image-prereq prereq-mkisofs
if [ -f /home/oceanfish81/Desktop/openwrt/tmp/.prereq-error ]; then \
echo; \
cat /home/oceanfish81/Desktop/openwrt/tmp/.prereq-error; \
rm -f /home/oceanfish81/Desktop/openwrt/tmp/.prereq-error; \
echo; \
false; \
fi
time: target/linux/prereq#0.46#0.30#1.29
mkdir -p $(dirname /home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_prereq)
touch /home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_prereq
Makefile:76: update target 'tmp/.prereq_packages' due to: .config
unset ERROR; \
for package in feeds/packages/perl; do \
export MAKEFLAGS= ;make V=s -s -r -C package/$package prereq || ERROR=1; \
done; \
if [ -n "$ERROR" ]; then \
echo "Package prerequisite check failed."; \
false; \
fi
Checking 'rsync'... ok.
touch tmp/.prereq_packages
Makefile:89: update target 'prereq' due to: /home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_prereq tmp/.prereq_packages
if [ ! -f "/home/oceanfish81/Desktop/openwrt/include/site/x86_64" ]; then \
echo 'ERROR: Missing site config for architecture "x86_64" !'; \
echo ' The missing file will cause configure scripts to fail during compilation.'; \
echo ' Please provide a "/home/oceanfish81/Desktop/openwrt/include/site/x86_64" file and restart the build.'; \
exit 1; \
fi
( \
cp .config tmp/.config; \
./scripts/config/conf --defconfig=tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \
if ./scripts/kconfig.pl '>' .config tmp/.config | grep -q CONFIG; then \
printf "\\033[31mWARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!\\033[m\n" >&2; \
fi \
)
_limit=`ulimit -n`; [ "$_limit" = "unlimited" -o "$_limit" -ge 1024 ] || ulimit -n 1024; umask 022; cmd() { >/dev/null 2>&1 make -s "$@" < /dev/null || { echo "make $*: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on"; false; } } 8>&1 9>&2; cmd -r world
make[1] world
make[2] tools/compile
make[3] -C tools/flock compile
make[3] -C tools/xz compile
make[3] -C tools/sed compile
make[3] -C tools/tar compile
make[3] -C tools/patch compile
make[3] -C tools/pkgconf compile
make[3] -C tools/libressl compile
make[3] -C tools/cmake compile
make[3] -C tools/zstd compile
make[3] -C tools/ccache compile
make[3] -C tools/m4 compile
make[3] -C tools/autoconf compile
make[3] -C tools/autoconf-archive compile
make[3] -C tools/automake compile
make[3] -C tools/missing-macros compile
make[3] -C tools/libtool compile
make[3] -C tools/flex compile
make[3] -C tools/bison compile
make[3] -C tools/bc compile
make[3] -C tools/dosfstools compile
make[3] -C tools/e2fsprogs compile
make[3] -C tools/fakeroot compile
make[3] -C tools/findutils compile
make[3] -C tools/zlib compile
make[3] -C tools/firmware-utils compile
make[3] -C tools/gengetopt compile
make[3] -C tools/lzma compile
make[3] -C tools/make-ext4fs compile
make[3] -C tools/mkimage compile
make[3] -C tools/mklibs compile
make[3] -C tools/mm-macros compile
make[3] -C tools/mtd-utils compile
make[3] -C tools/mtools compile
make[3] -C tools/padjffs2 compile
make[3] -C tools/patch-image compile
make[3] -C tools/patchelf compile
make[3] -C tools/quilt compile
make[3] -C tools/squashfskit4 compile
make[3] -C tools/sstrip compile
make[3] -C tools/zip compile
make[3] -C tools/b43-tools compile
make[3] -C tools/expat compile
make[3] -C tools/gmp compile
make[3] -C tools/libelf compile
make[3] -C tools/mpfr compile
make[3] -C tools/mpc compile
make[3] -C tools/qemu compile
make[2] toolchain/compile
make[3] -C toolchain/gdb compile
make[3] -C toolchain/binutils compile
make[3] -C toolchain/gcc/initial compile
make[3] -C toolchain/kernel-headers compile
make[3] -C toolchain/musl compile
make[3] -C toolchain/gcc/final compile
make[3] -C toolchain/fortify-headers compile
make[3] -C toolchain/nasm compile
make[2] target/compile
make[3] -C target/linux compile
ERROR: target/linux failed to build.
make -r world: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on
/home/oceanfish81/Desktop/openwrt/include/toplevel.mk:232: recipe for target 'world' failed
make: *** [world] Error 1
oceanfish81@oceanfish81-A8He:~/Desktop/openwrt$ make --trace -j1 V=sc
/home/oceanfish81/Desktop/openwrt/include/toplevel.mk:232: target 'world' does not exist
OPENWRT_BUILD= QUIET=0 make V=ssc -r -s prereq
/home/oceanfish81/Desktop/openwrt/include/toplevel.mk:81: update target 'prepare-tmpinfo' due to: FORCE
make -r -s staging_dir/host/.prereq-build OPENWRT_BUILD= QUIET=0
mkdir -p tmp/info
export MAKEFLAGS= ;make V=ssc -j1 -r -s -f include/scan.mk SCAN_TARGET="packageinfo" SCAN_DIR="package" SCAN_NAME="package" SCAN_DEPTH=5 SCAN_EXTRA=""
export MAKEFLAGS= ;make V=ssc -j1 -r -s -f include/scan.mk SCAN_TARGET="targetinfo" SCAN_DIR="target/linux" SCAN_NAME="target" SCAN_DEPTH=2 SCAN_EXTRA="" SCAN_MAKEOPTS="TARGET_BUILD=1"
for type in package target; do \
f=tmp/.${type}info; t=tmp/.config-${type}.in; \
[ "$t" -nt "$f" ] || ./scripts/${type}-metadata.pl config "$f" > "$t" || { rm -f "$t"; echo "Failed to build $t"; false; break; }; \
done
[ tmp/.config-feeds.in -nt tmp/.packageauxvars ] || ./scripts/feeds feed_config > tmp/.config-feeds.in
./scripts/package-metadata.pl mk tmp/.packageinfo > tmp/.packagedeps || { rm -f tmp/.packagedeps; false; }
./scripts/package-metadata.pl pkgaux tmp/.packageinfo > tmp/.packageauxvars || { rm -f tmp/.packageauxvars; false; }
./scripts/package-metadata.pl usergroup tmp/.packageinfo > tmp/.packageusergroup || { rm -f tmp/.packageusergroup; false; }
touch /home/oceanfish81/Desktop/openwrt/tmp/.build
/home/oceanfish81/Desktop/openwrt/include/toplevel.mk:96: update target '.config' due to: prepare-tmpinfo
if [ \! -e .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \
[ -e /home/oceanfish81/.openwrt/defconfig ] && cp /home/oceanfish81/.openwrt/defconfig .config; \
export MAKEFLAGS= ;make V=ssc menuconfig OPENWRT_BUILD= QUIET=0; \
fi
/home/oceanfish81/Desktop/openwrt/include/toplevel.mk:212: update target 'prereq' due to: prepare-tmpinfo .config
make V=ssc -r -s prereq
target/Makefile:17: update target '/home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_prereq' due to: /home/oceanfish81/Desktop/openwrt/tmp/.build
/home/oceanfish81/Desktop/openwrt/scripts/timestamp.pl -n /home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_prereq target .config || make --no-print-directory target/prereq
mkdir -p $(dirname /home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_prereq)
touch /home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_prereq
Makefile:89: update target 'prereq' due to: /home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_prereq tmp/.prereq_packages
if [ ! -f "/home/oceanfish81/Desktop/openwrt/include/site/x86_64" ]; then \
echo 'ERROR: Missing site config for architecture "x86_64" !'; \
echo ' The missing file will cause configure scripts to fail during compilation.'; \
echo ' Please provide a "/home/oceanfish81/Desktop/openwrt/include/site/x86_64" file and restart the build.'; \
exit 1; \
fi
( \
cp .config tmp/.config; \
./scripts/config/conf --defconfig=tmp/.config -w tmp/.config Config.in > /dev/null 2>&1; \
if ./scripts/kconfig.pl '>' .config tmp/.config | grep -q CONFIG; then \
printf "\\033[31mWARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig!\\033[m\n" >&2; \
fi \
)
_limit=`ulimit -n`; [ "$_limit" = "unlimited" -o "$_limit" -ge 1024 ] || ulimit -n 1024; umask 022; make -w -r world
make[1]: Entering directory '/home/oceanfish81/Desktop/openwrt'
tools/Makefile:156: update target '/home/oceanfish81/Desktop/openwrt/staging_dir/host/stamp/.tools_compile_yyyyyynnyyyynyyyyyynyynnyyyynyyyyyyyyyyyyyyyyynynnyyyyyyy' due to: /home/oceanfish81/Desktop/openwrt/tmp/.build
/home/oceanfish81/Desktop/openwrt/scripts/timestamp.pl -n /home/oceanfish81/Desktop/openwrt/staging_dir/host/stamp/.tools_compile_yyyyyynnyyyynyyyyyynyynnyyyynyyyyyyyyyyyyyyyyynynnyyyyyyy tools || make tools/compile
mkdir -p $(dirname /home/oceanfish81/Desktop/openwrt/staging_dir/host/stamp/.tools_compile_yyyyyynnyyyynyyyyyynyynnyyyynyyyyyyyyyyyyyyyyynynnyyyyyyy)
touch /home/oceanfish81/Desktop/openwrt/staging_dir/host/stamp/.tools_compile_yyyyyynnyyyynyyyyyynyynnyyyynyyyyyyyyyyyyyyyyynynnyyyyyyy
toolchain/Makefile:93: update target '/home/oceanfish81/Desktop/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/stamp/.toolchain_compile' due to: /home/oceanfish81/Desktop/openwrt/tmp/.build /home/oceanfish81/Desktop/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/stamp/.gcc-initial_installed /home/oceanfish81/Desktop/openwrt/staging_dir/host/stamp/.tools_compile_yyyyyynnyyyynyyyyyynyynnyyyynyyyyyyyyyyyyyyyyynynnyyyyyyy
/home/oceanfish81/Desktop/openwrt/scripts/timestamp.pl -n /home/oceanfish81/Desktop/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/stamp/.toolchain_compile toolchain /home/oceanfish81/Desktop/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/stamp/.gcc-initial_installed || make toolchain/compile
mkdir -p $(dirname /home/oceanfish81/Desktop/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/stamp/.toolchain_compile)
touch /home/oceanfish81/Desktop/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/stamp/.toolchain_compile
target/Makefile:18: update target '/home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_compile' due to: /home/oceanfish81/Desktop/openwrt/tmp/.build /home/oceanfish81/Desktop/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/stamp/.toolchain_compile /home/oceanfish81/Desktop/openwrt/staging_dir/host/stamp/.tools_compile_yyyyyynnyyyynyyyyyynyynnyyyynyyyyyyyyyyyyyyyyynynnyyyyyyy /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/.prepared
/home/oceanfish81/Desktop/openwrt/scripts/timestamp.pl -n /home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_compile target /home/oceanfish81/Desktop/openwrt/tmp/.build || make target/compile
make[2]: Entering directory '/home/oceanfish81/Desktop/openwrt'
target/Makefile:23: target 'target/linux/compile' does not exist
/home/oceanfish81/Desktop/openwrt/scripts/time.pl "time: target/linux/compile" make -w -r -C target/linux BUILD_SUBDIR="target/linux" BUILD_VARIANT="" compile || ( printf "%s\n" " ERROR: target/linux failed to build."; exit 1;)
make[3]: Entering directory '/home/oceanfish81/Desktop/openwrt/target/linux'
Makefile:13: update target 'compile' due to: FORCE
make V=ssc -C x86 compile
make[4]: Entering directory '/home/oceanfish81/Desktop/openwrt/target/linux/x86'
Makefile:24: target '/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.prepared_02a28b551202fae9eb4675093d168ffc_check' does not exist
find /home/oceanfish81/Desktop/openwrt/target/linux/generic/backport-5.4 /home/oceanfish81/Desktop/openwrt/target/linux/generic/pending-5.4 /home/oceanfish81/Desktop/openwrt/target/linux/generic/hack-5.4 /home/oceanfish81/Desktop/openwrt/target/linux/x86/patches-5.4 -type f -and -not -path "*/.svn*" -and -not -path ".*" -and -not -path "*:*" -and -not -path "*\!*" -and -not -path "* *" -and -not -path "*\#*" -and -not -path "*/.*_check" -and -not -path "*/.*.swp" -and -not -path "*/.pkgdir*" -and -not -path "*/.dep_*" -printf "%p%T@\n" | sort | mkhash md5 > /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.dep_files.1; { [ \! -f "/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.dep_files" ] || diff /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.dep_files /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.dep_files.1 >/dev/null; } && { [ -f "/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.prepared_02a28b551202fae9eb4675093d168ffc_check.1" ] && mv "/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.prepared_02a28b551202fae9eb4675093d168ffc_check.1"; /home/oceanfish81/Desktop/openwrt/scripts/timestamp.pl -x "*/.svn*" -x ".*" -x "*:*" -x "*\!*" -x "* *" -x "*\#*" -x "*/.*_check" -x "*/.*.swp" -x "*/.pkgdir*" -x "*/.dep_*" -n /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.prepared_02a28b551202fae9eb4675093d168ffc /home/oceanfish81/Desktop/openwrt/target/linux/generic/backport-5.4 /home/oceanfish81/Desktop/openwrt/target/linux/generic/pending-5.4 /home/oceanfish81/Desktop/openwrt/target/linux/generic/hack-5.4 /home/oceanfish81/Desktop/openwrt/target/linux/x86/patches-5.4 "/home/oceanfish81/Desktop/openwrt/target/linux/generic/files" && { touch -r "/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.prepared_02a28b551202fae9eb4675093d168ffc" "/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.prepared_02a28b551202fae9eb4675093d168ffc_check"; } } || { touch "/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.prepared_02a28b551202fae9eb4675093d168ffc_check"; }
mv /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.dep_files.1 /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.dep_files
Makefile:24: update target '/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.configured' due to: FORCE
rm -f /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/localversion
/home/oceanfish81/Desktop/openwrt/scripts/kconfig.pl + + /home/oceanfish81/Desktop/openwrt/target/linux/generic/config-5.4 /home/oceanfish81/Desktop/openwrt/target/linux/x86/config-5.4 /home/oceanfish81/Desktop/openwrt/target/linux/x86/64/config-5.4 > /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.target
awk '/^(#[[:space:]]+)?CONFIG_KERNEL/{sub("CONFIG_KERNEL_","CONFIG_");print}' /home/oceanfish81/Desktop/openwrt/.config >> /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.target
echo "# CONFIG_KALLSYMS_EXTRA_PASS is not set" >> /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.target
echo "# CONFIG_KALLSYMS_ALL is not set" >> /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.target
echo "CONFIG_KALLSYMS_UNCOMPRESSED=y" >> /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.target
/home/oceanfish81/Desktop/openwrt/scripts/package-metadata.pl kconfig /home/oceanfish81/Desktop/openwrt/tmp/.packageinfo /home/oceanfish81/Desktop/openwrt/.config 5.4 > /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.override
/home/oceanfish81/Desktop/openwrt/scripts/kconfig.pl 'm+' '+' /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.target /dev/null /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.override > /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.set
mv /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.set /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.old
grep -v INITRAMFS /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.old > /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.set
echo 'CONFIG_INITRAMFS_SOURCE=""' >> /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.set
echo '# CONFIG_INITRAMFS_FORCE is not set' >> /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.set
rm -rf /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/modules
cmp -s /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.set /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.prev || { cp /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.set /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config; cp /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.set /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.prev; }
export MAKEFLAGS= ; [ -d /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/user_headers ] || make -C /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86 KCFLAGS="-fmacro-prefix-map=/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl=target-x86_64_musl" HOSTCFLAGS="-O2 -I/home/oceanfish81/Desktop/openwrt/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="x86_64-openwrt-linux-musl-" ARCH="x86" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="" KBUILD_BUILD_HOST="" KBUILD_BUILD_TIMESTAMP="Wed Jan 6 22:53:25 2021" KBUILD_BUILD_VERSION="0" HOST_LOADLIBES="-L/home/oceanfish81/Desktop/openwrt/staging_dir/host/lib" KBUILD_HOSTLDLIBS="-L/home/oceanfish81/Desktop/openwrt/staging_dir/host/lib" CONFIG_SHELL="bash" V=1 cmd_syscalls= KERNELRELEASE=5.4.86 CC="x86_64-openwrt-linux-musl-gcc" INSTALL_HDR_PATH=/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/user_headers headers_install
grep '=[ym]' /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config.set | LC_ALL=C sort | mkhash md5 > /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.vermagic
touch /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.configured
Makefile:24: update target '/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.modules' due to: /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.configured /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.config FORCE
rm -f /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/vmlinux /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/System.map
make -C /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86 KCFLAGS="-fmacro-prefix-map=/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl=target-x86_64_musl" HOSTCFLAGS="-O2 -I/home/oceanfish81/Desktop/openwrt/staging_dir/host/include -Wall -Wmissing-prototypes -Wstrict-prototypes" CROSS_COMPILE="x86_64-openwrt-linux-musl-" ARCH="x86" KBUILD_HAVE_NLS=no KBUILD_BUILD_USER="" KBUILD_BUILD_HOST="" KBUILD_BUILD_TIMESTAMP="Wed Jan 6 22:53:25 2021" KBUILD_BUILD_VERSION="0" HOST_LOADLIBES="-L/home/oceanfish81/Desktop/openwrt/staging_dir/host/lib" KBUILD_HOSTLDLIBS="-L/home/oceanfish81/Desktop/openwrt/staging_dir/host/lib" CONFIG_SHELL="bash" V=1 cmd_syscalls= KERNELRELEASE=5.4.86 CC="x86_64-openwrt-linux-musl-gcc" modules
make[5]: Entering directory '/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86'
arch/x86/Makefile:238: target 'archheaders' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/entry/syscalls all
arch/x86/entry/syscalls/Makefile:70: update target 'all' due to: arch/x86/include/generated/asm/syscalls_32.h arch/x86/include/generated/asm/unistd_32_ia32.h arch/x86/include/generated/asm/unistd_64_x32.h arch/x86/include/generated/asm/syscalls_64.h arch/x86/include/generated/asm/xen-hypercalls.h arch/x86/include/generated/uapi/asm/unistd_32.h arch/x86/include/generated/uapi/asm/unistd_64.h arch/x86/include/generated/uapi/asm/unistd_x32.h
:
Makefile:523: target 'scripts_basic' does not exist
make -f ./scripts/Makefile.build obj=scripts/basic
scripts/Makefile.host:107: target 'scripts/basic/fixdep' does not exist
:
scripts/Makefile.build:487: update target '__build' due to: scripts/basic/fixdep
:
rm -f .tmp_quiet_recordmcount
arch/x86/Makefile:232: update target 'archscripts' due to: scripts_basic
make -f ./scripts/Makefile.build obj=arch/x86/tools relocs
scripts/Makefile.host:124: target 'arch/x86/tools/relocs_32.o' does not exist
:
scripts/Makefile.host:124: target 'arch/x86/tools/relocs_64.o' does not exist
:
scripts/Makefile.host:124: target 'arch/x86/tools/relocs_common.o' does not exist
:
scripts/Makefile.host:116: target 'arch/x86/tools/relocs' does not exist
:
arch/x86/tools/Makefile:46: update target 'relocs' due to: arch/x86/tools/relocs
:
Makefile:1292: update target 'scripts_dtc' due to: scripts_basic
make -f ./scripts/Makefile.build obj=scripts/dtc
scripts/Makefile.build:487: target '__build' does not exist
:
Makefile:1126: update target 'scripts' due to: scripts_basic scripts_dtc
make -f ./scripts/Makefile.build obj=scripts
scripts/Makefile.host:107: target 'scripts/kallsyms' does not exist
:
scripts/Makefile.host:107: target 'scripts/conmakehash' does not exist
:
scripts/Makefile.host:107: target 'scripts/sortextable' does not exist
:
scripts/Makefile.build:487: update target '__build' due to: scripts/kallsyms scripts/conmakehash scripts/sortextable
:
Makefile:1119: target 'include/config/kernel.release' does not exist
set -e; mkdir -p include/config/; trap "rm -f include/config/.kernel.release.tmp" EXIT; { echo "5.4.86$(bash ./scripts/setlocalversion .)"; } > include/config/.kernel.release.tmp; if [ ! -r include/config/kernel.release ] || ! cmp -s include/config/kernel.release include/config/.kernel.release.tmp; then : ' UPD include/config/kernel.release'; mv -f include/config/.kernel.release.tmp include/config/kernel.release; fi
Makefile:1154: target 'uapi-asm-generic' does not exist
make -f ./scripts/Makefile.asm-generic obj=arch/x86/include/generated/uapi/asm \
generic=include/uapi/asm-generic
scripts/Makefile.asm-generic:46: update target 'all' due to: arch/x86/include/generated/uapi/asm/bpf_perf_event.h arch/x86/include/generated/uapi/asm/errno.h arch/x86/include/generated/uapi/asm/fcntl.h arch/x86/include/generated/uapi/asm/ioctl.h arch/x86/include/generated/uapi/asm/ioctls.h arch/x86/include/generated/uapi/asm/ipcbuf.h arch/x86/include/generated/uapi/asm/param.h arch/x86/include/generated/uapi/asm/poll.h arch/x86/include/generated/uapi/asm/resource.h arch/x86/include/generated/uapi/asm/socket.h arch/x86/include/generated/uapi/asm/sockios.h arch/x86/include/generated/uapi/asm/termbits.h arch/x86/include/generated/uapi/asm/termios.h arch/x86/include/generated/uapi/asm/types.h
:
Makefile:1151: update target 'asm-generic' due to: uapi-asm-generic
make -f ./scripts/Makefile.asm-generic obj=arch/x86/include/generated/asm \
generic=include/asm-generic
scripts/Makefile.asm-generic:46: update target 'all' due to: arch/x86/include/generated/asm/dma-contiguous.h arch/x86/include/generated/asm/early_ioremap.h arch/x86/include/generated/asm/export.h arch/x86/include/generated/asm/mcs_spinlock.h arch/x86/include/generated/asm/mm-arch-hooks.h arch/x86/include/generated/asm/mmiowb.h
:
Makefile:1190: target 'include/generated/uapi/linux/version.h' does not exist
set -e; mkdir -p include/generated/uapi/linux/; trap "rm -f include/generated/uapi/linux/.version.h.tmp" EXIT; { echo \#define LINUX_VERSION_CODE 328790; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))'; } > include/generated/uapi/linux/.version.h.tmp; if [ ! -r include/generated/uapi/linux/version.h ] || ! cmp -s include/generated/uapi/linux/version.h include/generated/uapi/linux/.version.h.tmp; then : ' UPD include/generated/uapi/linux/version.h'; mv -f include/generated/uapi/linux/.version.h.tmp include/generated/uapi/linux/version.h; fi
rm -f include/linux/version.h
Makefile:1194: target 'include/generated/utsrelease.h' does not exist
set -e; mkdir -p include/generated/; trap "rm -f include/generated/.utsrelease.h.tmp" EXIT; { if [ `echo -n "5.4.86" | wc -c ` -gt 64 ]; then echo '"5.4.86" exceeds 64 characters' >&2; exit 1; fi; echo \#define UTS_RELEASE \"5.4.86\"; } > include/generated/.utsrelease.h.tmp; if [ ! -r include/generated/utsrelease.h ] || ! cmp -s include/generated/utsrelease.h include/generated/.utsrelease.h.tmp; then : ' UPD include/generated/utsrelease.h'; mv -f include/generated/.utsrelease.h.tmp include/generated/utsrelease.h; fi
Makefile:1140: update target 'prepare0' due to: archprepare
make -f ./scripts/Makefile.build obj=scripts/mod
scripts/Makefile.build:261: target 'scripts/mod/empty.o' does not exist
set -e;
:
scripts/Makefile.host:107: target 'scripts/mod/mk_elfconfig' does not exist
:
scripts/mod/Makefile:25: target 'scripts/mod/elfconfig.h' does not exist
:
scripts/Makefile.host:124: target 'scripts/mod/modpost.o' does not exist
:
scripts/Makefile.build:99: target 'scripts/mod/devicetable-offsets.s' does not exist
:
scripts/mod/Makefile:12: target 'scripts/mod/devicetable-offsets.h' does not exist
set -e; mkdir -p scripts/mod/; trap "rm -f scripts/mod/.devicetable-offsets.h.tmp" EXIT; { echo "#ifndef __DEVICETABLE_OFFSETS_H__"; echo "#define __DEVICETABLE_OFFSETS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by Kbuild"; echo " */"; echo ""; sed -ne 's:^[[:space:]]*\.ascii[[:space:]]*"\(.*\)".*:\1:; /^->/{s:->#\(.*\):/* \1 */:; s:^->\([^ ]*\) [\$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; s:->::; p;}' < scripts/mod/devicetable-offsets.s; echo ""; echo "#endif"; } > scripts/mod/.devicetable-offsets.h.tmp; if [ ! -r scripts/mod/devicetable-offsets.h ] || ! cmp -s scripts/mod/devicetable-offsets.h scripts/mod/.devicetable-offsets.h.tmp; then : ' UPD scripts/mod/devicetable-offsets.h'; mv -f scripts/mod/.devicetable-offsets.h.tmp scripts/mod/devicetable-offsets.h; fi
scripts/Makefile.host:124: target 'scripts/mod/file2alias.o' does not exist
:
scripts/Makefile.host:124: target 'scripts/mod/sumversion.o' does not exist
:
scripts/Makefile.host:116: target 'scripts/mod/modpost' does not exist
:
scripts/Makefile.build:487: update target '__build' due to: scripts/mod/modpost scripts/mod/mk_elfconfig scripts/mod/empty.o
:
make -f ./scripts/Makefile.build obj=.
scripts/Makefile.build:99: target 'kernel/bounds.s' does not exist
:
Kbuild:14: target 'include/generated/bounds.h' does not exist
set -e; mkdir -p include/generated/; trap "rm -f include/generated/.bounds.h.tmp" EXIT; { echo "#ifndef __LINUX_BOUNDS_H__"; echo "#define __LINUX_BOUNDS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by Kbuild"; echo " */"; echo ""; sed -ne 's:^[[:space:]]*\.ascii[[:space:]]*"\(.*\)".*:\1:; /^->/{s:->#\(.*\):/* \1 */:; s:^->\([^ ]*\) [\$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; s:->::; p;}' < kernel/bounds.s; echo ""; echo "#endif"; } > include/generated/.bounds.h.tmp; if [ ! -r include/generated/bounds.h ] || ! cmp -s include/generated/bounds.h include/generated/.bounds.h.tmp; then : ' UPD include/generated/bounds.h'; mv -f include/generated/.bounds.h.tmp include/generated/bounds.h; fi
Kbuild:24: target 'include/generated/timeconst.h' does not exist
set -e; mkdir -p include/generated/; trap "rm -f include/generated/.timeconst.h.tmp" EXIT; { echo 250 | bc -q kernel/time/timeconst.bc; } > include/generated/.timeconst.h.tmp; if [ ! -r include/generated/timeconst.h ] || ! cmp -s include/generated/timeconst.h include/generated/.timeconst.h.tmp; then : ' UPD include/generated/timeconst.h'; mv -f include/generated/.timeconst.h.tmp include/generated/timeconst.h; fi
scripts/Makefile.build:99: target 'arch/x86/kernel/asm-offsets.s' does not exist
:
Kbuild:37: target 'include/generated/asm-offsets.h' does not exist
set -e; mkdir -p include/generated/; trap "rm -f include/generated/.asm-offsets.h.tmp" EXIT; { echo "#ifndef __ASM_OFFSETS_H__"; echo "#define __ASM_OFFSETS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by Kbuild"; echo " */"; echo ""; sed -ne 's:^[[:space:]]*\.ascii[[:space:]]*"\(.*\)".*:\1:; /^->/{s:->#\(.*\):/* \1 */:; s:^->\([^ ]*\) [\$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; s:->::; p;}' < arch/x86/kernel/asm-offsets.s; echo ""; echo "#endif"; } > include/generated/.asm-offsets.h.tmp; if [ ! -r include/generated/asm-offsets.h ] || ! cmp -s include/generated/asm-offsets.h include/generated/.asm-offsets.h.tmp; then : ' UPD include/generated/asm-offsets.h'; mv -f include/generated/.asm-offsets.h.tmp include/generated/asm-offsets.h; fi
Kbuild:48: update target 'missing-syscalls' due to: scripts/checksyscalls.sh include/generated/asm-offsets.h FORCE
set -e;
Kbuild:59: update target 'old-atomics' due to: scripts/atomic/check-atomics.sh FORCE
set -e; echo ' bash scripts/atomic/check-atomics.sh'; bash scripts/atomic/check-atomics.sh
bash scripts/atomic/check-atomics.sh
scripts/Makefile.build:487: update target '__build' due to: include/generated/bounds.h include/generated/asm-offsets.h missing-syscalls old-atomics
:
Makefile:1835: target 'tools/objtool' does not exist
mkdir -p ./tools
make LDFLAGS= MAKEFLAGS=" " O=/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86 subdir=tools -C ./tools/ objtool
Makefile:67: update target 'objtool' due to: FORCE
mkdir -p /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/tools/objtool && make O=/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86 subdir=tools/objtool --no-print-directory -C objtool
make -C /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/tools/build CFLAGS= LDFLAGS= /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/tools/objtool/fixdep
make -f /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/tools/build/Makefile.build dir=. obj=fixdep
make -C /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/tools/lib/subcmd/ OUTPUT=/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/tools/objtool/
make -C /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/tools/build CFLAGS= LDFLAGS= /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/tools/objtool/fixdep
make -f /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/tools/build/Makefile.build dir=. obj=fixdep
make -f /home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/tools/build/Makefile.build dir=./arch/x86 obj=objtool
Makefile:1732: update target 'init' due to: prepare
make -f ./scripts/Makefile.build obj=init \
single-build= \
need-builtin=1 need-modorder=1
scripts/Makefile.build:393: target 'init/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > init/modules.order
scripts/Makefile.build:487: update target '__build' due to: init/modules.order
:
Makefile:1732: update target 'usr' due to: prepare
make -f ./scripts/Makefile.build obj=usr \
single-build= \
need-builtin=1 need-modorder=1
scripts/Makefile.build:393: target 'usr/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > usr/modules.order
scripts/Makefile.build:487: update target '__build' due to: usr/modules.order
:
Makefile:1732: update target 'arch/x86' due to: prepare
make -f ./scripts/Makefile.build obj=arch/x86 \
single-build= \
need-builtin=1 need-modorder=1
scripts/Makefile.build:496: target 'arch/x86/crypto' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/crypto \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/crypto/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/crypto/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/crypto/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/entry' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/entry \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:496: target 'arch/x86/entry/vdso' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/entry/vdso \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/entry/vdso/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/entry/vdso/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/entry/vdso/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/entry/vsyscall' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/entry/vsyscall \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/entry/vsyscall/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/entry/vsyscall/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/entry/vsyscall/modules.order
:
scripts/Makefile.build:393: target 'arch/x86/entry/modules.order' does not exist
{ cat arch/x86/entry/vdso/modules.order; cat arch/x86/entry/vsyscall/modules.order; :; } \
| awk '!x[$0]++' - > arch/x86/entry/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/entry/modules.order arch/x86/entry/vdso arch/x86/entry/vsyscall
:
scripts/Makefile.build:496: target 'arch/x86/events' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/events \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:496: target 'arch/x86/events/amd' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/events/amd \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/events/amd/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/events/amd/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/events/amd/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/events/intel' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/events/intel \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/events/intel/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/events/intel/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/events/intel/modules.order
:
scripts/Makefile.build:393: target 'arch/x86/events/modules.order' does not exist
{ cat arch/x86/events/amd/modules.order; cat arch/x86/events/intel/modules.order; :; } \
| awk '!x[$0]++' - > arch/x86/events/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/events/modules.order arch/x86/events/amd arch/x86/events/intel
:
scripts/Makefile.build:496: target 'arch/x86/hyperv' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/hyperv \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/hyperv/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/hyperv/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/hyperv/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/kernel' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/kernel \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:496: target 'arch/x86/kernel/acpi' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/kernel/acpi \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/kernel/acpi/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/kernel/acpi/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/kernel/acpi/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/kernel/apic' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/kernel/apic \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/kernel/apic/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/kernel/apic/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/kernel/apic/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/kernel/cpu' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/kernel/cpu \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:496: target 'arch/x86/kernel/cpu/mce' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/kernel/cpu/mce \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/kernel/cpu/mce/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/kernel/cpu/mce/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/kernel/cpu/mce/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/kernel/cpu/microcode' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/kernel/cpu/microcode \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/kernel/cpu/microcode/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/kernel/cpu/microcode/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/kernel/cpu/microcode/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/kernel/cpu/mtrr' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/kernel/cpu/mtrr \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/kernel/cpu/mtrr/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/kernel/cpu/mtrr/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/kernel/cpu/mtrr/modules.order
:
scripts/Makefile.build:393: target 'arch/x86/kernel/cpu/modules.order' does not exist
{ cat arch/x86/kernel/cpu/mce/modules.order; cat arch/x86/kernel/cpu/mtrr/modules.order; cat arch/x86/kernel/cpu/microcode/modules.order; :; } \
| awk '!x[$0]++' - > arch/x86/kernel/cpu/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/kernel/cpu/modules.order arch/x86/kernel/cpu/mce arch/x86/kernel/cpu/microcode arch/x86/kernel/cpu/mtrr
:
scripts/Makefile.build:496: target 'arch/x86/kernel/fpu' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/kernel/fpu \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/kernel/fpu/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/kernel/fpu/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/kernel/fpu/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/kernel/kprobes' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/kernel/kprobes \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/kernel/kprobes/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/kernel/kprobes/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/kernel/kprobes/modules.order
:
scripts/Makefile.build:393: target 'arch/x86/kernel/modules.order' does not exist
{ cat arch/x86/kernel/fpu/modules.order; cat arch/x86/kernel/cpu/modules.order; cat arch/x86/kernel/acpi/modules.order; cat arch/x86/kernel/apic/modules.order; cat arch/x86/kernel/kprobes/modules.order; :; } \
| awk '!x[$0]++' - > arch/x86/kernel/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/kernel/modules.order arch/x86/kernel/acpi arch/x86/kernel/apic arch/x86/kernel/cpu arch/x86/kernel/fpu arch/x86/kernel/kprobes
:
scripts/Makefile.build:496: target 'arch/x86/mm' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/mm \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/mm/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/mm/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/mm/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/net' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/net \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/net/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/net/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/net/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:496: target 'arch/x86/platform/atom' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/atom \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/atom/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/atom/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/atom/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/ce4100' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/ce4100 \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/ce4100/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/ce4100/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/ce4100/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/efi' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/efi \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/efi/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/efi/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/efi/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/geode' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/geode \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/geode/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/geode/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/geode/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/goldfish' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/goldfish \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/goldfish/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/goldfish/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/goldfish/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/intel' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/intel \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/intel/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/intel/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/intel/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/intel-mid' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/intel-mid \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/intel-mid/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/intel-mid/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/intel-mid/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/intel-quark' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/intel-quark \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/intel-quark/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/intel-quark/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/intel-quark/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/iris' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/iris \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/iris/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/iris/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/iris/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/olpc' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/olpc \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/olpc/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/olpc/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/olpc/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/scx200' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/scx200 \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/scx200/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/scx200/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/scx200/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/sfi' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/sfi \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/sfi/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/sfi/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/sfi/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/ts5500' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/ts5500 \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/ts5500/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/ts5500/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/ts5500/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/platform/uv' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/uv \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/uv/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/uv/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/uv/modules.order
:
scripts/Makefile.build:393: target 'arch/x86/platform/modules.order' does not exist
{ cat arch/x86/platform/atom/modules.order; cat arch/x86/platform/ce4100/modules.order; cat arch/x86/platform/efi/modules.order; cat arch/x86/platform/geode/modules.order; cat arch/x86/platform/goldfish/modules.order; cat arch/x86/platform/iris/modules.order; cat arch/x86/platform/intel/modules.order; cat arch/x86/platform/intel-mid/modules.order; cat arch/x86/platform/intel-quark/modules.order; cat arch/x86/platform/olpc/modules.order; cat arch/x86/platform/scx200/modules.order; cat arch/x86/platform/sfi/modules.order; cat arch/x86/platform/ts5500/modules.order; cat arch/x86/platform/uv/modules.order; :; } \
| awk '!x[$0]++' - > arch/x86/platform/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/modules.order arch/x86/platform/atom arch/x86/platform/ce4100 arch/x86/platform/efi arch/x86/platform/geode arch/x86/platform/goldfish arch/x86/platform/intel arch/x86/platform/intel-mid arch/x86/platform/intel-quark arch/x86/platform/iris arch/x86/platform/olpc arch/x86/platform/scx200 arch/x86/platform/sfi arch/x86/platform/ts5500 arch/x86/platform/uv
:
scripts/Makefile.build:496: target 'arch/x86/platform/pvh' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/platform/pvh \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/platform/pvh/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/platform/pvh/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/platform/pvh/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/realmode' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/realmode \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/realmode/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/realmode/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/realmode/modules.order
:
scripts/Makefile.build:496: target 'arch/x86/xen' does not exist
make -f ./scripts/Makefile.build obj=arch/x86/xen \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'arch/x86/xen/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > arch/x86/xen/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/xen/modules.order
:
scripts/Makefile.build:393: target 'arch/x86/modules.order' does not exist
{ cat arch/x86/entry/modules.order; cat arch/x86/events/modules.order; cat arch/x86/xen/modules.order; cat arch/x86/platform/pvh/modules.order; cat arch/x86/hyperv/modules.order; cat arch/x86/realmode/modules.order; cat arch/x86/kernel/modules.order; cat arch/x86/mm/modules.order; cat arch/x86/crypto/modules.order; cat arch/x86/platform/modules.order; cat arch/x86/net/modules.order; :; } \
| awk '!x[$0]++' - > arch/x86/modules.order
scripts/Makefile.build:487: update target '__build' due to: arch/x86/modules.order arch/x86/crypto arch/x86/entry arch/x86/events arch/x86/hyperv arch/x86/kernel arch/x86/mm arch/x86/net arch/x86/platform arch/x86/platform/pvh arch/x86/realmode arch/x86/xen
:
Makefile:1732: update target 'kernel' due to: prepare
make -f ./scripts/Makefile.build obj=kernel \
single-build= \
need-builtin=1 need-modorder=1
scripts/Makefile.build:496: target 'kernel/bpf' does not exist
make -f ./scripts/Makefile.build obj=kernel/bpf \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'kernel/bpf/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > kernel/bpf/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/bpf/modules.order
:
scripts/Makefile.build:496: target 'kernel/cgroup' does not exist
make -f ./scripts/Makefile.build obj=kernel/cgroup \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'kernel/cgroup/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > kernel/cgroup/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/cgroup/modules.order
:
scripts/Makefile.build:496: target 'kernel/dma' does not exist
make -f ./scripts/Makefile.build obj=kernel/dma \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'kernel/dma/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > kernel/dma/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/dma/modules.order
:
scripts/Makefile.build:496: target 'kernel/events' does not exist
make -f ./scripts/Makefile.build obj=kernel/events \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'kernel/events/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > kernel/events/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/events/modules.order
:
scripts/Makefile.build:496: target 'kernel/irq' does not exist
make -f ./scripts/Makefile.build obj=kernel/irq \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'kernel/irq/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > kernel/irq/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/irq/modules.order
:
scripts/Makefile.build:496: target 'kernel/livepatch' does not exist
make -f ./scripts/Makefile.build obj=kernel/livepatch \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'kernel/livepatch/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > kernel/livepatch/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/livepatch/modules.order
:
scripts/Makefile.build:496: target 'kernel/locking' does not exist
make -f ./scripts/Makefile.build obj=kernel/locking \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'kernel/locking/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > kernel/locking/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/locking/modules.order
:
scripts/Makefile.build:496: target 'kernel/power' does not exist
make -f ./scripts/Makefile.build obj=kernel/power \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'kernel/power/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > kernel/power/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/power/modules.order
:
scripts/Makefile.build:496: target 'kernel/printk' does not exist
make -f ./scripts/Makefile.build obj=kernel/printk \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'kernel/printk/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > kernel/printk/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/printk/modules.order
:
scripts/Makefile.build:496: target 'kernel/rcu' does not exist
make -f ./scripts/Makefile.build obj=kernel/rcu \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'kernel/rcu/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > kernel/rcu/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/rcu/modules.order
:
scripts/Makefile.build:496: target 'kernel/sched' does not exist
make -f ./scripts/Makefile.build obj=kernel/sched \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'kernel/sched/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > kernel/sched/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/sched/modules.order
:
scripts/Makefile.build:496: target 'kernel/time' does not exist
make -f ./scripts/Makefile.build obj=kernel/time \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'kernel/time/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > kernel/time/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/time/modules.order
:
scripts/Makefile.build:393: target 'kernel/modules.order' does not exist
{ cat kernel/sched/modules.order; cat kernel/locking/modules.order; cat kernel/power/modules.order; cat kernel/printk/modules.order; cat kernel/irq/modules.order; cat kernel/rcu/modules.order; cat kernel/livepatch/modules.order; cat kernel/dma/modules.order; cat kernel/time/modules.order; cat kernel/cgroup/modules.order; cat kernel/bpf/modules.order; cat kernel/events/modules.order; :; } \
| awk '!x[$0]++' - > kernel/modules.order
scripts/Makefile.build:487: update target '__build' due to: kernel/modules.order kernel/bpf kernel/cgroup kernel/dma kernel/events kernel/irq kernel/livepatch kernel/locking kernel/power kernel/printk kernel/rcu kernel/sched kernel/time
:
Makefile:1732: update target 'certs' due to: prepare
make -f ./scripts/Makefile.build obj=certs \
single-build= \
need-builtin=1 need-modorder=1
scripts/Makefile.build:393: target 'certs/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > certs/modules.order
scripts/Makefile.build:487: update target '__build' due to: certs/modules.order
:
Makefile:1732: update target 'mm' due to: prepare
make -f ./scripts/Makefile.build obj=mm \
single-build= \
need-builtin=1 need-modorder=1
scripts/Makefile.build:393: target 'mm/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > mm/modules.order
scripts/Makefile.build:487: update target '__build' due to: mm/modules.order
:
Makefile:1732: update target 'fs' due to: prepare
make -f ./scripts/Makefile.build obj=fs \
single-build= \
need-builtin=1 need-modorder=1
scripts/Makefile.build:496: target 'fs/debugfs' does not exist
make -f ./scripts/Makefile.build obj=fs/debugfs \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'fs/debugfs/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > fs/debugfs/modules.order
scripts/Makefile.build:487: update target '__build' due to: fs/debugfs/modules.order
:
scripts/Makefile.build:496: target 'fs/devpts' does not exist
make -f ./scripts/Makefile.build obj=fs/devpts \
\
need-builtin=1 \
need-modorder=1
scripts/Makefile.build:393: target 'fs/devpts/modules.order' does not exist
{ :; } \
| awk '!x[$0]++' - > fs/devpts/modules.order
scripts/Makefile.build:487: update target '__build' due to: fs/devpts/modules.order
:
scripts/Makefile.build:496: target 'fs/efivarfs' does not exist
make -f ./scripts/Makefile.build obj=fs/efivarfs \
\
need-builtin= \
need-modorder=1
scripts/Makefile.build:261: update target 'fs/efivarfs/inode.o' due to: fs/efivarfs/inode.c tools/objtool/objtool include/config/stack/validation.h FORCE
set -e;
set -e;
set -e; echo ' x86_64-openwrt-linux-musl-gcc -Wp,-MD,fs/efivarfs/.inode.o.d -nostdinc -isystem /home/oceanfish81/Desktop/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib/gcc/x86_64-openwrt-linux-musl/8.4.0/include -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/kconfig.h -include ./include/linux/compiler_types.h -D__KERNEL__ -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Wno-format-security -std=gnu89 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -fno-jump-tables -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -O2 -fno-caller-saves --param=allow-store-data-races=0 -Wframe-larger-than=1024 -fstack-protector -Wno-unused-but-set-variable -Wimplicit-fallthrough -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -femit-struct-debug-baseonly -fno-var-tracking -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wno-stringop-truncation -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-merge-all-constants -fmerge-constants -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -fmacro-prefix-map=./= -fcf-protection=none -Wno-packed-not-aligned -fmacro-prefix-map=/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl=target-x86_64_musl -DMODULE -DKBUILD_BASENAME='\''"inode"'\'' -DKBUILD_MODNAME='\''"efivarfs"'\'' -c -o fs/efivarfs/inode.o fs/efivarfs/inode.c'; x86_64-openwrt-linux-musl-gcc -Wp,-MD,fs/efivarfs/.inode.o.d -nostdinc -isystem /home/oceanfish81/Desktop/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib/gcc/x86_64-openwrt-linux-musl/8.4.0/include -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/kconfig.h -include ./include/linux/compiler_types.h -D__KERNEL__ -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Wno-format-security -std=gnu89 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -fno-jump-tables -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -O2 -fno-caller-saves --param=allow-store-data-races=0 -Wframe-larger-than=1024 -fstack-protector -Wno-unused-but-set-variable -Wimplicit-fallthrough -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -femit-struct-debug-baseonly -fno-var-tracking -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wno-stringop-truncation -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-merge-all-constants -fmerge-constants -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -fmacro-prefix-map=./= -fcf-protection=none -Wno-packed-not-aligned -fmacro-prefix-map=/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl=target-x86_64_musl -DMODULE -DKBUILD_BASENAME='"inode"' -DKBUILD_MODNAME='"efivarfs"' -c -o fs/efivarfs/inode.o fs/efivarfs/inode.c; scripts/basic/fixdep fs/efivarfs/.inode.o.d fs/efivarfs/inode.o 'x86_64-openwrt-linux-musl-gcc -Wp,-MD,fs/efivarfs/.inode.o.d -nostdinc -isystem /home/oceanfish81/Desktop/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib/gcc/x86_64-openwrt-linux-musl/8.4.0/include -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/kconfig.h -include ./include/linux/compiler_types.h -D__KERNEL__ -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Wno-format-security -std=gnu89 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -fno-jump-tables -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -O2 -fno-caller-saves --param=allow-store-data-races=0 -Wframe-larger-than=1024 -fstack-protector -Wno-unused-but-set-variable -Wimplicit-fallthrough -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -femit-struct-debug-baseonly -fno-var-tracking -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wno-stringop-truncation -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-merge-all-constants -fmerge-constants -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -fmacro-prefix-map=./= -fcf-protection=none -Wno-packed-not-aligned -fmacro-prefix-map=/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl=target-x86_64_musl -DMODULE -DKBUILD_BASENAME='\''"inode"'\'' -DKBUILD_MODNAME='\''"efivarfs"'\'' -c -o fs/efivarfs/inode.o fs/efivarfs/inode.c' > fs/efivarfs/.inode.o.cmd; rm -f fs/efivarfs/.inode.o.d
x86_64-openwrt-linux-musl-gcc -Wp,-MD,fs/efivarfs/.inode.o.d -nostdinc -isystem /home/oceanfish81/Desktop/openwrt/staging_dir/toolchain-x86_64_gcc-8.4.0_musl/lib/gcc/x86_64-openwrt-linux-musl/8.4.0/include -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/kconfig.h -include ./include/linux/compiler_types.h -D__KERNEL__ -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Wno-format-security -std=gnu89 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_SSSE3=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -DCONFIG_AS_AVX512=1 -DCONFIG_AS_SHA1_NI=1 -DCONFIG_AS_SHA256_NI=1 -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -fno-jump-tables -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -O2 -fno-caller-saves --param=allow-store-data-races=0 -Wframe-larger-than=1024 -fstack-protector -Wno-unused-but-set-variable -Wimplicit-fallthrough -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-var-tracking-assignments -g -femit-struct-debug-baseonly -fno-var-tracking -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wno-stringop-truncation -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-merge-all-constants -fmerge-constants -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -fmacro-prefix-map=./= -fcf-protection=none -Wno-packed-not-aligned -fmacro-prefix-map=/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl=target-x86_64_musl -DMODULE -DKBUILD_BASENAME='"inode"' -DKBUILD_MODNAME='"efivarfs"' -c -o fs/efivarfs/inode.o fs/efivarfs/inode.c
set -e;
set -e;
set -e; echo ' ./tools/objtool/objtool check --module --retpoline --uaccess fs/efivarfs/inode.o'; ./tools/objtool/objtool check --module --retpoline --uaccess fs/efivarfs/inode.o
./tools/objtool/objtool check --module --retpoline --uaccess fs/efivarfs/inode.o
fs/efivarfs/inode.o: warning: objtool: unexpected data attributes for .text
scripts/Makefile.build:261: recipe for target 'fs/efivarfs/inode.o' failed
make[7]: *** [fs/efivarfs/inode.o] Error 1
make[7]: *** Deleting file 'fs/efivarfs/inode.o'
scripts/Makefile.build:496: recipe for target 'fs/efivarfs' failed
make[6]: *** [fs/efivarfs] Error 2
Makefile:1732: recipe for target 'fs' failed
make[5]: *** [fs] Error 2
make[5]: Leaving directory '/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86'
Makefile:24: recipe for target '/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.modules' failed
make[4]: *** [/home/oceanfish81/Desktop/openwrt/build_dir/target-x86_64_musl/linux-x86_64/linux-5.4.86/.modules] Error 2
make[4]: Leaving directory '/home/oceanfish81/Desktop/openwrt/target/linux/x86'
Makefile:13: recipe for target 'compile' failed
make[3]: *** [compile] Error 2
make[3]: Leaving directory '/home/oceanfish81/Desktop/openwrt/target/linux'
time: target/linux/compile#3.99#2.01#7.63
ERROR: target/linux failed to build.
target/Makefile:23: recipe for target 'target/linux/compile' failed
make[2]: *** [target/linux/compile] Error 1
make[2]: Leaving directory '/home/oceanfish81/Desktop/openwrt'
target/Makefile:18: recipe for target '/home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_compile' failed
make[1]: *** [/home/oceanfish81/Desktop/openwrt/staging_dir/target-x86_64_musl/stamp/.target_compile] Error 2
make[1]: Leaving directory '/home/oceanfish81/Desktop/openwrt'
/home/oceanfish81/Desktop/openwrt/include/toplevel.mk:232: recipe for target 'world' failed
make: *** [world] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment