Advertisement
dtorkin

Untitled

Apr 7th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.35 KB | None | 0 0
  1. dtorkin@ubuntu1:~/Desktop/v0_12$ make
  2. gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o svm/svm_main.o svm/svm_main.c
  3. gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o svm/svm_handlers.o svm/svm_handlers.c
  4. gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o svm/svm_timers.o svm/svm_timers.c
  5. gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o protocol/message_utils.o protocol/message_utils.c
  6. gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o protocol/message_builder.o protocol/message_builder.c
  7. gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o io/io_common.o io/io_common.c
  8. gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o io/io_ethernet.o io/io_ethernet.c
  9. gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o config/config.o config/config.c
  10. gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o config/ini.o config/ini.c
  11. gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig svm/svm_main.o svm/svm_handlers.o svm/svm_timers.o protocol/message_utils.o protocol/message_builder.o io/io_common.o io/io_ethernet.o config/config.o config/ini.o -o svm_app -lrt
  12. gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o uvm/uvm_main.o uvm/uvm_main.c
  13. In file included from uvm/uvm_main.c:11:
  14. uvm/uvm_comm.h:23:56: error: unknown type name ‘io_handle_t’
  15. 23 | ConfirmInitBody* send_init_channel_and_receive_confirm(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage);
  16. | ^~~~~~~~~~~
  17. uvm/uvm_comm.h:23:76: error: unknown type name ‘IOInterface’
  18. 23 | Body* send_init_channel_and_receive_confirm(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage);
  19. | ^~~~~~~~~~~
  20.  
  21. uvm/uvm_comm.h:34:79: error: unknown type name ‘io_handle_t’
  22. 34 | KontrolyaBody* send_provesti_kontrol_and_receive_podtverzhdenie(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage, uint8_t tk);
  23. | ^~~~~~~~~~~
  24.  
  25. uvm/uvm_comm.h:34:99: error: unknown type name ‘IOInterface’
  26. 34 | provesti_kontrol_and_receive_podtverzhdenie(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage, uint8_t tk);
  27. | ^~~~~~~~~~~
  28.  
  29. uvm/uvm_comm.h:45:78: error: unknown type name ‘io_handle_t’
  30. 45 | rolyaBody* send_vydat_rezultaty_kontrolya_and_receive_rezultaty(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage, uint8_t vpk);
  31. | ^~~~~~~~~~~
  32.  
  33. uvm/uvm_comm.h:45:98: error: unknown type name ‘IOInterface’
  34. 45 | t_rezultaty_kontrolya_and_receive_rezultaty(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage, uint8_t vpk);
  35. | ^~~~~~~~~~~
  36.  
  37. uvm/uvm_comm.h:55:73: error: unknown type name ‘io_handle_t’
  38. 55 | ieLiniiBody* send_vydat_sostoyanie_linii_and_receive_sostoyanie(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage);
  39. | ^~~~~~~~~~~
  40.  
  41. uvm/uvm_comm.h:55:93: error: unknown type name ‘IOInterface’
  42. 55 | dat_sostoyanie_linii_and_receive_sostoyanie(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage);
  43. | ^~~~~~~~~~~
  44.  
  45. uvm/uvm_comm.h:66:31: error: unknown type name ‘io_handle_t’
  46. 66 | int send_prinyat_parametry_so(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  47. | ^~~~~~~~~~~
  48. uvm/uvm_comm.h:66:57: error: unknown type name ‘IOInterface’
  49. 66 | int send_prinyat_parametry_so(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  50. | ^~~~~~~~~~~
  51. uvm/uvm_comm.h:74:33: error: unknown type name ‘io_handle_t’
  52. 74 | int send_prinyat_time_ref_range(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  53. | ^~~~~~~~~~~
  54. uvm/uvm_comm.h:74:59: error: unknown type name ‘IOInterface’
  55. 74 | int send_prinyat_time_ref_range(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  56. | ^~~~~~~~~~~
  57. uvm/uvm_comm.h:82:24: error: unknown type name ‘io_handle_t’
  58. 82 | int send_prinyat_reper(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  59. | ^~~~~~~~~~~
  60. uvm/uvm_comm.h:82:50: error: unknown type name ‘IOInterface’
  61. 82 | int send_prinyat_reper(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  62. | ^~~~~~~~~~~
  63. uvm/uvm_comm.h:90:32: error: unknown type name ‘io_handle_t’
  64. 90 | int send_prinyat_parametry_sdr(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  65. | ^~~~~~~~~~~
  66. uvm/uvm_comm.h:90:58: error: unknown type name ‘IOInterface’
  67. 90 | int send_prinyat_parametry_sdr(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  68. | ^~~~~~~~~~~
  69. uvm/uvm_comm.h:98:33: error: unknown type name ‘io_handle_t’
  70. 98 | int send_prinyat_parametry_3tso(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  71. | ^~~~~~~~~~~
  72. uvm/uvm_comm.h:98:59: error: unknown type name ‘IOInterface’
  73. 98 | int send_prinyat_parametry_3tso(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  74. | ^~~~~~~~~~~
  75. uvm/uvm_comm.h:106:30: error: unknown type name ‘io_handle_t’
  76. 106 | int send_prinyat_ref_azimuth(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  77. | ^~~~~~~~~~~
  78. uvm/uvm_comm.h:106:56: error: unknown type name ‘IOInterface’
  79. 106 | int send_prinyat_ref_azimuth(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  80. | ^~~~~~~~~~~
  81. uvm/uvm_comm.h:114:32: error: unknown type name ‘io_handle_t’
  82. 114 | int send_prinyat_parametry_tsd(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  83. | ^~~~~~~~~~~
  84. uvm/uvm_comm.h:114:58: error: unknown type name ‘IOInterface’
  85. 114 | int send_prinyat_parametry_tsd(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  86. | ^~~~~~~~~~~
  87. uvm/uvm_comm.h:122:32: error: unknown type name ‘io_handle_t’
  88. 122 | int send_navigatsionnye_dannye(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  89. | ^~~~~~~~~~~
  90. uvm/uvm_comm.h:122:58: error: unknown type name ‘IOInterface’
  91. 122 | int send_navigatsionnye_dannye(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
  92. | ^~~~~~~~~~~
  93. uvm/uvm_main.c: In function ‘main’:
  94. uvm/uvm_main.c:102:44: warning: implicit declaration of function ‘send_init_channel_and_receive_confirm’ [-Wimplicit-function-declaration]
  95. 102 | ConfirmInitBody* confirmInitBody = send_init_channel_and_receive_confirm(connection_handle, io, &currentMessageCounter, &receivedMessage);
  96. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  97. uvm/uvm_main.c:102:44: warning: initialization of ‘ConfirmInitBody *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
  98. uvm/uvm_main.c:115:64: warning: implicit declaration of function ‘send_provesti_kontrol_and_receive_podtverzhdenie’ [-Wimplicit-function-declaration]
  99. 115 | PodtverzhdenieKontrolyaBody* podtverzhdenieKontrolyaBody = send_provesti_kontrol_and_receive_podtverzhdenie(connection_handle, io, &currentMessageCounter, &receivedMessage, tk_request);
  100. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  101. uvm/uvm_main.c:115:64: warning: initialization of ‘PodtverzhdenieKontrolyaBody *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
  102. uvm/uvm_main.c:128:54: warning: implicit declaration of function ‘send_vydat_rezultaty_kontrolya_and_receive_rezultaty’ [-Wimplicit-function-declaration]
  103. 128 | RezultatyKontrolyaBody* rezultatyKontrolyaBody = send_vydat_rezultaty_kontrolya_and_receive_rezultaty(connection_handle, io, &currentMessageCounter, &receivedMessage, vpk_request);
  104. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  105. uvm/uvm_main.c:128:54: warning: initialization of ‘RezultatyKontrolyaBody *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
  106. uvm/uvm_main.c:140:48: warning: implicit declaration of function ‘send_vydat_sostoyanie_linii_and_receive_sostoyanie’ [-Wimplicit-function-declaration]
  107. 140 | SostoyanieLiniiBody* sostoyanieLiniiBody = send_vydat_sostoyanie_linii_and_receive_sostoyanie(connection_handle, io, &currentMessageCounter, &receivedMessage);
  108. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  109. uvm/uvm_main.c:140:48: warning: initialization of ‘SostoyanieLiniiBody *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
  110. uvm/uvm_main.c:162:32: warning: implicit declaration of function ‘send_prinyat_parametry_sdr’ [-Wimplicit-function-declaration]
  111. 162 | send_status |= send_prinyat_parametry_sdr(connection_handle, io, &currentMessageCounter);
  112. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  113. uvm/uvm_main.c:163:32: warning: implicit declaration of function ‘send_prinyat_parametry_tsd’ [-Wimplicit-function-declaration]
  114. 163 | send_status |= send_prinyat_parametry_tsd(connection_handle, io, &currentMessageCounter);
  115. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  116. uvm/uvm_main.c:164:32: warning: implicit declaration of function ‘send_navigatsionnye_dannye’ [-Wimplicit-function-declaration]
  117. 164 | send_status |= send_navigatsionnye_dannye(connection_handle, io, &currentMessageCounter);
  118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  119. uvm/uvm_main.c:167:32: warning: implicit declaration of function ‘send_prinyat_parametry_so’ [-Wimplicit-function-declaration]
  120. 167 | send_status |= send_prinyat_parametry_so(connection_handle, io, &currentMessageCounter);
  121. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  122. uvm/uvm_main.c:168:32: warning: implicit declaration of function ‘send_prinyat_parametry_3tso’ [-Wimplicit-function-declaration]
  123. 168 | send_status |= send_prinyat_parametry_3tso(connection_handle, io, &currentMessageCounter);
  124. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  125. uvm/uvm_main.c:173:32: warning: implicit declaration of function ‘send_prinyat_time_ref_range’ [-Wimplicit-function-declaration]
  126. 173 | send_status |= send_prinyat_time_ref_range(connection_handle, io, &currentMessageCounter);
  127. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  128. uvm/uvm_main.c:174:32: warning: implicit declaration of function ‘send_prinyat_reper’ [-Wimplicit-function-declaration]
  129. 174 | send_status |= send_prinyat_reper(connection_handle, io, &currentMessageCounter);
  130. | ^~~~~~~~~~~~~~~~~~
  131. uvm/uvm_main.c:176:32: warning: implicit declaration of function ‘send_prinyat_ref_azimuth’ [-Wimplicit-function-declaration]
  132. 176 | send_status |= send_prinyat_ref_azimuth(connection_handle, io, &currentMessageCounter);
  133. | ^~~~~~~~~~~~~~~~~~~~~~~~
  134. make: *** [<встроенное>: uvm/uvm_main.o] Ошибка 1
  135.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement