Guest User

Untitled

a guest
Jul 2nd, 2011
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.93 KB | None | 0 0
  1. jam vesa3
  2. ...patience...
  3. ...patience...
  4. ...patience...
  5. ...patience...
  6. ...found 4755 target(s)...
  7. ...updating 2 target(s)...
  8. Cc ../../../generated/objects/haiku/x86/release/add-ons/kernel/drivers/graphics/vesa3/vesa3.o
  9. drivers/graphics/vesa3/vesa3.c:6: gtf.h: ??? ?????? ????? ??? ????????
  10. drivers/graphics/vesa3/vesa3.c:7: video_param_table.h: ??? ?????? ????? ??? ????????
  11. drivers/graphics/vesa3/vesa3.c:11: kernel/arch/i386/selector.h: ??? ?????? ????? ??? ????????
  12. drivers/graphics/vesa3/vesa3.c:12: kernel/vm.h: ??? ?????? ????? ??? ????????
  13. drivers/graphics/vesa3/vesa3.c:16: newos/errors.h: ??? ?????? ????? ??? ????????
  14. drivers/graphics/vesa3/vesa3.c:17: newos/drivers.h: ??? ?????? ????? ??? ????????
  15. drivers/graphics/vesa3/vesa3.c:49: syntax error before `fb_info'
  16. drivers/graphics/vesa3/vesa3.c:49: warning: type defaults to `int' in declaration of `fb_info'
  17. drivers/graphics/vesa3/vesa3.c:49: warning: data definition has no type or storage class
  18. drivers/graphics/vesa3/vesa3.c:54: syntax error before `sel_infoblock'
  19. drivers/graphics/vesa3/vesa3.c:54: warning: type defaults to `int' in declaration of `sel_infoblock'
  20. drivers/graphics/vesa3/vesa3.c:54: warning: data definition has no type or storage class
  21. drivers/graphics/vesa3/vesa3.c:60: syntax error before `sel_code'
  22. drivers/graphics/vesa3/vesa3.c:60: warning: type defaults to `int' in declaration of `sel_code'
  23. drivers/graphics/vesa3/vesa3.c:60: warning: data definition has no type or storage class
  24. drivers/graphics/vesa3/vesa3.c:61: syntax error before `sel_stack'
  25. drivers/graphics/vesa3/vesa3.c:61: warning: type defaults to `int' in declaration of `sel_stack'
  26. drivers/graphics/vesa3/vesa3.c:61: warning: data definition has no type or storage class
  27. drivers/graphics/vesa3/vesa3.c: In function `vesa3_get_mode_infoblock':
  28. drivers/graphics/vesa3/vesa3.c:170: warning: implicit declaration of function `i386_selector_add'
  29. drivers/graphics/vesa3/vesa3.c:170: warning: implicit declaration of function `SELECTOR'
  30. drivers/graphics/vesa3/vesa3.c:170: `DATA_w' undeclared (first use in this function)
  31. drivers/graphics/vesa3/vesa3.c:170: (Each undeclared identifier is reported only once
  32. drivers/graphics/vesa3/vesa3.c:170: for each function it appears in.)
  33. drivers/graphics/vesa3/vesa3.c:173: warning: implicit declaration of function `i386_selector_remove'
  34. drivers/graphics/vesa3/vesa3.c: In function `vesa3_set_mode':
  35. drivers/graphics/vesa3/vesa3.c:299: warning: implicit declaration of function `gtf_compute_CRTC_data'
  36. drivers/graphics/vesa3/vesa3.c:301: warning: unsigned int format, uint32 arg (arg 2)
  37. drivers/graphics/vesa3/vesa3.c: At top level:
  38. drivers/graphics/vesa3/vesa3.c:321: syntax error before `ident'
  39. drivers/graphics/vesa3/vesa3.c: In function `vesa3_open':
  40. drivers/graphics/vesa3/vesa3.c:331: `ERR_GENERAL' undeclared (first use in this function)
  41. drivers/graphics/vesa3/vesa3.c:334: warning: unsigned int format, uint32 arg (arg 2)
  42. drivers/graphics/vesa3/vesa3.c:336: request for member `width' in something not a structure or union
  43. drivers/graphics/vesa3/vesa3.c:337: request for member `height' in something not a structure or union
  44. drivers/graphics/vesa3/vesa3.c:338: request for member `bit_depth' in something not a structure or union
  45. drivers/graphics/vesa3/vesa3.c:339: request for member `bit_depth' in something not a structure or union
  46. drivers/graphics/vesa3/vesa3.c:340: request for member `color_space' in something not a structure or union
  47. drivers/graphics/vesa3/vesa3.c:340: `COLOR_SPACE_8BIT' undeclared (first use in this function)
  48. drivers/graphics/vesa3/vesa3.c:341: request for member `color_space' in something not a structure or union
  49. drivers/graphics/vesa3/vesa3.c:341: `COLOR_SPACE_RGB555' undeclared (first use in this function)
  50. drivers/graphics/vesa3/vesa3.c:342: request for member `color_space' in something not a structure or union
  51. drivers/graphics/vesa3/vesa3.c:342: `COLOR_SPACE_RGB888' undeclared (first use in this function)
  52. drivers/graphics/vesa3/vesa3.c:343: request for member `color_space' in something not a structure or union
  53. drivers/graphics/vesa3/vesa3.c:340: warning: unreachable code at beginning of switch statement
  54. drivers/graphics/vesa3/vesa3.c:399: `NO_ERROR' undeclared (first use in this function)
  55. drivers/graphics/vesa3/vesa3.c:400: warning: control reaches end of non-void function
  56. drivers/graphics/vesa3/vesa3.c: At top level:
  57. drivers/graphics/vesa3/vesa3.c:403: syntax error before `cookie'
  58. drivers/graphics/vesa3/vesa3.c: In function `vesa3_close':
  59. drivers/graphics/vesa3/vesa3.c:405: `NO_ERROR' undeclared (first use in this function)
  60. drivers/graphics/vesa3/vesa3.c:406: warning: control reaches end of non-void function
  61. drivers/graphics/vesa3/vesa3.c: At top level:
  62. drivers/graphics/vesa3/vesa3.c:409: syntax error before `cookie'
  63. drivers/graphics/vesa3/vesa3.c: In function `vesa3_free_cookie':
  64. drivers/graphics/vesa3/vesa3.c:411: `NO_ERROR' undeclared (first use in this function)
  65. drivers/graphics/vesa3/vesa3.c:412: warning: control reaches end of non-void function
  66. drivers/graphics/vesa3/vesa3.c: At top level:
  67. drivers/graphics/vesa3/vesa3.c:415: syntax error before `cookie'
  68. drivers/graphics/vesa3/vesa3.c: In function `vesa3_seek':
  69. drivers/graphics/vesa3/vesa3.c:417: `ERR_NOT_ALLOWED' undeclared (first use in this function)
  70. drivers/graphics/vesa3/vesa3.c:418: warning: control reaches end of non-void function
  71. drivers/graphics/vesa3/vesa3.c: At top level:
  72. drivers/graphics/vesa3/vesa3.c:421: syntax error before `cookie'
  73. drivers/graphics/vesa3/vesa3.c: In function `vesa3_ioctl':
  74. drivers/graphics/vesa3/vesa3.c:423: `ERR_INVALID_ARGS' undeclared (first use in this function)
  75. drivers/graphics/vesa3/vesa3.c:425: `op' undeclared (first use in this function)
  76. drivers/graphics/vesa3/vesa3.c:428: `buf' undeclared (first use in this function)
  77. drivers/graphics/vesa3/vesa3.c:431: `IOCTL_DEVFS_GET_FRAMEBUFFER_INFO' undeclared (first use in this function)
  78. drivers/graphics/vesa3/vesa3.c:434: warning: implicit declaration of function `is_kernel_address'
  79. drivers/graphics/vesa3/vesa3.c:435: `ERR_VM_BAD_USER_MEMORY' undeclared (first use in this function)
  80. drivers/graphics/vesa3/vesa3.c:437: `len' undeclared (first use in this function)
  81. drivers/graphics/vesa3/vesa3.c:441: `IOCTL_DEVFS_MAP_FRAMEBUFFER' undeclared (first use in this function)
  82. drivers/graphics/vesa3/vesa3.c:443: `aspace_id' undeclared (first use in this function)
  83. drivers/graphics/vesa3/vesa3.c:443: syntax error before `aid'
  84. drivers/graphics/vesa3/vesa3.c:444: `region_id' undeclared (first use in this function)
  85. drivers/graphics/vesa3/vesa3.c:455: `rid' undeclared (first use in this function)
  86. drivers/graphics/vesa3/vesa3.c:455: warning: implicit declaration of function `vm_map_physical_memory'
  87. drivers/graphics/vesa3/vesa3.c:455: `aid' undeclared (first use in this function)
  88. drivers/graphics/vesa3/vesa3.c:455: `REGION_ADDR_ANY_ADDRESS' undeclared (first use in this function)
  89. drivers/graphics/vesa3/vesa3.c:457: `LOCK_RW' undeclared (first use in this function)
  90. drivers/graphics/vesa3/vesa3.c:463: warning: implicit declaration of function `vm_delete_region'
  91. drivers/graphics/vesa3/vesa3.c:428: warning: unreachable code at beginning of switch statement
  92. drivers/graphics/vesa3/vesa3.c: At top level:
  93. drivers/graphics/vesa3/vesa3.c:477: syntax error before `cookie'
  94. drivers/graphics/vesa3/vesa3.c: In function `vesa3_read':
  95. drivers/graphics/vesa3/vesa3.c:479: `ERR_UNIMPLEMENTED' undeclared (first use in this function)
  96. drivers/graphics/vesa3/vesa3.c:480: warning: control reaches end of non-void function
  97. drivers/graphics/vesa3/vesa3.c: At top level:
  98. drivers/graphics/vesa3/vesa3.c:483: syntax error before `cookie'
  99. drivers/graphics/vesa3/vesa3.c: In function `vesa3_write':
  100. drivers/graphics/vesa3/vesa3.c:485: `ERR_UNIMPLEMENTED' undeclared (first use in this function)
  101. drivers/graphics/vesa3/vesa3.c:486: warning: control reaches end of non-void function
  102. drivers/graphics/vesa3/vesa3.c: At top level:
  103. drivers/graphics/vesa3/vesa3.c:489: variable `vesa3_hooks' has initializer but incomplete type
  104. drivers/graphics/vesa3/vesa3.c:490: warning: excess elements in struct initializer
  105. drivers/graphics/vesa3/vesa3.c:490: warning: (near initialization for `vesa3_hooks')
  106. drivers/graphics/vesa3/vesa3.c:491: warning: excess elements in struct initializer
  107. drivers/graphics/vesa3/vesa3.c:491: warning: (near initialization for `vesa3_hooks')
  108. drivers/graphics/vesa3/vesa3.c:492: warning: excess elements in struct initializer
  109. drivers/graphics/vesa3/vesa3.c:492: warning: (near initialization for `vesa3_hooks')
  110. drivers/graphics/vesa3/vesa3.c:493: warning: excess elements in struct initializer
  111. drivers/graphics/vesa3/vesa3.c:493: warning: (near initialization for `vesa3_hooks')
  112. drivers/graphics/vesa3/vesa3.c:494: warning: excess elements in struct initializer
  113. drivers/graphics/vesa3/vesa3.c:494: warning: (near initialization for `vesa3_hooks')
  114. drivers/graphics/vesa3/vesa3.c:495: warning: excess elements in struct initializer
  115. drivers/graphics/vesa3/vesa3.c:495: warning: (near initialization for `vesa3_hooks')
  116. drivers/graphics/vesa3/vesa3.c:496: warning: excess elements in struct initializer
  117. drivers/graphics/vesa3/vesa3.c:496: warning: (near initialization for `vesa3_hooks')
  118. drivers/graphics/vesa3/vesa3.c:498: warning: excess elements in struct initializer
  119. drivers/graphics/vesa3/vesa3.c:498: warning: (near initialization for `vesa3_hooks')
  120. drivers/graphics/vesa3/vesa3.c:499: warning: excess elements in struct initializer
  121. drivers/graphics/vesa3/vesa3.c:499: warning: (near initialization for `vesa3_hooks')
  122. drivers/graphics/vesa3/vesa3.c:501: warning: excess elements in struct initializer
  123. drivers/graphics/vesa3/vesa3.c:501: warning: (near initialization for `vesa3_hooks')
  124. drivers/graphics/vesa3/vesa3.c: In function `dev_bootstrap':
  125. drivers/graphics/vesa3/vesa3.c:515: `region_id' undeclared (first use in this function)
  126. drivers/graphics/vesa3/vesa3.c:515: syntax error before `id'
  127. drivers/graphics/vesa3/vesa3.c:516: `aspace_id' undeclared (first use in this function)
  128. drivers/graphics/vesa3/vesa3.c:523: warning: implicit declaration of function `kmalloc'
  129. drivers/graphics/vesa3/vesa3.c:525: `ERR_NO_MEMORY' undeclared (first use in this function)
  130. drivers/graphics/vesa3/vesa3.c:530: `sp' undeclared (first use in this function)
  131. drivers/graphics/vesa3/vesa3.c:531: `REGION_ADDR_ANY_ADDRESS' undeclared (first use in this function)
  132. drivers/graphics/vesa3/vesa3.c:531: `LOCK_RO' undeclared (first use in this function)
  133. drivers/graphics/vesa3/vesa3.c:531: `LOCK_KERNEL' undeclared (first use in this function)
  134. drivers/graphics/vesa3/vesa3.c:547: `ERR_GENERAL' undeclared (first use in this function)
  135. drivers/graphics/vesa3/vesa3.c:678: `DATA_w' undeclared (first use in this function)
  136. drivers/graphics/vesa3/vesa3.c:681: `CODE_r' undeclared (first use in this function)
  137. drivers/graphics/vesa3/vesa3.c:698: `video_param_table' undeclared (first use in this function)
  138. drivers/graphics/vesa3/vesa3.c:723: `id' undeclared (first use in this function)
  139. drivers/graphics/vesa3/vesa3.c:724: `LOCK_RW' undeclared (first use in this function)
  140. drivers/graphics/vesa3/vesa3.c:848: warning: implicit declaration of function `devfs_publish_indexed_device'
  141. drivers/graphics/vesa3/vesa3.c:850: `NO_ERROR' undeclared (first use in this function)
  142. drivers/graphics/vesa3/vesa3.c:855: warning: implicit declaration of function `kfree'
  143. {standard input}: Assembler messages:
  144. {standard input}:3: Warning: stand-alone `addr16' prefix
  145. {standard input}:3: Warning: stand-alone `data16' prefix
  146.  
  147. /home/iceid/haiku/trunk/generated.x86gcc2/cross-tools/bin/i586-pc-haiku-gcc -O -Wall -Wno-trigraphs -Wmissing-prototypes -Wno-multichar -pipe -nostdinc -march=pentium -pipe -finline -fno-builtin -march=pentium -c "drivers/graphics/vesa3/vesa3.c" -D_KERNEL_MODE -D__HAIKU__ -DHAIKU_DISTRO_COMPATIBILITY_OFFICIAL -D__INTEL__ -DARCH_x86 -DBOOT_ARCHIVE_IMAGE_OFFSET=300 -DB_USE_BUILTIN_ATOMIC_FUNCTIONS -DHAIKU_INCLUDE_PATENTED_CODE=1 -D_BEOS_R5_COMPATIBLE_ -DHAIKU_TARGET_PLATFORM_HAIKU -I../../../build/user_config_headers -I../../../build/config_headers -Idrivers/graphics/vesa3 -I../../../generated/objects/common/add-ons/kernel/drivers/graphics/vesa3 -I../../../generated/objects/linux/x86/common/add-ons/kernel/drivers/graphics/vesa3 -I../../../generated/objects/haiku/x86/common/add-ons/kernel/drivers/graphics/vesa3 -I- -I../../../headers/private/graphics/common -I../../../headers/private/graphics/vesa -I../../../headers/private/. -I../../../headers/private/kernel -I../../../headers/private/libroot -I../../../headers/private/shared -I../../../headers/private/kernel/boot/platform/bios_ia32 -I../../../headers/private/kernel/arch/x86 -I../../../generated/objects/haiku/x86/common/system/kernel -I../../../headers/private/. -I../../../headers/private/system -I../../../headers/private/system/arch/x86 -I../../../headers/cpp -I../../../headers/build/gcc-2.95.3 -I../../../headers -I../../../headers/posix -I../../../headers/glibc -I../../../headers/os -I../../../headers/os/add-ons -I../../../headers/os/add-ons/file_system -I../../../headers/os/add-ons/graphics -I../../../headers/os/add-ons/input_server -I../../../headers/os/add-ons/registrar -I../../../headers/os/add-ons/screen_saver -I../../../headers/os/add-ons/tracker -I../../../headers/os/app -I../../../headers/os/device -I../../../headers/os/drivers -I../../../headers/os/game -I../../../headers/os/interface -I../../../headers/os/kernel -I../../../headers/os/locale -I../../../headers/os/media -I../../../headers/os/mail -I../../../headers/os/midi -I../../../headers/os/midi2 -I../../../headers/os/net -I../../../headers/os/opengl -I../../../headers/os/storage -I../../../headers/os/support -I../../../headers/os/translation -I../../../headers/private/. -o "../../../generated/objects/haiku/x86/release/add-ons/kernel/drivers/graphics/vesa3/vesa3.o" ;
  148.  
  149. ...failed Cc ../../../generated/objects/haiku/x86/release/add-ons/kernel/drivers/graphics/vesa3/vesa3.o ...
  150. ...skipped vesa3 for lack of <src!add-ons!kernel!drivers!graphics!vesa3>vesa3.o...
  151. ...failed updating 1 target(s)...
  152. ...skipped 1 target(s)...
  153. iceid@iceid:~/haiku/trunk/src/add-ons/kernel$
Advertisement
Add Comment
Please, Sign In to add comment