Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. make[1]: Leaving directory `/home/albe123/mer/android/droid/kernel/huawei/h60'
  2. 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
  3. 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
  4. 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
  5. 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
  6. target Prebuilt: (/home/albe123/mer/android/droid/out/target/product/h60_l01/kernel)
  7. target thumb C: charger-h60 <= device/huawei/h60-common/charger/charger.c
  8. device/huawei/h60-common/charger/charger.c:49:25: fatal error: minui/minui.h: No such file or directory
  9. compilation terminated.
  10. 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