Advertisement
Guest User

Untitled

a guest
May 13th, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.68 KB | None | 0 0
  1.  CC [M]  /home/tvmedia/media_build/v4l/v4l2-of.o
  2. /home/tvmedia/media_build/v4l/v4l2-of.c: In function 'v4l2_of_parse_csi_bus':
  3. /home/tvmedia/media_build/v4l/v4l2-of.c:38:4: error: implicit declaration of fun                                                    ction 'of_prop_next_u32' [-Werror=implicit-function-declaration]
  4. /home/tvmedia/media_build/v4l/v4l2-of.c:38:9: warning: assignment makes pointer                                                     from integer without a cast [enabled by default]
  5. /home/tvmedia/media_build/v4l/v4l2-of.c:47:2: error: implicit declaration of fun                                                    ction 'of_property_read_u32' [-Werror=implicit-function-declaration]
  6. /home/tvmedia/media_build/v4l/v4l2-of.c: In function 'v4l2_of_get_next_endpoint'                                                    :
  7. /home/tvmedia/media_build/v4l/v4l2-of.c:172:3: error: implicit declaration of fu                                                    nction 'of_get_child_by_name' [-Werror=implicit-function-declaration]
  8. /home/tvmedia/media_build/v4l/v4l2-of.c:172:8: warning: assignment makes pointer                                                     from integer without a cast [enabled by default]
  9. /home/tvmedia/media_build/v4l/v4l2-of.c: In function 'v4l2_of_get_remote_port_pa                                                    rent':
  10. /home/tvmedia/media_build/v4l/v4l2-of.c:237:2: warning: passing argument 1 of 'o                                                    f_parse_phandle' discards 'const' qualifier from pointer target type [enabled by                                                     default]
  11. include/linux/of.h:209:28: note: expected 'struct device_node *' but argument is                                                     of type 'const struct device_node *'
  12. /home/tvmedia/media_build/v4l/v4l2-of.c: In function 'v4l2_of_get_remote_port':
  13. /home/tvmedia/media_build/v4l/v4l2-of.c:261:2: warning: passing argument 1 of 'o                                                    f_parse_phandle' discards 'const' qualifier from pointer target type [enabled by                                                     default]
  14. include/linux/of.h:209:28: note: expected 'struct device_node *' but argument is                                                     of type 'const struct device_node *'
  15. cc1: some warnings being treated as errors
  16.  
  17. make[3]: *** [/home/tvmedia/media_build/v4l/v4l2-of.o] Virhe 1
  18. make[2]: *** [_module_/home/tvmedia/media_build/v4l] Error 2
  19. make[2]: Leaving directory `/usr/src/linux-headers-3.0.0-13-generic'
  20. make[1]: *** [default] Virhe 2
  21. make[1]: Poistutaan hakemistosta "/home/tvmedia/media_build/v4l"
  22. make: *** [all] Virhe 2
  23. build failed at ./build line 452.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement