Advertisement
danogentili

compiling error 2

Aug 13th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. Start DT image: /android/out/target/product/s3ve3g/dt.img
  2. mkdir -p /android/out/target/product/s3ve3g/obj/KERNEL_OBJ/arch/arm/boot; /android/out/target/product/s3ve3g/obj/KERNEL_OBJ/scripts/dtc/dtc -p 1024 -O dtb -o /android/out/target/product/s3ve3g/obj/KERNEL_OBJ/arch/arm/boot/msm8226-sec-s3ve3geur-r04.dtb ./kernel/samsung/s3ve3g/arch/arm/boot/dts/msm8226-sec-s3ve3geur-r04.dts; cat /android/out/target/product/s3ve3g/obj/KERNEL_OBJ/arch/arm/boot/zImage /android/out/target/product/s3ve3g/obj/KERNEL_OBJ/arch/arm/boot/msm8226-sec-s3ve3geur-r04.dtb > /android/out/target/product/s3ve3g/obj/KERNEL_OBJ/arch/arm/boot/msm8226-sec-s3ve3geur-r04-zImage;
  3. Warning (reg_format): "reg" property in /soc/i2c@20/qcom,actuator@50 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
  4. Warning (reg_format): "reg" property in /soc/i2c@20/qcom,actuator@36 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
  5. Warning (reg_format): "reg" property in /soc/i2c@23/an30259a@30 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
  6. Warning (reg_format): "reg" property in /soc/i2c@23/cm36651@18 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
  7. Warning (reg_format): "reg" property in /soc/i2c@21/cypress_touchkey@20 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
  8. Warning (avoid_default_addr_size): Relying on default #address-cells value for /soc/i2c@20/qcom,actuator@50
  9. Warning (avoid_default_addr_size): Relying on default #size-cells value for /soc/i2c@20/qcom,actuator@50
  10. Warning (avoid_default_addr_size): Relying on default #address-cells value for /soc/i2c@20/qcom,actuator@36
  11. Warning (avoid_default_addr_size): Relying on default #size-cells value for /soc/i2c@20/qcom,actuator@36
  12. Warning (avoid_default_addr_size): Relying on default #address-cells value for /soc/i2c@23/an30259a@30
  13. Warning (avoid_default_addr_size): Relying on default #size-cells value for /soc/i2c@23/an30259a@30
  14. Warning (avoid_default_addr_size): Relying on default #address-cells value for /soc/i2c@23/cm36651@18
  15. Warning (avoid_default_addr_size): Relying on default #size-cells value for /soc/i2c@23/cm36651@18
  16. Warning (avoid_default_addr_size): Relying on default #address-cells value for /soc/i2c@21/cypress_touchkey@20
  17. Warning (avoid_default_addr_size): Relying on default #size-cells value for /soc/i2c@21/cypress_touchkey@20
  18. Target dt image: /android/out/target/product/s3ve3g/dt.img
  19. /android/out/host/linux-x86/bin/dtbToolCM -2 -o /android/out/target/product/s3ve3g/dt.img -s 2048 -p /android/out/target/product/s3ve3g/obj/KERNEL_OBJ/scripts/dtc/ /android/out/target/product/s3ve3g/obj/KERNEL_OBJ/arch/arm/boot/
  20. DTB combiner:
  21. Input directory: '/android/out/target/product/s3ve3g/obj/KERNEL_OBJ/arch/arm/boot/'
  22. Output file: '/android/out/target/product/s3ve3g/dt.img'
  23. Found file: msm8226-sec-s3ve3geur-r04.dtb ... Old Version:1
  24. chipset: 2650865409, rev: 131072, platform: 4, subtype: 0
  25. additional chipset: 3708354305, rev: 131072, platform: 4, subtype: 0
  26. additional chipset: 2651389697, rev: 131072, platform: 4, subtype: 0
  27. => Found 3 unique DTB(s)
  28.  
  29. Generating master DTB... completed
  30. Made DT image: /android/out/target/product/s3ve3g/dt.img
  31. Target boot image: /android/out/target/product/s3ve3g/boot.img
  32. /android/out/target/product/s3ve3g/boot.img maxsize=10543104 blocksize=135168 total=7931904 reserve=270336
  33. Made boot image: /android/out/target/product/s3ve3g/boot.img
  34. ----- Making recovery image ------
  35. Copying baseline ramdisk...
  36. Modifying ramdisk contents...
  37. cp: cannot stat ‘/android/out/target/product/s3ve3g/root/init.recovery.*.rc’: No such file or directory
  38. make: [/android/out/target/product/s3ve3g/ramdisk-recovery.img] Error 1 (ignored)
  39. ----- Making uncompressed recovery ramdisk ------
  40. /android/out/host/linux-x86/bin/mkbootfs /android/out/target/product/s3ve3g/recovery/root > /android/out/target/product/s3ve3g/ramdisk-recovery.cpio
  41. /usr/bin/lzma /android/out/target/product/s3ve3g/ramdisk-recovery.cpio
  42. ----- Making compressed recovery image ------
  43. /android/out/target/product/s3ve3g/recovery.img maxsize=11073216 blocksize=135168 total=11569152 reserve=270336
  44. error: /android/out/target/product/s3ve3g/recovery.img too large (11569152 > [11343552 - 270336])
  45. make: *** [/android/out/target/product/s3ve3g/recovery.img] Error 1
  46. make: *** Deleting file `/android/out/target/product/s3ve3g/recovery.img'
  47.  
  48. #### make failed to build some targets (04:44 (mm:ss)) ####
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement