Share Pastebin
Guest
Public paste!

build Fail2

By: a guest | Sep 7th, 2010 | Syntax: None | Size: 1.69 KB | Hits: 59 | Expires: Never
Copy text to clipboard
  1. arch/arm/mach-msm/pm.c: In function 'msm_sleep':
  2. arch/arm/mach-msm/pm.c:351: error: storage size of 'vibra' isn't known
  3. arch/arm/mach-msm/pm.c:352: error: 'PCOM_VIBRA_ON' undeclared (first use in this function)
  4. arch/arm/mach-msm/pm.c:352: error: (Each undeclared identifier is reported only once
  5. arch/arm/mach-msm/pm.c:352: error: for each function it appears in.)
  6. arch/arm/mach-msm/pm.c:354: error: implicit declaration of function 'msm_proc_comm_wince'
  7. arch/arm/mach-msm/pm.c:356: error: 'PCOM_VIBRA_OFF' undeclared (first use in this function)
  8. arch/arm/mach-msm/pm.c:351: warning: unused variable 'vibra'
  9. arch/arm/mach-msm/pm.c: In function 'arch_idle':
  10. arch/arm/mach-msm/pm.c:368: warning: unused variable 'saved_rate'
  11. arch/arm/mach-msm/pm.c: In function 'msm_pm_power_off':
  12. arch/arm/mach-msm/pm.c:495: warning: statement with no effect
  13. arch/arm/mach-msm/pm.c:495: error: expected ';' before 'for'
  14. arch/arm/mach-msm/pm.c: In function 'msm_early_suspend':
  15. arch/arm/mach-msm/pm.c:631: error: storage size of 'dex' isn't known
  16. arch/arm/mach-msm/pm.c:631: warning: ISO C90 forbids mixed declarations and code
  17. arch/arm/mach-msm/pm.c:632: error: 'PCOM_ARM9_LOW_SPEED' undeclared (first use in this function)
  18. arch/arm/mach-msm/pm.c:631: warning: unused variable 'dex'
  19. arch/arm/mach-msm/pm.c: In function 'msm_late_resume':
  20. arch/arm/mach-msm/pm.c:640: error: storage size of 'dex' isn't known
  21. arch/arm/mach-msm/pm.c:640: warning: ISO C90 forbids mixed declarations and code
  22. arch/arm/mach-msm/pm.c:641: error: 'PCOM_ARM9_LOW_SPEED' undeclared (first use in this function)
  23. arch/arm/mach-msm/pm.c:640: warning: unused variable 'dex'
  24. make[1]: *** [arch/arm/mach-msm/pm.o] Error 1
  25. make: *** [arch/arm/mach-msm] Error 2