Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dtorkin@ubuntu1:~/Desktop/practice$ make
- Compiling uvm/uvm_main.c...
- gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -Iutils -pthread -c -o uvm/uvm_main.o uvm/uvm_main.c
- uvm/uvm_main.c: In function ‘main’:
- uvm/uvm_main.c:449:71: error: ‘UvmSvmLink’ has no member named ‘last_recv_kla’; did you mean ‘last_recv_bcb’?
- 449 | link->last_recv_kla = ntohs(body->kla);
- | ^~~~~~~~~~~~~
- | last_recv_bcb
- uvm/uvm_main.c:450:69: error: ‘UvmSvmLink’ has no member named ‘last_recv_sla_us100’
- 450 | link->last_recv_sla_us100 = ntohl(body->sla);
- | ^~
- uvm/uvm_main.c:451:71: error: ‘UvmSvmLink’ has no member named ‘last_recv_ksa’; did you mean ‘last_recv_bcb’?
- 451 | link->last_recv_ksa = ntohs(body->ksa);
- | ^~~~~~~~~~~~~
- | last_recv_bcb
- uvm/uvm_main.c:456:88: error: ‘UvmSvmLink’ has no member named ‘last_recv_kla’; did you mean ‘last_recv_bcb’?
- 456 | link->last_recv_kla, link->last_recv_sla_us100, link->last_recv_ksa);
- | ^~~~~~~~~~~~~
- | last_recv_bcb
- uvm/uvm_main.c:456:107: error: ‘UvmSvmLink’ has no member named ‘last_recv_sla_us100’
- 456 | link->last_recv_kla, link->last_recv_sla_us100, link->last_recv_ksa);
- | ^~
- uvm/uvm_main.c:456:136: error: ‘UvmSvmLink’ has no member named ‘last_recv_ksa’; did you mean ‘last_recv_bcb’?
- 456 | link->last_recv_kla, link->last_recv_sla_us100, link->last_recv_ksa);
- | ^~~~~~~~~~~~~
- | last_recv_bcb
- uvm/uvm_main.c:622:127: error: ‘msg_num_to_send’ undeclared (first use in this function)
- 622 | e = create_vydat_sostoyanie_linii_message(current_lak_for_send, msg_num_to_send);
- | ^~~~~~~~~~~~~~~
- uvm/uvm_main.c:622:127: note: each undeclared identifier is reported only once for each function it appears in
- make: *** [Makefile:43: uvm/uvm_main.o] Ошибка 1
Advertisement
Add Comment
Please, Sign In to add comment