dtorkin

Untitled

May 20th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. dtorkin@ubuntu1:~/Desktop/practice$ make
  2. Compiling uvm/uvm_main.c...
  3. gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -Iutils -pthread -c -o uvm/uvm_main.o uvm/uvm_main.c
  4. uvm/uvm_main.c: In function ‘main’:
  5. uvm/uvm_main.c:449:71: error: ‘UvmSvmLink’ has no member named ‘last_recv_kla’; did you mean ‘last_recv_bcb’?
  6. 449 | link->last_recv_kla = ntohs(body->kla);
  7. | ^~~~~~~~~~~~~
  8. | last_recv_bcb
  9. uvm/uvm_main.c:450:69: error: ‘UvmSvmLink’ has no member named ‘last_recv_sla_us100’
  10. 450 | link->last_recv_sla_us100 = ntohl(body->sla);
  11. | ^~
  12.  
  13. uvm/uvm_main.c:451:71: error: ‘UvmSvmLink’ has no member named ‘last_recv_ksa’; did you mean ‘last_recv_bcb’?
  14. 451 | link->last_recv_ksa = ntohs(body->ksa);
  15. | ^~~~~~~~~~~~~
  16. | last_recv_bcb
  17. uvm/uvm_main.c:456:88: error: ‘UvmSvmLink’ has no member named ‘last_recv_kla’; did you mean ‘last_recv_bcb’?
  18. 456 | link->last_recv_kla, link->last_recv_sla_us100, link->last_recv_ksa);
  19. | ^~~~~~~~~~~~~
  20. | last_recv_bcb
  21. uvm/uvm_main.c:456:107: error: ‘UvmSvmLink’ has no member named ‘last_recv_sla_us100’
  22. 456 | link->last_recv_kla, link->last_recv_sla_us100, link->last_recv_ksa);
  23. | ^~
  24.  
  25. uvm/uvm_main.c:456:136: error: ‘UvmSvmLink’ has no member named ‘last_recv_ksa’; did you mean ‘last_recv_bcb’?
  26. 456 | link->last_recv_kla, link->last_recv_sla_us100, link->last_recv_ksa);
  27. | ^~~~~~~~~~~~~
  28. | last_recv_bcb
  29. uvm/uvm_main.c:622:127: error: ‘msg_num_to_send’ undeclared (first use in this function)
  30. 622 | e = create_vydat_sostoyanie_linii_message(current_lak_for_send, msg_num_to_send);
  31. | ^~~~~~~~~~~~~~~
  32.  
  33. uvm/uvm_main.c:622:127: note: each undeclared identifier is reported only once for each function it appears in
  34. make: *** [Makefile:43: uvm/uvm_main.o] Ошибка 1
Advertisement
Add Comment
Please, Sign In to add comment