Advertisement
Guest User

Untitled

a guest
Aug 28th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. root@debian:/opt/melehacking/git/linux-sunxi# make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j4 uImage modules
  2. CHK include/linux/version.h
  3. CHK include/generated/utsrelease.h
  4. make[1]: »include/generated/mach-types.h« ist bereits aktualisiert.
  5. CALL scripts/checksyscalls.sh
  6. CHK include/generated/compile.h
  7. CHK kernel/config_data.h
  8. CC [M] drivers/gpu/mali/mali/platform/mali400-pmu/mali_platform.o
  9. drivers/gpu/mali/mali/platform/mali400-pmu/mali_platform.c: In function ‘mali_platform_init’:
  10. drivers/gpu/mali/mali/platform/mali400-pmu/mali_platform.c:55:4: error: implicit declaration of function ‘__phys_to_bus’ [-Werror=implicit-function-declaration]
  11. cc1: some warnings being treated as errors
  12. make[4]: *** [drivers/gpu/mali/mali/platform/mali400-pmu/mali_platform.o] Fehler 1
  13. make[3]: *** [drivers/gpu/mali/mali] Fehler 2
  14. make[2]: *** [drivers/gpu/mali] Fehler 2
  15. make[1]: *** [drivers/gpu] Fehler 2
  16. make: *** [drivers] Fehler 2
  17. make: *** Warte auf noch nicht beendete Prozesse...
  18. root@debian:/opt/melehacking/git/linux-sunxi#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement