Advertisement
Guest User

Untitled

a guest
Aug 29th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.99 KB | None | 0 0
  1. Reading 162/176 dependency files
  2. Reading 14 old-style dependency files
  3. Done reading dependencies
  4. make: Entering directory `/home/clayton/Desktop/projects/1CNC/emc2-dev/src'
  5. copying shared configs
  6. /usr/bin/python modsilent.py make KBUILD_EXTRA_SYMBOLS=/usr/modules/Module.symvers -C /usr/src/linux-headers-3.5.0-39-lowlatency SUBDIRS=`pwd` CC=x86_64-linux-gnu-gcc V=0 modules
  7. make[1]: Entering directory `/usr/src/linux-headers-3.5.0-39-lowlatency'
  8. CC [M] /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.o
  9. <command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
  10. /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:1:0: note: this is the location of the previous definition
  11. In file included from /usr/include/rtai/asm/rtai_hal.h:51:0,
  12. from /usr/include/rtai/asm/rtai.h:20,
  13. from /usr/include/rtai/rtai.h:25,
  14. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:28:
  15. /usr/include/rtai/asm/rtai_vectors.h:58:5: warning: "IPIPE_SERVICE_VECTOR3" is not defined [-Wundef]
  16. /usr/include/rtai/asm/rtai_vectors.h:59:2: error: #error *** RTAI_SYS_VECTOR CONFLICTS WITH APIC VECTORS USED BY RTAI ***
  17. In file included from /usr/include/rtai/asm/rtai.h:20:0,
  18. from /usr/include/rtai/rtai.h:25,
  19. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:28:
  20. /usr/include/rtai/asm/rtai_hal.h: In function ‘ext_irq_vector’:
  21. /usr/include/rtai/asm/rtai_hal.h:190:11: error: ‘FIRST_DEVICE_VECTOR’ undeclared (first use in this function)
  22. /usr/include/rtai/asm/rtai_hal.h:190:11: note: each undeclared identifier is reported only once for each function it appears in
  23. /usr/include/rtai/asm/rtai_hal.h: In function ‘get_domain_pointer’:
  24. /usr/include/rtai/asm/rtai_hal.h:248:24: error: ‘__ipipe_pipeline’ undeclared (first use in this function)
  25. /usr/include/rtai/asm/rtai_hal.h:252:7: error: dereferencing pointer to incomplete type
  26. /usr/include/rtai/asm/rtai_hal.h:252:7: warning: initialization from incompatible pointer type [enabled by default]
  27. /usr/include/rtai/asm/rtai_hal.h:252:7: error: invalid use of undefined type ‘struct ipipe_domain’
  28. /usr/include/rtai/asm/rtai_hal.h:256:8: error: dereferencing pointer to incomplete type
  29. In file included from /usr/include/rtai/asm/rtai.h:20:0,
  30. from /usr/include/rtai/rtai.h:25,
  31. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:28:
  32. /usr/include/rtai/asm/rtai_hal.h: In function ‘rtai_save_flags_irqbit’:
  33. /usr/include/rtai/asm/rtai_hal.h:416:2: error: implicit declaration of function ‘local_save_flags_hw’ [-Werror=implicit-function-declaration]
  34. /usr/include/rtai/asm/rtai_hal.h: In function ‘rtai_save_flags_irqbit_and_cli’:
  35. /usr/include/rtai/asm/rtai_hal.h:423:2: error: implicit declaration of function ‘local_irq_save_hw’ [-Werror=implicit-function-declaration]
  36. /usr/include/rtai/asm/rtai_hal.h: In function ‘rt_spin_lock_hw_irq’:
  37. /usr/include/rtai/asm/rtai_hal.h:449:2: error: implicit declaration of function ‘local_irq_disable_hw’ [-Werror=implicit-function-declaration]
  38. /usr/include/rtai/asm/rtai_hal.h:450:2: warning: passing argument 1 of ‘_raw_spin_lock’ from incompatible pointer type [enabled by default]
  39. In file included from include/linux/spinlock.h:263:0,
  40. from include/linux/seqlock.h:29,
  41. from include/linux/time.h:8,
  42. from include/linux/stat.h:60,
  43. from include/linux/module.h:10,
  44. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:27:
  45. include/linux/spinlock_api_smp.h:22:17: note: expected ‘struct raw_spinlock_t *’ but argument is of type ‘struct spinlock_t *’
  46. In file included from /usr/include/rtai/asm/rtai.h:20:0,
  47. from /usr/include/rtai/rtai.h:25,
  48. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:28:
  49. /usr/include/rtai/asm/rtai_hal.h: In function ‘rt_spin_unlock_hw_irq’:
  50. /usr/include/rtai/asm/rtai_hal.h:455:2: warning: passing argument 1 of ‘_raw_spin_unlock’ from incompatible pointer type [enabled by default]
  51. In file included from include/linux/spinlock.h:263:0,
  52. from include/linux/seqlock.h:29,
  53. from include/linux/time.h:8,
  54. from include/linux/stat.h:60,
  55. from include/linux/module.h:10,
  56. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:27:
  57. include/linux/spinlock_api_smp.h:39:17: note: expected ‘struct raw_spinlock_t *’ but argument is of type ‘struct spinlock_t *’
  58. In file included from /usr/include/rtai/asm/rtai.h:20:0,
  59. from /usr/include/rtai/rtai.h:25,
  60. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:28:
  61. /usr/include/rtai/asm/rtai_hal.h:456:2: error: implicit declaration of function ‘local_irq_enable_hw’ [-Werror=implicit-function-declaration]
  62. /usr/include/rtai/asm/rtai_hal.h: In function ‘rt_spin_lock_hw_irqsave’:
  63. /usr/include/rtai/asm/rtai_hal.h:463:2: warning: passing argument 1 of ‘_raw_spin_lock’ from incompatible pointer type [enabled by default]
  64. In file included from include/linux/spinlock.h:263:0,
  65. from include/linux/seqlock.h:29,
  66. from include/linux/time.h:8,
  67. from include/linux/stat.h:60,
  68. from include/linux/module.h:10,
  69. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:27:
  70. include/linux/spinlock_api_smp.h:22:17: note: expected ‘struct raw_spinlock_t *’ but argument is of type ‘struct spinlock_t *’
  71. In file included from /usr/include/rtai/asm/rtai.h:20:0,
  72. from /usr/include/rtai/rtai.h:25,
  73. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:28:
  74. /usr/include/rtai/asm/rtai_hal.h: In function ‘rt_spin_unlock_hw_irqrestore’:
  75. /usr/include/rtai/asm/rtai_hal.h:469:2: warning: passing argument 1 of ‘_raw_spin_unlock’ from incompatible pointer type [enabled by default]
  76. In file included from include/linux/spinlock.h:263:0,
  77. from include/linux/seqlock.h:29,
  78. from include/linux/time.h:8,
  79. from include/linux/stat.h:60,
  80. from include/linux/module.h:10,
  81. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:27:
  82. include/linux/spinlock_api_smp.h:39:17: note: expected ‘struct raw_spinlock_t *’ but argument is of type ‘struct spinlock_t *’
  83. In file included from /usr/include/rtai/asm/rtai.h:20:0,
  84. from /usr/include/rtai/rtai.h:25,
  85. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:28:
  86. /usr/include/rtai/asm/rtai_hal.h:470:2: error: implicit declaration of function ‘local_irq_restore_hw’ [-Werror=implicit-function-declaration]
  87. /usr/include/rtai/asm/rtai_hal.h: In function ‘rt_spin_lock_irq’:
  88. /usr/include/rtai/asm/rtai_hal.h:476:5: warning: passing argument 1 of ‘_raw_spin_lock’ from incompatible pointer type [enabled by default]
  89. In file included from include/linux/spinlock.h:263:0,
  90. from include/linux/seqlock.h:29,
  91. from include/linux/time.h:8,
  92. from include/linux/stat.h:60,
  93. from include/linux/module.h:10,
  94. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:27:
  95. include/linux/spinlock_api_smp.h:22:17: note: expected ‘struct raw_spinlock_t *’ but argument is of type ‘struct spinlock_t *’
  96. In file included from /usr/include/rtai/asm/rtai.h:20:0,
  97. from /usr/include/rtai/rtai.h:25,
  98. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:28:
  99. /usr/include/rtai/asm/rtai_hal.h: In function ‘rt_spin_unlock_irq’:
  100. /usr/include/rtai/asm/rtai_hal.h:481:5: warning: passing argument 1 of ‘_raw_spin_unlock’ from incompatible pointer type [enabled by default]
  101. In file included from include/linux/spinlock.h:263:0,
  102. from include/linux/seqlock.h:29,
  103. from include/linux/time.h:8,
  104. from include/linux/stat.h:60,
  105. from include/linux/module.h:10,
  106. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:27:
  107. make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-39-lowlatency'
  108. include/linux/spinlock_api_smp.h:39:17: note: expected ‘struct raw_spinlock_t *’ but argument is of type ‘struct spinlock_t *’
  109. In file included from /usr/include/rtai/asm/rtai.h:20:0,
  110. from /usr/include/rtai/rtai.h:25,
  111. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:28:
  112. /usr/include/rtai/asm/rtai_hal.h: In function ‘rt_spin_lock_irqsave’:
  113. /usr/include/rtai/asm/rtai_hal.h:489:5: warning: passing argument 1 of ‘_raw_spin_lock’ from incompatible pointer type [enabled by default]
  114. In file included from include/linux/spinlock.h:263:0,
  115. from include/linux/seqlock.h:29,
  116. from include/linux/time.h:8,
  117. from include/linux/stat.h:60,
  118. from include/linux/module.h:10,
  119. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:27:
  120. include/linux/spinlock_api_smp.h:22:17: note: expected ‘struct raw_spinlock_t *’ but argument is of type ‘struct spinlock_t *’
  121. In file included from /usr/include/rtai/asm/rtai.h:20:0,
  122. from /usr/include/rtai/rtai.h:25,
  123. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:28:
  124. /usr/include/rtai/asm/rtai_hal.h: In function ‘rt_spin_unlock_irqrestore’:
  125. /usr/include/rtai/asm/rtai_hal.h:495:2: warning: passing argument 1 of ‘_raw_spin_unlock’ from incompatible pointer type [enabled by default]
  126. In file included from include/linux/spinlock.h:263:0,
  127. from include/linux/seqlock.h:29,
  128. from include/linux/time.h:8,
  129. from include/linux/stat.h:60,
  130. from include/linux/module.h:10,
  131. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:27:
  132. include/linux/spinlock_api_smp.h:39:17: note: expected ‘struct raw_spinlock_t *’ but argument is of type ‘struct spinlock_t *’
  133. In file included from /usr/include/rtai/asm/rtai.h:20:0,
  134. from /usr/include/rtai/rtai.h:25,
  135. from /home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.c:28:
  136. /usr/include/rtai/asm/rtai_hal.h: In function ‘rt_get_global_lock’:
  137. /usr/include/rtai/asm/rtai_hal.h:551:2: error: implicit declaration of function ‘ipipe_processor_id’ [-Werror=implicit-function-declaration]
  138. /usr/include/rtai/asm/rtai_hal.h: In function ‘rt_save_switch_to_real_time’:
  139. /usr/include/rtai/asm/rtai_hal.h:736:17: error: implicit declaration of function ‘ipipe_cpudom_var’ [-Werror=implicit-function-declaration]
  140. /usr/include/rtai/asm/rtai_hal.h:736:17: error: ‘ipipe_root_domain’ undeclared (first use in this function)
  141. /usr/include/rtai/asm/rtai_hal.h:736:17: error: ‘status’ undeclared (first use in this function)
  142. /usr/include/rtai/asm/rtai_hal.h:736:17: error: ‘IPIPE_STALL_FLAG’ undeclared (first use in this function)
  143. /usr/include/rtai/asm/rtai_hal.h:736:17: error: ‘ipipe_percpu_domain’ undeclared (first use in this function)
  144. cc1: some warnings being treated as errors
  145. make[2]: *** [/home/clayton/Desktop/projects/1CNC/emc2-dev/src/hal/classicladder/arithm_eval.o] Error 1
  146. make[1]: *** [_module_/home/clayton/Desktop/projects/1CNC/emc2-dev/src] Error 2
  147. make: *** [modules] Error 2
  148. make: Leaving directory `/home/clayton/Desktop/projects/1CNC/emc2-dev/src'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement