Skip to content

Instantly share code, notes, and snippets.

@stephgosling
Created October 11, 2017 20:44
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 stephgosling/e8c33a53087da653ef099e32635b57dd to your computer and use it in GitHub Desktop.
Save stephgosling/e8c33a53087da653ef099e32635b57dd to your computer and use it in GitHub Desktop.
make[3]: Nothing to be done for `dtbs'.
make[3]: Nothing to be done for `dtbs'.
make[1]: Leaving directory `/home/steph/hadk/kernel/sony/msm'
out/host/linux-x86/bin/acp -fp /home/steph/hadk/out/target/product/kugo/obj/KERNEL_OBJ/arch/arm64/boot/dts/*.dtb out/target/product/kugo/dtbs/
Kernel Modules not enabled
mdpath=`find out/target/product/kugo/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; ko=`find $mpath/kernel -type f -name *.ko`; for i in $ko; do aarch64-linux-android-strip --strip-unneeded $i; mv $i out/target/product/kugo/system/lib/modules/; done; fi
mdpath=`find out/target/product/kugo/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
cp /home/steph/hadk/out/target/product/kugo/obj/KERNEL_OBJ/arch/arm64/boot/Image.gz-dtb out/target/product/kugo/kernel
make: *** No rule to make target `out/target/product/kugo/obj/STATIC_LIBRARIES/libhealthd.kugo_intermediates/export_includes', needed by `out/target/product/kugo/obj/EXECUTABLES/healthd_intermediates/import_includes'. Stop.
#### make failed to build some targets (56 seconds) ####
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment