Advertisement
infected_

Untitled

Sep 23rd, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. CC security/min_addr.o
  2. CC security/security.o
  3. CC block/blk-lib.o
  4. CC arch/arm/mach-msm/bms-batterydata-qrd-4v35-2000mah.o
  5. CC arch/arm/mach-msm/bms-batterydata-qrd-4v2-1300mah.o
  6. CC fs/fat/fatent.o
  7. CC fs/ext4/symlink.o
  8. CC crypto/arc4.o
  9. CC arch/arm/mach-msm/board-8974.o
  10. CC crypto/deflate.o
  11. /mnt/Building/cyan_12/kernel/sony/msm8974/arch/arm/mach-msm/board-8974.c: In function 'msm_8974_reserve':
  12. /mnt/Building/cyan_12/kernel/sony/msm8974/arch/arm/mach-msm/board-8974.c:81:24: error: 'meminfo' undeclared (first use in this function)
  13. struct membank *mb = &meminfo.bank[meminfo.nr_banks - 1];
  14. ^
  15. /mnt/Building/cyan_12/kernel/sony/msm8974/arch/arm/mach-msm/board-8974.c:81:24: note: each undeclared identifier is reported only once for each function it appears in
  16. /mnt/Building/cyan_12/kernel/sony/msm8974/arch/arm/mach-msm/board-8974.c:82:24: error: dereferencing pointer to incomplete type
  17. phys_addr_t start = mb->start + mb->size + MSM_PERSISTENT_RAM_SIZE;
  18. ^
  19. /mnt/Building/cyan_12/kernel/sony/msm8974/arch/arm/mach-msm/board-8974.c:82:36: error: dereferencing pointer to incomplete type
  20. phys_addr_t start = mb->start + mb->size + MSM_PERSISTENT_RAM_SIZE;
  21. ^
  22. /mnt/Building/cyan_12/kernel/sony/msm8974/arch/arm/mach-msm/board-8974.c:82:45: error: 'MSM_PERSISTENT_RAM_SIZE' undeclared (first use in this function)
  23. phys_addr_t start = mb->start + mb->size + MSM_PERSISTENT_RAM_SIZE;
  24. ^
  25. make[3]: *** [arch/arm/mach-msm/board-8974.o] Error 1
  26. make[2]: *** [arch/arm/mach-msm] Error 2
  27. make[2]: *** Waiting for unfinished jobs....
  28. CC crypto/crc32c.o
  29. CC block/ioctl.o
  30. CC fs/ext4/hash.o
  31. CC fs/f2fs/recovery.o
  32. CC crypto/authenc.o
  33. CC crypto/authencesn.o
  34. CC security/capability.o
  35. LD mm/built-in.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement