Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dtorkin@ubuntu1:~/Desktop/practice$ make
- Compiling uvm/uvm_utils.c...
- gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -Iutils -pthread -c -o uvm/uvm_utils.o uvm/uvm_utils.c
- uvm/uvm_utils.c:15:8: error: unknown type name ‘ThreadSafeUvmRespQueue’
- 15 | extern ThreadSafeUvmRespQueue *uvm_incoming_response_queue;
- | ^~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_utils.c: In function ‘wait_for_specific_response’:
- uvm/uvm_utils.c:59:13: warning: implicit declaration of function ‘uvq_dequeue’ [-Wimplicit-function-declaration]
- 59 | if (uvq_dequeue(uvm_incoming_response_queue, ¤t_response_data)) {
- | ^~~~~~~~~~~
- uvm/uvm_utils.c:82:28: warning: implicit declaration of function ‘get_full_message_number’ [-Wimplicit-function-declaration]
- 82 | get_full_message_number(¤t_response_data.message.header),
- | ^~~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_utils.c:105:33: warning: implicit declaration of function ‘ntohs’ [-Wimplicit-function-declaration]
- 105 | ntohs(current_response_data.message.header.body_length) >= sizeof(PreduprezhdenieBody)) {
- | ^~~~~
- uvm/uvm_utils.c:105:89: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
- 105 | ntohs(current_response_data.message.header.body_length) >= sizeof(PreduprezhdenieBody)) {
- | ^~
- uvm/uvm_utils.c:107:33: warning: implicit declaration of function ‘message_to_host_byte_order’ [-Wimplicit-function-declaration]
- 107 | message_to_host_byte_order(¤t_response_data.message); // Преобразуем для чтения
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_utils.c:109:87: warning: implicit declaration of function ‘ntohl’ [-Wimplicit-function-declaration]
- 109 | snprintf(bcb_field, sizeof(bcb_field), ";BCB:0x%08X", ntohl(warn_body->bcb)); // BCB есть в Предупреждении
- | ^~~~~
- make: *** [Makefile:43: uvm/uvm_utils.o] Ошибка 1
Advertisement
Add Comment
Please, Sign In to add comment