Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dtorkin@ubuntu1:~/Desktop/v0_12$ make
- gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o svm/svm_main.o svm/svm_main.c
- gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o svm/svm_handlers.o svm/svm_handlers.c
- gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o svm/svm_timers.o svm/svm_timers.c
- gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o protocol/message_utils.o protocol/message_utils.c
- gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o protocol/message_builder.o protocol/message_builder.c
- gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o io/io_common.o io/io_common.c
- gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o io/io_ethernet.o io/io_ethernet.c
- gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o config/config.o config/config.c
- gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o config/ini.o config/ini.c
- 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
- gcc -Wall -Wextra -g -Iprotocol -Iio -Isvm -Iuvm -Iconfig -c -o uvm/uvm_main.o uvm/uvm_main.c
- In file included from uvm/uvm_main.c:11:
- uvm/uvm_comm.h:23:56: error: unknown type name ‘io_handle_t’
- 23 | ConfirmInitBody* send_init_channel_and_receive_confirm(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:23:76: error: unknown type name ‘IOInterface’
- 23 | Body* send_init_channel_and_receive_confirm(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:34:79: error: unknown type name ‘io_handle_t’
- 34 | KontrolyaBody* send_provesti_kontrol_and_receive_podtverzhdenie(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage, uint8_t tk);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:34:99: error: unknown type name ‘IOInterface’
- 34 | provesti_kontrol_and_receive_podtverzhdenie(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage, uint8_t tk);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:45:78: error: unknown type name ‘io_handle_t’
- 45 | rolyaBody* send_vydat_rezultaty_kontrolya_and_receive_rezultaty(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage, uint8_t vpk);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:45:98: error: unknown type name ‘IOInterface’
- 45 | t_rezultaty_kontrolya_and_receive_rezultaty(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage, uint8_t vpk);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:55:73: error: unknown type name ‘io_handle_t’
- 55 | ieLiniiBody* send_vydat_sostoyanie_linii_and_receive_sostoyanie(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:55:93: error: unknown type name ‘IOInterface’
- 55 | dat_sostoyanie_linii_and_receive_sostoyanie(io_handle_t handle, IOInterface *io, uint16_t *messageCounter, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:66:31: error: unknown type name ‘io_handle_t’
- 66 | int send_prinyat_parametry_so(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:66:57: error: unknown type name ‘IOInterface’
- 66 | int send_prinyat_parametry_so(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:74:33: error: unknown type name ‘io_handle_t’
- 74 | int send_prinyat_time_ref_range(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:74:59: error: unknown type name ‘IOInterface’
- 74 | int send_prinyat_time_ref_range(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:82:24: error: unknown type name ‘io_handle_t’
- 82 | int send_prinyat_reper(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:82:50: error: unknown type name ‘IOInterface’
- 82 | int send_prinyat_reper(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:90:32: error: unknown type name ‘io_handle_t’
- 90 | int send_prinyat_parametry_sdr(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:90:58: error: unknown type name ‘IOInterface’
- 90 | int send_prinyat_parametry_sdr(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:98:33: error: unknown type name ‘io_handle_t’
- 98 | int send_prinyat_parametry_3tso(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:98:59: error: unknown type name ‘IOInterface’
- 98 | int send_prinyat_parametry_3tso(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:106:30: error: unknown type name ‘io_handle_t’
- 106 | int send_prinyat_ref_azimuth(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:106:56: error: unknown type name ‘IOInterface’
- 106 | int send_prinyat_ref_azimuth(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:114:32: error: unknown type name ‘io_handle_t’
- 114 | int send_prinyat_parametry_tsd(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:114:58: error: unknown type name ‘IOInterface’
- 114 | int send_prinyat_parametry_tsd(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:122:32: error: unknown type name ‘io_handle_t’
- 122 | int send_navigatsionnye_dannye(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_comm.h:122:58: error: unknown type name ‘IOInterface’
- 122 | int send_navigatsionnye_dannye(io_handle_t clientHandle, IOInterface *io, Message *receivedMessage);
- | ^~~~~~~~~~~
- uvm/uvm_main.c: In function ‘main’:
- uvm/uvm_main.c:102:44: warning: implicit declaration of function ‘send_init_channel_and_receive_confirm’ [-Wimplicit-function-declaration]
- 102 | ConfirmInitBody* confirmInitBody = send_init_channel_and_receive_confirm(connection_handle, io, ¤tMessageCounter, &receivedMessage);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_main.c:102:44: warning: initialization of ‘ConfirmInitBody *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
- uvm/uvm_main.c:115:64: warning: implicit declaration of function ‘send_provesti_kontrol_and_receive_podtverzhdenie’ [-Wimplicit-function-declaration]
- 115 | PodtverzhdenieKontrolyaBody* podtverzhdenieKontrolyaBody = send_provesti_kontrol_and_receive_podtverzhdenie(connection_handle, io, ¤tMessageCounter, &receivedMessage, tk_request);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_main.c:115:64: warning: initialization of ‘PodtverzhdenieKontrolyaBody *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
- uvm/uvm_main.c:128:54: warning: implicit declaration of function ‘send_vydat_rezultaty_kontrolya_and_receive_rezultaty’ [-Wimplicit-function-declaration]
- 128 | RezultatyKontrolyaBody* rezultatyKontrolyaBody = send_vydat_rezultaty_kontrolya_and_receive_rezultaty(connection_handle, io, ¤tMessageCounter, &receivedMessage, vpk_request);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_main.c:128:54: warning: initialization of ‘RezultatyKontrolyaBody *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
- uvm/uvm_main.c:140:48: warning: implicit declaration of function ‘send_vydat_sostoyanie_linii_and_receive_sostoyanie’ [-Wimplicit-function-declaration]
- 140 | SostoyanieLiniiBody* sostoyanieLiniiBody = send_vydat_sostoyanie_linii_and_receive_sostoyanie(connection_handle, io, ¤tMessageCounter, &receivedMessage);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_main.c:140:48: warning: initialization of ‘SostoyanieLiniiBody *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
- uvm/uvm_main.c:162:32: warning: implicit declaration of function ‘send_prinyat_parametry_sdr’ [-Wimplicit-function-declaration]
- 162 | send_status |= send_prinyat_parametry_sdr(connection_handle, io, ¤tMessageCounter);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_main.c:163:32: warning: implicit declaration of function ‘send_prinyat_parametry_tsd’ [-Wimplicit-function-declaration]
- 163 | send_status |= send_prinyat_parametry_tsd(connection_handle, io, ¤tMessageCounter);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_main.c:164:32: warning: implicit declaration of function ‘send_navigatsionnye_dannye’ [-Wimplicit-function-declaration]
- 164 | send_status |= send_navigatsionnye_dannye(connection_handle, io, ¤tMessageCounter);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_main.c:167:32: warning: implicit declaration of function ‘send_prinyat_parametry_so’ [-Wimplicit-function-declaration]
- 167 | send_status |= send_prinyat_parametry_so(connection_handle, io, ¤tMessageCounter);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_main.c:168:32: warning: implicit declaration of function ‘send_prinyat_parametry_3tso’ [-Wimplicit-function-declaration]
- 168 | send_status |= send_prinyat_parametry_3tso(connection_handle, io, ¤tMessageCounter);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_main.c:173:32: warning: implicit declaration of function ‘send_prinyat_time_ref_range’ [-Wimplicit-function-declaration]
- 173 | send_status |= send_prinyat_time_ref_range(connection_handle, io, ¤tMessageCounter);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- uvm/uvm_main.c:174:32: warning: implicit declaration of function ‘send_prinyat_reper’ [-Wimplicit-function-declaration]
- 174 | send_status |= send_prinyat_reper(connection_handle, io, ¤tMessageCounter);
- | ^~~~~~~~~~~~~~~~~~
- uvm/uvm_main.c:176:32: warning: implicit declaration of function ‘send_prinyat_ref_azimuth’ [-Wimplicit-function-declaration]
- 176 | send_status |= send_prinyat_ref_azimuth(connection_handle, io, ¤tMessageCounter);
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- make: *** [<встроенное>: uvm/uvm_main.o] Ошибка 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement