Advertisement
Guest User

compilation error linux-omap-2.6 from tmlind's tree

a guest
Jul 14th, 2011
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. CC lib/timerqueue.o
  2. CC lib/vsprintf.o
  3. AR lib/lib.a
  4. LD vmlinux.o
  5. MODPOST vmlinux.o
  6. GEN .version
  7. CHK include/generated/compile.h
  8. UPD include/generated/compile.h
  9. CC init/version.o
  10. LD init/built-in.o
  11. LD .tmp_vmlinux1
  12. arch/arm/mach-omap2/built-in.o:(.data+0xf958): undefined reference to `omap4430_phy_init'
  13. arch/arm/mach-omap2/built-in.o:(.data+0xf95c): undefined reference to `omap4430_phy_exit'
  14. arch/arm/mach-omap2/built-in.o:(.data+0xf960): undefined reference to `omap4430_phy_power'
  15. arch/arm/mach-omap2/built-in.o:(.data+0xf964): undefined reference to `omap4430_phy_set_clk'
  16. arch/arm/mach-omap2/built-in.o:(.data+0xf968): undefined reference to `omap4430_phy_suspend'
  17. drivers/built-in.o: In function `musb_free':
  18. /home/engrid/ws/woglinde_linux_source/linux-omap-2.6/drivers/usb/musb/musb_core.c:1901: undefined reference to `dma_controller_destroy'
  19. drivers/built-in.o: In function `musb_init_controller':
  20. /home/engrid/ws/woglinde_linux_source/linux-omap-2.6/drivers/usb/musb/musb_core.c:1982: undefined reference to `dma_controller_create'
  21. make: *** [.tmp_vmlinux1] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement