Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. make[1]: Leaving directory `/home/albe123/mer/android/droid/kernel/huawei/h60'
  2. make -C kernel/huawei/h60 O=/home/albe123/mer/android/droid/out/target/product/h60_l01/obj/KERNEL_OBJ INSTALL_MOD_PATH=../../system ARCH=arm CROSS_COMPILE="/home/albe123/mer/android/droid/prebuilts/misc/linux-x86/ccache/ccache /home/albe123/mer/android/droid/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-" modules_install
  3. make[1]: Entering directory `/home/albe123/mer/android/droid/kernel/huawei/h60'
  4. INSTALL crypto/tcrypt.ko
  5. INSTALL drivers/char/hw_random/rng-core.ko
  6. INSTALL drivers/net/ppp/pppoe.ko
  7. DEPMOD 3.10.71-CM-gc4dcff07-dirty
  8. make[1]: Leaving directory `/home/albe123/mer/android/droid/kernel/huawei/h60'
  9. mdpath=`find /home/albe123/mer/android/droid/out/target/product/h60_l01/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 /home/albe123/mer/android/droid/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-strip --strip-unneeded $i; mv $i /home/albe123/mer/android/droid/out/target/product/h60_l01/system/lib/modules/; done; fi
  10. mdpath=`find /home/albe123/mer/android/droid/out/target/product/h60_l01/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
  11. mdpath=`find /home/albe123/mer/android/droid/out/target/product/h60_l01/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 /home/albe123/mer/android/droid/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-strip --strip-unneeded $i; mv $i /home/albe123/mer/android/droid/out/target/product/h60_l01/system/lib/modules/; done; fi
  12. mdpath=`find /home/albe123/mer/android/droid/out/target/product/h60_l01/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
  13. target Prebuilt: (/home/albe123/mer/android/droid/out/target/product/h60_l01/kernel)
  14. target thumb C: charger-h60 <= device/huawei/h60-common/charger/charger.c
  15. device/huawei/h60-common/charger/charger.c:49:25: fatal error: minui/minui.h: No such file or directory
  16. compilation terminated.
  17. make: *** [/home/albe123/mer/android/droid/out/target/product/h60_l01/obj/EXECUTABLES/charger-h60_intermediates/charger.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement