Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 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 boot image: /home/albe123/mer/android/droid/out/target/product/h60_l01/boot.img
  8. /bin/bash: -c: line 0: syntax error near unexpected token `('
  9. /bin/bash: -c: line 0: `mkbootimg --kernel /home/albe123/mer/android/droid/out/target/product/h60_l01/kernel --ramdisk /home/albe123/mer/android/droid/out/target/product/h60_l01/ramdisk.img --cmdline ""ro.boot.hardware=hi3630 vmalloc=384M mem=2044m@0x200000 psci=enable androidboot.selinux=permissive mmcparts=mmcblk0:p1(vrl),p2(vrl_backup),p7(modemnvm_factory), p18(splash),p22(dfx),p23(modemnvm_backup),p24(modemnvm_img),p25(modemnvm_system),p26(modem),p27(modem_dsp),p28(modem_om),p29(modemnvm_update),p30(3rdmodem),p31(3rdmodemnvm),p32(3rdmodemnvmbkp)"" --base 0x00000000 --pagesize 2048 --kernel_offset "0x00608000" --ramdisk_offset "0x00300000" --second_offset "0x01500000" --tags_offset "0x00200000" --output /home/albe123/mer/android/droid/out/target/product/h60_l01/boot.img'
  10. make: *** [/home/albe123/mer/android/droid/out/target/product/h60_l01/boot.img] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement